✨ 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
6
extensions/pagetop-bootsier/static/bootstrap-5.3.3/mixins/_resize.scss
vendored
Normal file
6
extensions/pagetop-bootsier/static/bootstrap-5.3.3/mixins/_resize.scss
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Resize anything
|
||||
|
||||
@mixin resizable($direction) {
|
||||
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
|
||||
resize: $direction; // Options: horizontal, vertical, both
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue