argos/dmp-frontend/src/app/dmps/listing/dmp-listing.component.scss

36 lines
445 B
SCSS
Raw Normal View History

2017-12-19 08:31:02 +01:00
.mat-table {
margin: 24px;
}
.mat-fab-bottom-right {
top: auto !important;
right: 20px !important;
bottom: 10px !important;
left: auto !important;
position: fixed !important;
}
.full-width {
width: 100%;
}
.mat-card {
margin: 16px 0;
2017-12-19 12:45:56 +01:00
}
.mat-row {
cursor: pointer;
}
2018-07-23 16:01:27 +02:00
mat-row:hover {
2017-12-19 12:45:56 +01:00
background-color: lightgray;
2018-01-26 16:50:16 +01:00
}
mat-row:nth-child(odd){
background-color:#eef0fb;
2018-07-23 16:01:27 +02:00
}
h3{
margin-top: 0px;
}