Skip to content
Snippets Groups Projects
Commit c900d7aa authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix(ui): margin button today

parent 7e64a37b
No related branches found
No related tags found
1 merge request!10622.7 Release
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
justify-content: space-evenly; justify-content: space-evenly;
align-items: flex-end; align-items: flex-end;
margin: auto; margin: auto;
margin-top: 1rem;
max-width: 45.75rem; max-width: 45.75rem;
height: 36px;
.btnSecondary { .btnSecondary {
max-width: 90px; max-width: 90px;
border-radius: 4px; border-radius: 4px;
......
...@@ -19,14 +19,14 @@ ...@@ -19,14 +19,14 @@
align-items: center; align-items: center;
justify-content: left; justify-content: left;
margin: auto; margin: auto;
padding-top: 1.5rem; padding-top: 1rem;
max-width: 45.75rem; max-width: 45.75rem;
.fluidchart-footer-label { .fluidchart-footer-label {
color: $grey-bright; color: $grey-bright;
} }
} }
.compareLegend { .compareLegend {
padding: 0 0 1rem 0; padding: 1rem 0 0 0;
display: flex; display: flex;
gap: 1rem; gap: 1rem;
font-weight: 700; font-weight: 700;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment