Finish restructuring files
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s
This commit is contained in:
11219
formula10/static/style/bootstrap.css
vendored
Normal file
11219
formula10/static/style/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
formula10/static/style/bootstrap.css.map
Normal file
1
formula10/static/style/bootstrap.css.map
Normal file
File diff suppressed because one or more lines are too long
5
formula10/static/style/bootstrap.scss
vendored
Normal file
5
formula10/static/style/bootstrap.scss
vendored
Normal 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
formula10/static/style/draggable.css
Normal file
21
formula10/static/style/draggable.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user