Skip to content

Commit dc3f92e

Browse files
authored
[MIM-1996] MIM-1996:Fix styling statisticFigures (#3016)
MIM-1996:Fix styling statisticFigures
1 parent f8ddf3c commit dc3f92e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/main/resources/assets/styles/_statisticFigures.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
margin: 0;
3434
}
3535

36+
.accordion-header {
37+
.sub-header {
38+
width: 75px;
39+
}
40+
}
41+
3642
.accordion-body {
3743
padding-right: 0;
3844
}
@@ -126,6 +132,12 @@
126132
}
127133
}
128134

135+
.part-accordion {
136+
.hide-show-btn {
137+
margin-bottom: 2rem;
138+
}
139+
}
140+
129141
.statbank-box {
130142
padding: 0;
131143

0 commit comments

Comments
 (0)