Add some variables to the scss files
Use the period API call for the program schema
This commit is contained in:
3
resources/assets/sass/base/_container.scss
vendored
3
resources/assets/sass/base/_container.scss
vendored
@@ -1,4 +1,5 @@
|
||||
@use "../abstracts/mixin" as *;
|
||||
@use "../abstracts/variables" as *;
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
@@ -13,7 +14,7 @@ body {
|
||||
@media (max-width: 768px) {
|
||||
padding: 50px 0;
|
||||
}
|
||||
background-color: #f9f9f9;
|
||||
background-color: $container-bg;
|
||||
}
|
||||
.header_container {
|
||||
@include container;
|
||||
|
||||
Reference in New Issue
Block a user