Remove bootstrap Modal feature for improved transition effects (in future might use <dialog>)

This commit is contained in:
djmaze 2020-09-02 17:06:35 +02:00
parent 0309879d6b
commit 7135cc38fe
82 changed files with 1767 additions and 3990 deletions

View file

@ -3,14 +3,6 @@
// --------------------------------------------------
.fade {
opacity: 0;
.transition(opacity .15s linear);
&.show {
opacity: 1;
}
}
.collapse {
position: relative;
height: 0;