mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Use the bold sans font instead of font-weight: bold
This commit is contained in:
parent
42c76f0699
commit
6ea47a7de2
1 changed files with 1 additions and 1 deletions
2
resources/assets/sass/dashboard.scss
vendored
2
resources/assets/sass/dashboard.scss
vendored
|
@ -222,6 +222,7 @@ body {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
||||||
> .card-header {
|
> .card-header {
|
||||||
|
@include font-sans-bold;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 9px 15px;
|
padding: 9px 15px;
|
||||||
border-top: 1px solid darken($c-dashboard-dark, 5%);
|
border-top: 1px solid darken($c-dashboard-dark, 5%);
|
||||||
|
@ -230,7 +231,6 @@ body {
|
||||||
background-color: $c-dashboard-dark;
|
background-color: $c-dashboard-dark;
|
||||||
color: $c-dashboard-light;
|
color: $c-dashboard-light;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
|
||||||
|
|
||||||
.dashboard-heading {
|
.dashboard-heading {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue