Skip to content

Commit af35037

Browse files
committed
fixed the formatting for performacne component details boxes when expanded as well
1 parent ae721ba commit af35037

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/styles/components/_renderingFrequency.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@
6868
flex-direction: row;
6969
align-items: center;
7070
justify-content: space-between;
71-
background: #242529;
71+
background: $background-color-strong;
7272
padding: 20px;
7373
margin: 20px 10px;
7474
font-family: 'Roboto', sans-serif;
7575

7676
h3 {
77-
color: #ff0001;
77+
color: $primary-color;
7878
margin-bottom: 5px;
7979
margin-top: 5px;
8080
text-transform: uppercase;
@@ -83,14 +83,14 @@
8383
}
8484

8585
h4 {
86-
color: #ff0001;
86+
color: $primary-color-strong;
8787
margin-bottom: 5px;
8888
margin-top: 5px;
8989
font-weight: 300;
9090
}
9191

9292
p {
93-
color: white;
93+
color: $primary-color-strong;
9494
line-height: 20px;
9595
text-align: center;
9696
font-size: 18px;

0 commit comments

Comments
 (0)