styling switches

This commit is contained in:
Justine Arreche 2014-07-04 10:53:15 +02:00
parent 23035306c7
commit ef4b827d3c
2 changed files with 13 additions and 8 deletions
assets/styles

View File

@ -7,12 +7,14 @@
float: left
width: 60px
height: 18px
margin: 0 10px 0 15px
padding: 0 10px 0 0
border: 1px solid #bdbdbd
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: #999
color: #999999
cursor: pointer
text-align: right
&:before
@ -27,11 +29,14 @@
.travis-switch.active
width: 56px
padding: 0 0 0 14px
background: #40454f
padding: 5px 18px 5px 18px
background: #f5f5f5
border: 1px solid #bdbdbd
color: #fff
border-radius: 3px
color: #ffffff
font-weight: 600
text-align: left
&:before
left: auto
right: -1px
width: 30px

View File

@ -1,7 +1,7 @@
@import "_mixins/all"
#annotations
margin: 0 0 0 12px
margin: 8px 0 25px 12px
padding: 12px 0 0 0
@include clearfix