Skip to content

Commit 8b54f5a

Browse files
committed
Removed colons and semi colons
1 parent ceed178 commit 8b54f5a

File tree

1 file changed

+61
-61
lines changed

1 file changed

+61
-61
lines changed

browser/main/modals/PreferencesModal/ConfigTab.styl

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
@import('./Tab')
22

33
.container
4-
display: flex
5-
flex-direction: column
6-
align-items: center
7-
justify-content: center
4+
display flex
5+
flex-direction column
6+
align-items center
7+
justify-content center
88
position relative
9-
margin-bottom: 2em
9+
margin-bottom 2em
1010
margin-left 2em
1111

1212
.box-minmax
@@ -27,83 +27,83 @@
2727
background $ui-backgroundColor
2828

2929
div[id^="secondRow"]
30-
position absolute;
31-
z-index 2;
32-
left 0;
33-
top 0;
34-
margin-bottom -42px;
30+
position absolute
31+
z-index 2
32+
left 0
33+
top 0
34+
margin-bottom -42px
3535
.rs-label
3636
margin-left -20px
3737

3838
div[id^="firstRow"]
39-
position absolute;
40-
z-index 2;
41-
left 0;
42-
top 0;
43-
margin-bottom -25px;
39+
position absolute
40+
z-index 2
41+
left 0
42+
top 0
43+
margin-bottom -25px
4444
.rs-range
4545
&::-webkit-slider-thumb
46-
margin-top: 0px
47-
transform: rotate(180deg)
46+
margin-top 0px
47+
transform rotate(180deg)
4848
.rs-label
4949
margin-bottom -85px
5050
margin-top 85px
5151

5252

5353
.rs-range
54-
margin-top: 29px
55-
width: 600px
56-
-webkit-appearance: none
54+
margin-top 29px
55+
width 600px
56+
-webkit-appearance none
5757
&:focus
58-
outline: black
58+
outline black
5959
&::-webkit-slider-runnable-track
60-
width: 100%
61-
height: 0.1px
62-
cursor: pointer
63-
box-shadow: none
64-
background: $ui-backgroundColor
65-
border-radius: 0px
66-
border: 0px solid #010101
60+
width 100%
61+
height 0.1px
62+
cursor pointer
63+
box-shadow none
64+
background $ui-backgroundColor
65+
border-radius 0px
66+
border 0px solid #010101
6767
cursor none
6868

6969
&::-webkit-slider-thumb
70-
box-shadow: none
71-
border: 1px solid $ui-borderColor
72-
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25)
73-
height: 32px
74-
width: 32px
75-
border-radius: 22px
76-
background: white
77-
cursor: pointer
78-
-webkit-appearance: none
79-
margin-top: -20px
80-
border-color: $ui-default-button-backgroundColor
70+
box-shadow none
71+
border 1px solid $ui-borderColor
72+
box-shadow 0px 10px 10px rgba(0, 0, 0, 0.25)
73+
height 32px
74+
width 32px
75+
border-radius 22px
76+
background white
77+
cursor pointer
78+
-webkit-appearance none
79+
margin-top -20px
80+
border-color $ui-default-button-backgroundColor
8181
height 32px
82-
border-top-left-radius: 10%
83-
border-top-right-radius: 10%
82+
border-top-left-radius 10%
83+
border-top-right-radius 10%
8484

8585
.rs-label
86-
position: relative
87-
transform-origin: center center
88-
display: block
89-
background: transparent
90-
border-radius: none
91-
line-height: 30px
92-
font-weight: normal
93-
box-sizing: border-box
94-
border: none
95-
margin-bottom: -5px
96-
margin-top: -10px
97-
clear:both;
98-
float:left;
86+
position relative
87+
transform-origin center center
88+
display block
89+
background transparent
90+
border-radius none
91+
line-height 30px
92+
font-weight normal
93+
box-sizing border-box
94+
border none
95+
margin-bottom -5px
96+
margin-top -10px
97+
clear both
98+
float left
9999
height 17px
100-
margin-left: -25px
101-
left: attr(value)
102-
color: $ui-text-color
103-
font-style: normal
104-
font-weight: normal
105-
line-height: normal
106-
font-size: $tab--button-font-size
100+
margin-left -25px
101+
left attr(value)
102+
color $ui-text-color
103+
font-style normal
104+
font-weight normal
105+
line-height normal
106+
font-size $tab--button-font-size
107107
.root
108108
padding 15px
109109
color $ui-text-color

0 commit comments

Comments
 (0)