Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
bd4c7714
Commit
bd4c7714
authored
Mar 19, 2014
by
Thomas Park
Browse files
lumen: lighten panel shadow
parent
22f5eb3f
Changes
3
Hide whitespace changes
Inline
Side-by-side
lumen/bootstrap.css
View file @
bd4c7714
...
...
@@ -6012,8 +6012,7 @@ label {
}
.panel
{
border
:
1px
solid
#e7e7e7
;
-webkit-box-shadow
:
0
4px
0
rgba
(
0
,
0
,
0
,
0.15
);
box-shadow
:
0
4px
0
rgba
(
0
,
0
,
0
,
0.15
);
border-width
:
0
1px
4px
1px
;
}
.clearfix
:before
,
.clearfix
:after
,
...
...
lumen/bootstrap.min.css
View file @
bd4c7714
This source diff could not be displayed because it is too large. You can
view the blob
instead.
lumen/bootswatch.less
View file @
bd4c7714
...
...
@@ -371,6 +371,5 @@ label {
.panel {
border: 1px solid @navbar-default-border;
.box-shadow(0 4px 0 rgba(0, 0, 0, 0.15));
.shadow();
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment