interactive horizontal limit lines

This commit is contained in:
Tim
2024-02-01 23:11:20 -04:00
parent 29fcad1059
commit e5399d9fc9
24 changed files with 592 additions and 245 deletions

View File

@@ -1,6 +1,12 @@
@use "/src/styles/vars" as v;
#app {
.logo {
font-family: v.$heading-font-family;
font-weight: 500;
font-size: 24px;
}
.clickable {
:hover {
cursor: pointer;
@@ -25,26 +31,27 @@
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;
}
.v-input {
margin-top: 1em;
margin-bottom: 1em;
}
//input {
// text-align: center;
//}
//
//.v-field__input {
// justify-content: center;
//}
//
//.v-text-field.text-end input {
// text-align: end;
//}
//
//.v-input {
// margin-top: 1em;
// margin-bottom: 1em;
//}
.maxw {
max-width: v.$card-maxw;
}
}
.uniswap-color {