first commit
This commit is contained in:
14
wp-content/themes/ostal_WP/sass/05-components/_box.scss
Normal file
14
wp-content/themes/ostal_WP/sass/05-components/_box.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
@use "../01-base/breakpoints" as *;
|
||||
@use "../01-base/colors" as *;
|
||||
|
||||
.box{
|
||||
clip-path: polygon(0% 5%, 5% 0%, 100% 0%, 100% 5%, 100% 100%, 0% 100%, 0% 5%);
|
||||
background-color: #000000;
|
||||
&--dark{
|
||||
background-color: $dark-color;
|
||||
|
||||
}
|
||||
&--light{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user