mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +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;
|
|
}
|
|
}
|
|
}
|
|
|