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

44 lines
726 B
SCSS
Raw Normal View History

2017-07-11 16:09:03 +02:00
@import "colors";
@import "common";
@import "constants";
#procedure-show {
2017-07-18 15:12:55 +02:00
h1 {
color: $black;
font-size: 22px;
margin-bottom: 2 * $default-padding;
}
2017-07-11 16:09:03 +02:00
.dossiers-table {
margin-top: $default-spacer;
margin-bottom: 3 * $default-spacer;
}
.procedure-actions {
margin-left: auto;
flex-shrink: 0;
.dropdown-items li {
min-width: 150px;
}
}
2017-09-28 11:04:18 +02:00
.filter {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
background-color: $light-blue;
border-radius: 4px;
color: #FFFFFF;
height: 36px;
line-height: 36px;
}
.close-icon {
vertical-align: top;
margin-top: 12px;
margin-right: 6px;
2017-09-28 11:04:18 +02:00
display: inline-block;
}
2017-07-11 16:09:03 +02:00
}