2021-03-11 16:03:55 +08:00
|
|
|
@import '~vuetify/src/styles/styles.sass';
|
2021-03-14 00:40:57 +08:00
|
|
|
@import 'utils';
|
2021-03-20 07:28:54 +08:00
|
|
|
@import "markdown";
|
2021-03-11 16:03:55 +08:00
|
|
|
|
2021-02-12 11:33:01 +08:00
|
|
|
.text-transform-unset {
|
|
|
|
text-transform: unset;
|
2021-03-11 16:03:55 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.platform-logo {
|
|
|
|
fill: map-deep-get($material-dark, 'tabs');
|
|
|
|
}
|
|
|
|
|
|
|
|
.v-tab--active .platform-logo {
|
|
|
|
fill: map-get($blue, 'base')
|
|
|
|
}
|
2021-03-21 01:30:05 +08:00
|
|
|
|
|
|
|
.v-file-input {
|
|
|
|
.v-text-field__slot {
|
|
|
|
position: absolute !important;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
label {
|
|
|
|
left: 38px !important;
|
|
|
|
}
|
2021-04-04 07:53:58 +08:00
|
|
|
|
|
|
|
.v-file-input__text {
|
|
|
|
padding-left: 38px;
|
|
|
|
}
|
2021-03-21 01:30:05 +08:00
|
|
|
}
|
2021-03-29 04:40:13 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-role-badge {
|
|
|
|
padding: 2px 4px;
|
|
|
|
border-radius: 2px;
|
|
|
|
color: map-deep-get($material-dark, 'text', 'primary');
|
|
|
|
|
|
|
|
&:not(:last-child) {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|