File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
front/src/styles/scss/applications/operationalStudies Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 383
383
}
384
384
385
385
.scenario-timetable-toolbar {
386
- padding : 0 16px 0 10px ;
387
386
position : sticky ;
388
387
top : 0 ;
389
388
z-index : 2 ;
390
389
background-color : var (--ambiantB15 );
390
+ border-radius : 10px ;
391
+ box-shadow : inset 0 1px 0 var (--white100 );
391
392
392
393
.toolbar-header {
394
+ padding-inline : 10px 16px ;
393
395
display : flex ;
394
- gap : 8px ;
395
- padding-block : 11px 17px ;
396
396
align-items : center ;
397
-
398
- & .with-details {
399
- padding-bottom : 12px ;
400
- }
401
-
402
- .label {
403
- margin-left : 4px ;
404
- color : var (--grey80 );
405
- }
397
+ height : 48px ;
406
398
407
399
.train-count {
408
400
display : flex ;
409
401
align-items : center ;
410
402
flex-grow : 1 ;
403
+
404
+ .label {
405
+ font-size : 1rem ;
406
+ margin-left : 4px ;
407
+ }
411
408
}
412
409
.more-details-button {
410
+ font-size : 0.875rem ;
413
411
color : var (--primary60 );
414
412
}
415
413
}
462
460
463
461
.filter-button {
464
462
width : 100% ;
463
+ color : var (--grey40 );
465
464
}
466
465
467
466
& :hover {
710
709
}
711
710
712
711
.filter-panel {
713
- padding : 17px 39px 23px 24px ;
714
- background-color : var (--ambiantB5 );
715
- border-top : solid 1px var (--white100 );
716
- border-bottom : solid 1px rgba (0 , 0 , 0 , 0.25 );
717
712
display : flex ;
718
713
flex-direction : column ;
719
714
position : relative ;
715
+ padding : 17px 39px 23px 24px ;
716
+ background-color : var (--ambiantB5 );
717
+ border-top : solid 1px var (--black25 );
718
+ box-shadow : inset 0 1px 0 0 var (--white100 );
719
+ border-bottom : solid 1px rgba (0 , 0 , 0 , 0.25 );
720
720
721
721
// cancel bootstrap default margin
722
722
label {
You can’t perform that action at this time.
0 commit comments