mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 01:47:30 +01:00
initial commit.
This commit is contained in:
32
styles/section.scss
Normal file
32
styles/section.scss
Normal file
@@ -0,0 +1,32 @@
|
||||
@import "vars";
|
||||
@import "mixins";
|
||||
|
||||
.section {
|
||||
// min-height: 100%;
|
||||
min-height: 50px !important;
|
||||
position: relative;
|
||||
//@include clearfix;
|
||||
background-color: #fff;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
|
||||
&.active {
|
||||
.section-padding-corner.in,
|
||||
.section-padding.in {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.space-empty,
|
||||
.section-empty {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 800;
|
||||
pointer-events: none;
|
||||
opacity: 0.25;
|
||||
display: block;
|
||||
}
|
||||
Reference in New Issue
Block a user