Add some variables to the scss files
Use the period API call for the program schema
This commit is contained in:
4
resources/assets/sass/components/_box.scss
vendored
4
resources/assets/sass/components/_box.scss
vendored
@@ -1,3 +1,5 @@
|
||||
@use "../abstracts/variables" as *;
|
||||
|
||||
.box_header {
|
||||
span {
|
||||
font-family: Nunito, serif;
|
||||
@@ -29,7 +31,7 @@
|
||||
padding: 30px 23px 30px 30px;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 0 15px 0 rgba(35, 31, 32, 0.1);
|
||||
background-color: #fff;
|
||||
background-color: $element-bg;
|
||||
margin-bottom: 50px;
|
||||
|
||||
&.full-width {
|
||||
|
||||
Reference in New Issue
Block a user