mirror of https://github.com/akveo/blur-admin
feat(panel): panel intermediate
parent
78747fb2b4
commit
bb8cf1758b
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -126,4 +126,5 @@
|
||||||
.tab-content {
|
.tab-content {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
color: $default-text;
|
||||||
}
|
}
|
Loading…
Reference in New Issue