✨ [bootiser] Añade tema basado en Bootstrap
This commit is contained in:
parent
8a184c38b6
commit
ee010706f4
123 changed files with 15735 additions and 13 deletions
8
packages/pagetop-bootsier/static/bs-5.3.3/scss/mixins/_text-truncate.scss
vendored
Normal file
8
packages/pagetop-bootsier/static/bs-5.3.3/scss/mixins/_text-truncate.scss
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// Text truncate
|
||||
// Requires inline-block or block for proper styling
|
||||
|
||||
@mixin text-truncate() {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue