Skip to content

Commit adcac76

Browse files
Styles updated
1 parent 37c6cf3 commit adcac76

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

Interactive Pricing Component/style.scss

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,16 @@ body {
5353
}
5454
}
5555

56-
.pageview,.month{
57-
color: $GrayishBlue;
56+
.pageview,
57+
.month {
58+
color: $GrayishBlue;
5859
}
5960

60-
#op{
61-
color: $DarkDesaturatedBlue;
62-
font-weight: bold;
63-
font-size: x-large;
64-
overflow: auto;
61+
#op {
62+
color: $DarkDesaturatedBlue;
63+
font-weight: bold;
64+
font-size: x-large;
65+
overflow: auto;
6566
}
6667

6768
.card {
@@ -98,15 +99,15 @@ body {
9899
height: 40px;
99100
border-radius: 50%;
100101
background: $StrongCyan url("./images/icon-slider.svg") no-repeat center;
101-
box-shadow: 0px 4px 5px $StrongCyan;
102+
box-shadow: 0 4px 5px $StrongCyan;
102103
cursor: pointer; /* Cursor on hover */
103104
}
104105
.range::-moz-range-thumb {
105106
width: 40px;
106107
height: 40px;
107108
border-radius: 50%;
108109
background: $StrongCyan url("./images/icon-slider.svg") no-repeat center;
109-
box-shadow: 0px 4px 5px $StrongCyan;
110+
box-shadow: 0 4px 5px $StrongCyan;
110111
cursor: pointer; /* Cursor on hover */
111112
}
112113
}
@@ -189,7 +190,7 @@ input:checked + .slider:before {
189190
.sectiona {
190191
margin-left: 50px;
191192
margin-right: auto;
192-
text-align:left;
193+
text-align: left;
193194
color: $GrayishBlue;
194195
}
195196
.sectionb {
@@ -199,8 +200,8 @@ input:checked + .slider:before {
199200
margin-right: 50px;
200201
}
201202
li.borderless {
202-
border: 0 none;
203-
}
203+
border: 0 none;
204+
}
204205
.icon {
205206
background: url("./images/icon-check.svg") no-repeat;
206207
height: 9px;
@@ -210,10 +211,10 @@ li.borderless {
210211
align-self: center;
211212
}
212213

213-
.btn{
214-
background: $DarkDesaturatedBlue;
215-
color: $LightGrayishBlue2;
216-
border-radius: 50px;
217-
width: 175px;
218-
height: 40px;
219-
}
214+
.btn {
215+
background: $DarkDesaturatedBlue;
216+
color: $LightGrayishBlue2;
217+
border-radius: 50px;
218+
width: 175px;
219+
height: 40px;
220+
}

0 commit comments

Comments
 (0)