Cleaning up trash, Changing from pure CSS to SCSS
Update .dockerignore, .gitignore, and 20 more files...
This commit is contained in:
17
resources/Azias/scss/halfmoon/element/containers.scss
Normal file
17
resources/Azias/scss/halfmoon/element/containers.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
/* Halfmoon > Elements > Containers */
|
||||
|
||||
.w-lg-p90 {
|
||||
width: 95% !important;
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
.w-95 {
|
||||
width: 95% !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 993px) {
|
||||
.w-lg-p90 {
|
||||
width: 90% !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user