feat(panel): panel intermediate

pull/3/head
Vladimir Lugovsky 2016-01-05 21:35:51 +03:00
parent 78747fb2b4
commit bb8cf1758b
3 changed files with 4 additions and 3 deletions

View File

@ -12,7 +12,7 @@ a {
color: $primary; color: $primary;
text-decoration: none !important; text-decoration: none !important;
&:hover { &:hover {
color: $danger; color: shade($primary, 20);
} }
} }

View File

@ -55,8 +55,8 @@ $panel-heading-font-size: 16px;
} }
.panel-title { .panel-title {
font-weight: 600; font-weight: 400;
text-transform: uppercase; //text-transform: uppercase;
} }
.panel-white { .panel-white {

View File

@ -126,4 +126,5 @@
.tab-content { .tab-content {
padding: 15px; padding: 15px;
background: #ffffff; background: #ffffff;
color: $default-text;
} }