Files
web/src/styles/style.scss
2023-11-05 16:50:06 -04:00

44 lines
596 B
SCSS

@use "/src/styles/vars" as v;
#app {
.clickable {
:hover {
cursor: pointer;
}
}
.v-btn {
//font-family: v.$heading-font-family;
text-transform: none;
}
.v-card-title {
font-family: v.$heading-font-family;
//color: v.$blue;
}
.title {
font-family: v.$heading-font-family;
}
.v-list-subheader {
font-family: v.$heading-font-family;
}
input {
text-align: center;
}
.v-field__input {
justify-content: center;
}
.v-text-field.text-end input {
text-align: end;
}
}
.uniswap-color {
color: v.$uniswap-color;
}