interactive horizontal limit lines
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user