Skip to content

Commit a815864

Browse files
committed
Removed white variable
1 parent a8a4142 commit a815864

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

src/index.scss

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900;1000&display=swap');
22

33
$blue: #465491;
4-
$white: #FFFFFF;
54

65
a:hover{
76
text-decoration: none;
@@ -35,7 +34,7 @@ html, body, #root, #app, .full-height{
3534
text-align: center;
3635

3736
background-color: $blue;
38-
color: $white;
37+
color: white;
3938
}
4039
.desktop-banner span{
4140
font-weight: 400;
@@ -56,7 +55,6 @@ html, body, #root, #app, .full-height{
5655
font-weight: 500;
5756

5857
color: $blue;
59-
background-color: $white;
6058
}
6159
.navigation ul{
6260
list-style-type: none;
@@ -162,7 +160,7 @@ html, body, #root, #app, .full-height{
162160
border-color: $blue;
163161
border-radius: 15px;
164162

165-
background-color: $white;
163+
background-color: white;
166164
background-image: url(./input-arrow.svg);
167165
background-repeat: no-repeat;
168166
background-position: 3.75px;
@@ -204,22 +202,22 @@ mobile has scaling widths and font sizes
204202
font-size: 12px;
205203
font-weight: 400;
206204

207-
color: $white;
205+
color: white;
208206
background-color: $blue;
209207
}
210208
.navigation ul li{
211209
padding: 25px 15px;
212210
}
213211
.navigation ul li a{
214-
color: $white;
212+
color: white;
215213
border-bottom-style: solid;
216-
border-color: transparentize($white, 1);
214+
border-color: transparentize(white, 1);
217215
}
218216
.navigation ul li a:hover{
219-
border-color: transparentize($white, 1);
217+
border-color: transparentize(white, 1);
220218
}
221219
.navigation ul li a:active{
222-
border-color: transparentize($white, 0);
220+
border-color: transparentize(white, 0);
223221
}
224222

225223
.section{

0 commit comments

Comments
 (0)