mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-21 13:24:17 +00:00
ad85832e75
user login UI
8 lines
93 B
SCSS
Vendored
8 lines
93 B
SCSS
Vendored
@mixin clearfix() {
|
|
&::after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
}
|