test
This commit is contained in:
20
test/assets/css/_default.scss
Normal file
20
test/assets/css/_default.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
body {
|
||||
font-family: $font-primary;
|
||||
font-weight: $weight-medium;
|
||||
color: $primary-900;
|
||||
}
|
||||
|
||||
img {
|
||||
border-style: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.image {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.image--section {
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
Reference in New Issue
Block a user