42 lines
775 B
Sass
42 lines
775 B
Sass
.settings-row
|
|
margin-top: 20px
|
|
|
|
.travis-switch
|
|
position: relative
|
|
display: inline-block
|
|
float: left
|
|
width: 60px
|
|
height: 18px
|
|
margin: 20px 0 50px 0
|
|
padding: 5px 18px 5px 18px
|
|
background-color: #607A83
|
|
border: 1px solid #E3E1E1
|
|
border-radius: 4px
|
|
line-height: 19px
|
|
font-size: 11px
|
|
color: #999999
|
|
cursor: pointer
|
|
text-align: right
|
|
&:before
|
|
content: ""
|
|
position: absolute
|
|
top: -1px
|
|
left: -1px
|
|
width: 28px
|
|
height: 18px
|
|
background: #e9e9e7
|
|
border: 1px solid #bdbdbd
|
|
|
|
.travis-switch.active
|
|
width: 56px
|
|
padding: 5px 18px 5px 18px
|
|
background: #f5f5f5
|
|
border: 1px solid #bdbdbd
|
|
border-radius: 3px
|
|
color: #ffffff
|
|
font-weight: 600
|
|
text-align: left
|
|
&:before
|
|
left: auto
|
|
right: -1px
|
|
width: 30px |