demarches-normaliennes/app/assets/stylesheets/procedure_show.scss
Colin Darie e7768bbf4b
refactor(dossiers): table in new dsfr design
- remove obsolete css
- handle check / check all dsfr UI
- min height hack does not work anymore (pending a new solution)
2024-11-22 10:45:41 +01:00

42 lines
708 B
SCSS

@import 'colors';
@import 'constants';
.procedure-header {
a.header-link {
display: inline-block;
margin-bottom: 1 * $default-padding;
}
}
#procedure-show {
.procedure-actions {
margin-left: auto;
flex-shrink: 0;
.dropdown-items li {
min-width: 150px;
}
}
.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;
display: inline-block;
}
.fr-ds-combobox__multiple {
margin-bottom: $default-fields-spacer;
}
}