minor ui fix
This commit is contained in:
parent
851c3453ec
commit
fe360847e0
@ -891,7 +891,7 @@ h3 {
|
|||||||
border-radius: 0.3rem;
|
border-radius: 0.3rem;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
.token-balance span:first-of-type {
|
.token-balance span:first-of-type::first-letter {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
.token-balance input {
|
.token-balance input {
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -847,7 +847,9 @@ h3 {
|
|||||||
border-radius: 0.3rem;
|
border-radius: 0.3rem;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
span:first-of-type {
|
span:first-of-type {
|
||||||
text-transform: capitalize;
|
&::first-letter {
|
||||||
|
text-transform: capitalize;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user