We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae721ba commit af35037Copy full SHA for af35037
src/app/styles/components/_renderingFrequency.scss
@@ -68,13 +68,13 @@
68
flex-direction: row;
69
align-items: center;
70
justify-content: space-between;
71
- background: #242529;
+ background: $background-color-strong;
72
padding: 20px;
73
margin: 20px 10px;
74
font-family: 'Roboto', sans-serif;
75
76
h3 {
77
- color: #ff0001;
+ color: $primary-color;
78
margin-bottom: 5px;
79
margin-top: 5px;
80
text-transform: uppercase;
@@ -83,14 +83,14 @@
83
}
84
85
h4 {
86
+ color: $primary-color-strong;
87
88
89
font-weight: 300;
90
91
92
p {
93
- color: white;
94
line-height: 20px;
95
text-align: center;
96
font-size: 18px;
0 commit comments