Switch to SASS module system
This commit is contained in:
parent
d5abc6d4be
commit
93e254db64
13 changed files with 84 additions and 59 deletions
|
@ -1,5 +1,8 @@
|
|||
@use "../utils/typography";
|
||||
@use "../utils/colors";
|
||||
|
||||
.item-form {
|
||||
font-family: $font-primary;
|
||||
font-family: typography.$font-primary;
|
||||
}
|
||||
|
||||
$header-top-margin: 5px;
|
||||
|
@ -28,7 +31,7 @@ header.sheet-header {
|
|||
padding: 0px;
|
||||
margin: $header-top-margin 10px $header-top-margin 0;
|
||||
border-bottom: 0;
|
||||
@include font-heading-upper;
|
||||
@include typography.font-heading-upper;
|
||||
display: block;
|
||||
input {
|
||||
width: 100%;
|
||||
|
@ -36,16 +39,16 @@ header.sheet-header {
|
|||
margin: 0;
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
@include font-heading-upper;
|
||||
@include typography.font-heading-upper;
|
||||
}
|
||||
}
|
||||
h2.item-type {
|
||||
@include font-heading-upper;
|
||||
@include typography.font-heading-upper;
|
||||
display: block;
|
||||
height: 50px;
|
||||
padding: 0px;
|
||||
flex: 0 0 auto;
|
||||
color: $c-light-grey;
|
||||
color: colors.$c-light-grey;
|
||||
border: none;
|
||||
line-height: 50px;
|
||||
margin: $header-top-margin 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue