feat: New variants
- Add flex inline placeholder - Add hr vertical class
This commit is contained in:
parent
c268f4fdca
commit
1a3c25d8b5
2 changed files with 23 additions and 0 deletions
|
|
@ -173,6 +173,18 @@
|
|||
|
||||
|
||||
|
||||
// Flex & grid
|
||||
// -----------------------------------------------------------------------------
|
||||
%flex-inline {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
gap: $space_half $space_basic;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Positioned elements
|
||||
// -----------------------------------------------------------------------------
|
||||
%viewport_fixed {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue