Skip to content

Commit 99469e8

Browse files
committed
front: fix timetable toolbar style
Signed-off-by: SharglutDev <[email protected]>
1 parent 68c6646 commit 99469e8

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

front/src/styles/scss/applications/operationalStudies/_scenario.scss

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -383,33 +383,31 @@
383383
}
384384

385385
.scenario-timetable-toolbar {
386-
padding: 0 16px 0 10px;
387386
position: sticky;
388387
top: 0;
389388
z-index: 2;
390389
background-color: var(--ambiantB15);
390+
border-radius: 10px;
391+
box-shadow: inset 0 1px 0 var(--white100);
391392

392393
.toolbar-header {
394+
padding-inline: 10px 16px;
393395
display: flex;
394-
gap: 8px;
395-
padding-block: 11px 17px;
396396
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;
406398

407399
.train-count {
408400
display: flex;
409401
align-items: center;
410402
flex-grow: 1;
403+
404+
.label {
405+
font-size: 1rem;
406+
margin-left: 4px;
407+
}
411408
}
412409
.more-details-button {
410+
font-size: 0.875rem;
413411
color: var(--primary60);
414412
}
415413
}
@@ -462,6 +460,7 @@
462460

463461
.filter-button {
464462
width: 100%;
463+
color: var(--grey40);
465464
}
466465

467466
&:hover {
@@ -710,13 +709,14 @@
710709
}
711710

712711
.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);
717712
display: flex;
718713
flex-direction: column;
719714
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);
720720

721721
// cancel bootstrap default margin
722722
label {

0 commit comments

Comments
 (0)