♻️ [bootstrap] Reubica archivos estáticos

This commit is contained in:
Manuel Cillero 2024-12-29 09:20:40 +01:00
parent 7d1b365b1c
commit 0a6d343db8
106 changed files with 30 additions and 31 deletions

View file

@ -1,14 +0,0 @@
// Shared between modals and offcanvases
@mixin overlay-backdrop($zindex, $backdrop-bg, $backdrop-opacity) {
position: fixed;
top: 0;
left: 0;
z-index: $zindex;
width: 100vw;
height: 100vh;
background-color: $backdrop-bg;
// Fade for backdrop
&.fade { opacity: 0; }
&.show { opacity: $backdrop-opacity; }
}