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:
30
styles/space-grid.scss
Normal file
30
styles/space-grid.scss
Normal file
@@ -0,0 +1,30 @@
|
||||
@import "vars";
|
||||
@import "mixins";
|
||||
|
||||
$grid-color-1: rgba(60,60,60,0.125);
|
||||
$grid-color-2: rgba(60,60,60,0.075);
|
||||
|
||||
.edge {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border:1px dotted $light;
|
||||
pointer-events:none;
|
||||
opacity: 0.5;
|
||||
position:absolute;
|
||||
z-index: 100000;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.space-grid {
|
||||
pointer-events:none;
|
||||
position:absolute;
|
||||
width:100%;
|
||||
height:100%;
|
||||
top:0;
|
||||
left:0;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.grid-active #space-helpers {
|
||||
display: block !important;
|
||||
}
|
||||
Reference in New Issue
Block a user