mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-09-19 12:34:52 -04:00
Initial commit
This commit is contained in:
commit
1100dbe947
192 changed files with 16066 additions and 0 deletions
8
_sass/bootstrap/utilities/_align.scss
Executable file
8
_sass/bootstrap/utilities/_align.scss
Executable file
|
@ -0,0 +1,8 @@
|
|||
// stylelint-disable declaration-no-important
|
||||
|
||||
.align-baseline { vertical-align: baseline !important; } // Browser default
|
||||
.align-top { vertical-align: top !important; }
|
||||
.align-middle { vertical-align: middle !important; }
|
||||
.align-bottom { vertical-align: bottom !important; }
|
||||
.align-text-bottom { vertical-align: text-bottom !important; }
|
||||
.align-text-top { vertical-align: text-top !important; }
|
Loading…
Add table
Add a link
Reference in a new issue