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
2f7a2ee6
Commit
2f7a2ee6
authored
Mar 05, 2015
by
Thomas Park
Browse files
sandstone: color in panel-footer, fixes #411
parent
45f5c249
Changes
4
Hide whitespace changes
Inline
Side-by-side
sandstone/_bootswatch.scss
View file @
2f7a2ee6
...
...
@@ -175,12 +175,15 @@ input,
@include
box-shadow
(
none
);
.panel-heading
,
.panel-title
,
.panel-footer
{
.panel-title
{
@extend
.sandstone
;
color
:
#fff
;
}
.panel-footer
{
@extend
.sandstone
;
}
&
-default
{
.panel-heading
,
.panel-title
,
...
...
sandstone/bootstrap.css
View file @
2f7a2ee6
...
...
@@ -6695,14 +6695,19 @@ input:focus,
box-shadow
:
none
;
}
.panel
.panel-heading
,
.panel
.panel-title
,
.panel
.panel-footer
{
.panel
.panel-title
{
font-size
:
11px
;
line-height
:
22px
;
font-weight
:
500
;
text-transform
:
uppercase
;
color
:
#fff
;
}
.panel
.panel-footer
{
font-size
:
11px
;
line-height
:
22px
;
font-weight
:
500
;
text-transform
:
uppercase
;
}
.panel-default
.panel-heading
,
.panel-default
.panel-title
,
.panel-default
.panel-footer
{
...
...
sandstone/bootstrap.min.css
View file @
2f7a2ee6
This source diff could not be displayed because it is too large. You can
view the blob
instead.
sandstone/bootswatch.less
View file @
2f7a2ee6
...
...
@@ -175,12 +175,15 @@ input,
.box-shadow(none);
.panel-heading,
.panel-title,
.panel-footer {
.panel-title {
.sandstone;
color: #fff;
}
.panel-footer {
.sandstone;
}
&-default {
.panel-heading,
.panel-title,
...
...
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