argos/dmp-frontend/src/app/projects/listing/project-listing.component.scss

32 lines
415 B
SCSS
Raw Normal View History

2018-07-24 09:58:55 +02:00
h3 {
margin-top: 0px;
}
2017-12-18 11:01:22 +01:00
2018-07-24 09:58:55 +02:00
.mat-fab-bottom-right {
top: auto !important;
right: 20px !important;
bottom: 10px !important;
left: auto !important;
position: fixed !important;
}
2017-12-18 11:01:22 +01:00
2018-07-24 09:58:55 +02:00
.full-width {
width: 100%;
}
2017-12-18 11:01:22 +01:00
2018-07-24 09:58:55 +02:00
.mat-card {
margin: 16px 0;
}
2017-12-19 12:45:56 +01:00
2018-07-24 09:58:55 +02:00
.mat-row {
cursor: pointer;
}
2017-12-19 12:45:56 +01:00
2018-07-24 09:58:55 +02:00
mat-row:hover {
background-color: lightgray;
}
2018-01-10 13:21:18 +01:00
2018-07-24 09:58:55 +02:00
mat-row:nth-child(odd) {
background-color: #eef0fb;
}