add 'full-width' class on Flex-Layout
This commit is contained in:
24
src/_utils.scss
Normal file
24
src/_utils.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
.text-left {
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
.text-right {
|
||||
text-align: right;
|
||||
text-align: end;
|
||||
}
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
.text-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@for $i from 1 through 12 {
|
||||
.shadow-#{$i} {
|
||||
@include shadow($i);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user