Skip to content

Commit 5e0ad0c

Browse files
committed
fixup! front: redesign top left of the scenario page
1 parent 4c7fcc9 commit 5e0ad0c

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,6 @@
205205
img {
206206
height: 1rem;
207207
}
208-
.infra-loading-state.cached {
209-
margin: 0;
210-
font-size: 1.6rem;
211-
}
212208
}
213209

214210
.infra-loaded {

front/src/styles/scss/common/components/_infraLoadingState.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
font-size: 0.75rem;
33
display: flex;
44
align-items: center;
5-
margin-right: 0.5rem;
5+
margin-bottom: 0.0625rem;
66

77
&.cached {
88
color: var(--success30);

front/src/styles/scss/common/components/_pathfinding.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@
137137
}
138138

139139
&.infra-loading {
140-
color: var(--orange);
141-
border-color: #e2ae92;
140+
color: var(--info60);
141+
border-color: var(--info30);
142142
}
143143
}
144144

0 commit comments

Comments
 (0)