first commit
This commit is contained in:
19
media/templates/site/cassiopeia/scss/vendor/_dragula.scss
vendored
Normal file
19
media/templates/site/cassiopeia/scss/vendor/_dragula.scss
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
// Dragula
|
||||
|
||||
.gu-mirror {
|
||||
position: fixed !important;
|
||||
z-index: 9999 !important;
|
||||
margin: 0 !important;
|
||||
background-color: hsl(120, 73%, 75%);
|
||||
opacity: .8;
|
||||
|
||||
&.table {
|
||||
display: table;
|
||||
|
||||
td {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user