✨ (bootsier): Añade AdminLTE 4 y Bootstrap Icons
Integra AdminLTE 4.0.0 (SCSS y JS), Bootstrap Icons 1.13.1 y las fuentes Source Sans 3 VF; reorganiza los SCSS del tema con la nueva estructura de *pagetop-build*.
This commit is contained in:
parent
f27790c3a2
commit
1bd97d5705
160 changed files with 13401 additions and 133 deletions
15
extensions/pagetop-bootsier/assets/bootstrap-5.3.8/scss/helpers/_stacks.scss
vendored
Normal file
15
extensions/pagetop-bootsier/assets/bootstrap-5.3.8/scss/helpers/_stacks.scss
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
// scss-docs-start stacks
|
||||
.hstack {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
align-self: stretch;
|
||||
}
|
||||
|
||||
.vstack {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
flex-direction: column;
|
||||
align-self: stretch;
|
||||
}
|
||||
// scss-docs-end stacks
|
||||
Loading…
Add table
Add a link
Reference in a new issue