Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
bootflat
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
85e94489
authored
2014-03-21 17:50:28 +0800
by
bootflat
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
modify $button-shadow
1 parent
fd54c01f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
bootflat/scss/bootflat/_button.scss
bootflat/scss/bootflat/_button.scss
View file @
85e9448
...
...
@@ -20,7 +20,7 @@ $button-font-color-dark: $darkgray-dark !default;
$button-font-color-light
:
$white
!
default
;
$button-opacity
:
45
!
default
;
$button-sha
od
w
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
.125
)
!
default
;
$button-sha
do
w
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
.125
)
!
default
;
// Exports
//------------------------------------------------------
...
...
@@ -51,7 +51,7 @@ $button-shaodw: inset 0 1px 2px rgba(0, 0, 0, .125) !default;
}
&
:active
,
&
.active
{
@include
box-shadow
(
$value
:
$button-sha
od
w
);
@include
box-shadow
(
$value
:
$button-sha
do
w
);
}
&
.disabled
,
&
[
disabled
]
{
...
...
Please
register
or
sign in
to post a comment