This commit is contained in:
Vendored
+11219
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
+5
@@ -0,0 +1,5 @@
|
||||
// Disable Bootstrap Grid and use CSS Grid instead
|
||||
$enable-grid-classes: false;
|
||||
$enable-cssgrid: true;
|
||||
|
||||
@import "../../bootstrap/scss/bootstrap";
|
||||
@@ -0,0 +1,21 @@
|
||||
/* https://codepen.io/retrofuturistic/pen/DJWYBv */
|
||||
|
||||
[draggable] {
|
||||
-moz-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
/* Required to make elements draggable in old WebKit */
|
||||
-khtml-user-drag: element;
|
||||
-webkit-user-drag: element;
|
||||
}
|
||||
|
||||
.column {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.column.over {
|
||||
//border: 2px dashed #000;
|
||||
border-top: 2px solid blue;
|
||||
}
|
||||
Reference in New Issue
Block a user