1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-20 13:11:44 +00:00

Removed colons and semi colons

This commit is contained in:
gregueiras
2018-11-29 12:25:14 +00:00
parent ceed178061
commit 8b54f5aa69

View File

@@ -1,12 +1,12 @@
@import('./Tab') @import('./Tab')
.container .container
display: flex display flex
flex-direction: column flex-direction column
align-items: center align-items center
justify-content: center justify-content center
position relative position relative
margin-bottom: 2em margin-bottom 2em
margin-left 2em margin-left 2em
.box-minmax .box-minmax
@@ -27,83 +27,83 @@
background $ui-backgroundColor background $ui-backgroundColor
div[id^="secondRow"] div[id^="secondRow"]
position absolute; position absolute
z-index 2; z-index 2
left 0; left 0
top 0; top 0
margin-bottom -42px; margin-bottom -42px
.rs-label .rs-label
margin-left -20px margin-left -20px
div[id^="firstRow"] div[id^="firstRow"]
position absolute; position absolute
z-index 2; z-index 2
left 0; left 0
top 0; top 0
margin-bottom -25px; margin-bottom -25px
.rs-range .rs-range
&::-webkit-slider-thumb &::-webkit-slider-thumb
margin-top: 0px margin-top 0px
transform: rotate(180deg) transform rotate(180deg)
.rs-label .rs-label
margin-bottom -85px margin-bottom -85px
margin-top 85px margin-top 85px
.rs-range .rs-range
margin-top: 29px margin-top 29px
width: 600px width 600px
-webkit-appearance: none -webkit-appearance none
&:focus &:focus
outline: black outline black
&::-webkit-slider-runnable-track &::-webkit-slider-runnable-track
width: 100% width 100%
height: 0.1px height 0.1px
cursor: pointer cursor pointer
box-shadow: none box-shadow none
background: $ui-backgroundColor background $ui-backgroundColor
border-radius: 0px border-radius 0px
border: 0px solid #010101 border 0px solid #010101
cursor none cursor none
&::-webkit-slider-thumb &::-webkit-slider-thumb
box-shadow: none box-shadow none
border: 1px solid $ui-borderColor border 1px solid $ui-borderColor
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25) box-shadow 0px 10px 10px rgba(0, 0, 0, 0.25)
height: 32px
width: 32px
border-radius: 22px
background: white
cursor: pointer
-webkit-appearance: none
margin-top: -20px
border-color: $ui-default-button-backgroundColor
height 32px height 32px
border-top-left-radius: 10% width 32px
border-top-right-radius: 10% border-radius 22px
background white
cursor pointer
-webkit-appearance none
margin-top -20px
border-color $ui-default-button-backgroundColor
height 32px
border-top-left-radius 10%
border-top-right-radius 10%
.rs-label .rs-label
position: relative position relative
transform-origin: center center transform-origin center center
display: block display block
background: transparent background transparent
border-radius: none border-radius none
line-height: 30px line-height 30px
font-weight: normal font-weight normal
box-sizing: border-box box-sizing border-box
border: none border none
margin-bottom: -5px margin-bottom -5px
margin-top: -10px margin-top -10px
clear:both; clear both
float:left; float left
height 17px height 17px
margin-left: -25px margin-left -25px
left: attr(value) left attr(value)
color: $ui-text-color color $ui-text-color
font-style: normal font-style normal
font-weight: normal font-weight normal
line-height: normal line-height normal
font-size: $tab--button-font-size font-size $tab--button-font-size
.root .root
padding 15px padding 15px
color $ui-text-color color $ui-text-color