|
|
@ -0,0 +1,28 @@ |
|
|
|
|
|
|
|
/*------------------- |
|
|
|
Globals Used |
|
|
|
--------------------*/ |
|
|
|
|
|
|
|
// @textColor |
|
|
|
|
|
|
|
/*------------------- |
|
|
|
Button Variables |
|
|
|
--------------------*/ |
|
|
|
|
|
|
|
@margin: 1em 0em; |
|
|
|
@backgroundColor: #FFFFFF; |
|
|
|
@fontWeight: normal; |
|
|
|
@boxShadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1); |
|
|
|
|
|
|
|
@transition: |
|
|
|
opacity 0.2s ease, |
|
|
|
background 0.2s ease, |
|
|
|
box-shadow 0.2s ease |
|
|
|
; |
|
|
|
@borderRadius: 0.1875em; |
|
|
|
|
|
|
|
@dividerBackground: linear-gradient( |
|
|
|
rgba(0, 0, 0, 0.05) 0%, |
|
|
|
rgba(0, 0, 0, 0.1) 50%, |
|
|
|
rgba(0, 0, 0, 0.05) 100%) |
|
|
|
; |