mirror of https://github.com/akveo/blur-admin
feat(panel): panel intermediate
parent
78747fb2b4
commit
bb8cf1758b
|
@ -12,7 +12,7 @@ a {
|
|||
color: $primary;
|
||||
text-decoration: none !important;
|
||||
&:hover {
|
||||
color: $danger;
|
||||
color: shade($primary, 20);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -55,8 +55,8 @@ $panel-heading-font-size: 16px;
|
|||
}
|
||||
|
||||
.panel-title {
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
font-weight: 400;
|
||||
//text-transform: uppercase;
|
||||
}
|
||||
|
||||
.panel-white {
|
||||
|
|
|
@ -126,4 +126,5 @@
|
|||
.tab-content {
|
||||
padding: 15px;
|
||||
background: #ffffff;
|
||||
color: $default-text;
|
||||
}
|
Loading…
Reference in New Issue