mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-19 02:26:24 -07:00
chore: move assets to namespaced folder
This commit is contained in:
parent
548bf20fe8
commit
09ab4d214e
29 changed files with 859 additions and 1 deletions
67
app/assets/stylesheets/dashboard/partials/_fonts.scss
Normal file
67
app/assets/stylesheets/dashboard/partials/_fonts.scss
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
.font-bitter {
|
||||
font-family: 'Bitter', serif;
|
||||
}
|
||||
|
||||
.font-cabin {
|
||||
font-family: 'Cabin', sans-serif;
|
||||
}
|
||||
|
||||
.font-size-14 {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.weight-700 {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.weight-600 {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.weight-400 {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.sub-header {
|
||||
@extend .font-bitter;
|
||||
@extend .weight-600;
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
.sub-header-2 {
|
||||
@extend .font-bitter;
|
||||
@extend .weight-700;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.sub-header-3 {
|
||||
@extend .font-bitter;
|
||||
@extend .weight-700;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.sub-header-4 {
|
||||
@extend .font-bitter;
|
||||
@extend .weight-700;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.body-large {
|
||||
font-size: 16px;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.body-small {
|
||||
font-size: 14px;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.link {
|
||||
@extend .color-blue;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.caption {
|
||||
font-size: 12px;
|
||||
color: $gray-1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue