demarches-normaliennes/app/assets/stylesheets/new_design/dossiers_table.scss

55 lines
690 B
SCSS
Raw Normal View History

2017-08-28 14:26:37 +02:00
@import "colors";
@import "constants";
.table.dossiers-table {
font-size: 14px;
2017-08-28 14:26:37 +02:00
td {
padding: 0;
}
2017-09-27 15:16:07 +02:00
thead a {
color: #000000;
}
.caret-icon {
vertical-align: top;
margin-top: 9px;
margin-left: 4px;
}
2017-08-28 14:26:37 +02:00
.cell-link {
color: $black;
padding: (3 * $default-spacer) 2px;
display: block;
}
.icon.folder {
2017-08-28 14:26:37 +02:00
margin-right: $default-spacer;
2017-08-30 15:31:17 +02:00
position: relative;
.notifications {
top: 0px;
right: -10px;
}
2017-08-28 14:26:37 +02:00
}
.number-col {
width: 110px;
2017-08-28 14:26:37 +02:00
}
.status-col {
2017-08-28 14:26:37 +02:00
width: 110px;
.label {
width: 110px;
text-align: center;
}
2017-08-28 14:26:37 +02:00
}
.follow-col {
width: 190px;
2017-08-28 14:26:37 +02:00
text-align: center;
}
}