merging
This commit is contained in:
@ -4,7 +4,10 @@
|
||||
.btn
|
||||
border-radius: $border_radius
|
||||
border-width: $border_width
|
||||
border: $border_width solid #d1d1d1
|
||||
padding: $padding
|
||||
font-size: 12pt
|
||||
min-width: 100px
|
||||
transition: 50ms
|
||||
.btn-primary
|
||||
background-color: $primary
|
||||
|
@ -1,5 +1,5 @@
|
||||
@import variables
|
||||
|
||||
/* todo: make the sliders smaller */
|
||||
/* The switch - the box around the slider */
|
||||
.switch
|
||||
position: relative
|
||||
|
@ -1,4 +1,4 @@
|
||||
$border_width: 2px
|
||||
$border_width: 1px
|
||||
$border_radius: 5px
|
||||
$padding: 5px
|
||||
$columns: 12
|
||||
@ -7,7 +7,8 @@ $navgap: 1em
|
||||
/* Colours */
|
||||
$navhovcolor: #a5a5a5
|
||||
$navdefcolor: #2e2e2e
|
||||
$primBG: rgb(248, 248, 248)
|
||||
$default: rgb(248, 248, 248)
|
||||
$default_dark: #d1d1d1
|
||||
$primary: #3498db
|
||||
$primary_dark: #2980b9
|
||||
$danger: #e74c3c
|
||||
|
Reference in New Issue
Block a user