commit
7650101416
|
@ -31,7 +31,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.clearfix {
|
.clearfix {
|
||||||
@extend clearfix;
|
@include clearfix();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,16 +40,16 @@
|
||||||
* Text aligments
|
* Text aligments
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.align-text-left {
|
.align-text-left {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-text-right {
|
.align-text-right {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-text-center {
|
.align-text-center {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.visible-on-desktop {
|
.visible-on-desktop {
|
||||||
@include resp-max($breakpoint-md) {
|
@include resp-max($breakpoint-md) {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue