mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-09 06:32:43 +08:00
c4aa3bc263
* channel modal * remove redundant ChannelController method * fix labels in v-file-input
28 lines
441 B
SCSS
28 lines
441 B
SCSS
@import '~vuetify/src/styles/styles.sass';
|
|
@import 'utils';
|
|
@import "markdown";
|
|
|
|
.text-transform-unset {
|
|
text-transform: unset;
|
|
}
|
|
|
|
.platform-logo {
|
|
fill: map-deep-get($material-dark, 'tabs');
|
|
}
|
|
|
|
.v-tab--active .platform-logo {
|
|
fill: map-get($blue, 'base')
|
|
}
|
|
|
|
.v-file-input {
|
|
.v-text-field__slot {
|
|
position: absolute !important;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
label {
|
|
left: 38px !important;
|
|
}
|
|
}
|
|
} |