41 lines
830 B
SCSS
Executable File
41 lines
830 B
SCSS
Executable File
@import 'constants';
|
|
|
|
/* [1] Panel list (tokens, utilisateurs, etc)
|
|
=========================================================*/
|
|
@import 'panel-list';
|
|
|
|
/* [2] Formulaire de type 'timeline'
|
|
=========================================================*/
|
|
@import 'timeline-form';
|
|
|
|
#WRAPPER > #CONTAINER table,
|
|
#WRAPPER > #CONTAINER > section > table{
|
|
|
|
& tr,
|
|
& > tr{
|
|
|
|
& > td{
|
|
padding: .8em;
|
|
|
|
|
|
color: #888;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
|
|
& > input[type="checkbox"]+label[for]:before{
|
|
left: -.4em;
|
|
width: calc( 1.05em - 2*.15em );
|
|
}
|
|
}
|
|
|
|
& > td.hidden:before{
|
|
content: '+';
|
|
color: #ddd;
|
|
font-weight: bold;
|
|
}
|
|
|
|
}
|
|
|
|
}
|