mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-09-01 10:43:58 +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: "";
|
|
}
|
|
}
|