✨ Añade tema Bootiser basado en Bootstrap
This commit is contained in:
parent
ebf1828ea3
commit
c1ba4ac7ea
115 changed files with 15682 additions and 4 deletions
14
extensions/pagetop-bootsier/static/bootstrap-5.3.3/mixins/_backdrop.scss
vendored
Normal file
14
extensions/pagetop-bootsier/static/bootstrap-5.3.3/mixins/_backdrop.scss
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// 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