mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-06 13:56:14 +08:00
14 lines
166 B
SCSS
14 lines
166 B
SCSS
.flex-right {
|
|
margin-left: auto;
|
|
order: 2;
|
|
}
|
|
|
|
.v-input {
|
|
&.v-input--dense .v-input__append-outer {
|
|
.input-append-btn {
|
|
margin-top: -6px;
|
|
}
|
|
}
|
|
}
|
|
|