Finish restructuring files
Build Formula10 Docker Image / build-docker (push) Successful in 14s

This commit is contained in:
2024-02-24 17:41:12 +01:00
parent fc8a890511
commit 3704192730
40 changed files with 798 additions and 693 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+5
View File
@@ -0,0 +1,5 @@
// Disable Bootstrap Grid and use CSS Grid instead
$enable-grid-classes: false;
$enable-cssgrid: true;
@import "../../bootstrap/scss/bootstrap";
+21
View File
@@ -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;
}