Hangar/frontend/assets/main.scss
Jake Potrebic c4aa3bc263
bit of fixes
* channel modal
* remove redundant ChannelController method
* fix labels in v-file-input
2021-03-20 10:30:05 -07:00

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;
}
}
}