16 lines
No EOL
276 B
SCSS
16 lines
No EOL
276 B
SCSS
.flex-that {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.align {
|
|
&-center {text-align: center;text-indent: 0!important;}
|
|
&-left {text-align: left;}
|
|
&-right {text-align: right;}
|
|
}
|
|
|
|
.icon-fw {
|
|
width: 1em;
|
|
display: inline-block;
|
|
text-align: center;
|
|
} |