mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -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;
|
||||
|
||||
> .card-header {
|
||||
@include font-sans-bold;
|
||||
position: relative;
|
||||
padding: 9px 15px;
|
||||
border-top: 1px solid darken($c-dashboard-dark, 5%);
|
||||
|
@ -230,7 +231,6 @@ body {
|
|||
background-color: $c-dashboard-dark;
|
||||
color: $c-dashboard-light;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
|
||||
.dashboard-heading {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue