mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-03-01 15:17:07 +08:00
15 lines
205 B
SCSS
15 lines
205 B
SCSS
@import "variables";
|
|
|
|
@mixin box-shadow4($x, $y, $blur, $color) {
|
|
box-shadow: $x, $y, $color;
|
|
}
|
|
|
|
@mixin basic-border() {
|
|
border: 1px solid $lighter;
|
|
}
|
|
|
|
.flex-right {
|
|
margin-left: auto;
|
|
order: 2;
|
|
}
|