NxTIC/subDir/public_html/css/global.scss

40 lines
694 B
SCSS

@import 'constants';
/* [1] Panel list (tokens, utilisateurs, etc)
=========================================================*/
@import 'panel-list';
/* [2] Formulaire de type 'timeline'
=========================================================*/
@import 'timeline-form';
@import 'timeline-form-facebook';
#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;
}
}
}