Re-organize SASS structure (#1425)
This commit is contained in:
parent
27fc314b55
commit
5c74dc9fa8
52 changed files with 541 additions and 515 deletions
19
sass/utilities/_alignments.scss
Normal file
19
sass/utilities/_alignments.scss
Normal file
|
@ -0,0 +1,19 @@
|
|||
.alignleft {
|
||||
float: left;
|
||||
margin-right: 1.5em;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.alignright {
|
||||
float: right;
|
||||
margin-left: 1.5em;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.aligncenter {
|
||||
clear: both;
|
||||
|
||||
@include center-block;
|
||||
|
||||
margin-bottom: 1.5em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue