🍱 [bootsier] Actualiza bootstrap v5.3.3 a v5.3.8
This commit is contained in:
parent
a8e323ff09
commit
674d92033c
109 changed files with 536 additions and 173 deletions
|
|
@ -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; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue