30 lines
519 B
SCSS
30 lines
519 B
SCSS
.bg-blue-darken {
|
|
background: #2850da !important;
|
|
}
|
|
|
|
.no-background {
|
|
background: transparent !important;
|
|
}
|
|
|
|
.line-height-48px {
|
|
line-height: 3rem !important;
|
|
}
|
|
|
|
.font-28px {
|
|
font-size: 1.75rem !important;
|
|
}
|
|
|
|
.font-weight-500 {
|
|
font-weight: 400 !important;
|
|
}
|
|
|
|
|
|
/************ Override the vuetify css *********/
|
|
|
|
.v-navigation-drawer {
|
|
letter-spacing: -0.00625rem;
|
|
}
|
|
|
|
.theme--light.v-text-field>.v-input__control>.v-input__slot:before {
|
|
border-color: rgba(247, 245, 245, 0.42) !important;
|
|
} |