UI tweaks
This commit is contained in:
parent
f4ed0e7660
commit
b3a3136a96
@ -619,6 +619,9 @@ details[open] > summary .icon {
|
||||
pointer-events: none;
|
||||
opacity: 0.6;
|
||||
}
|
||||
.quick-action.disabled__icon .icon {
|
||||
fill: rgba(var(--text-color), 0.5);
|
||||
}
|
||||
.quick-action__icon {
|
||||
padding: 1rem;
|
||||
border-radius: 1rem;
|
||||
@ -1097,6 +1100,7 @@ strip-option:last-of-type {
|
||||
}
|
||||
|
||||
#transaction__cta {
|
||||
justify-self: flex-start;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -541,6 +541,11 @@ details {
|
||||
&.disabled {
|
||||
pointer-events: none;
|
||||
opacity: 0.6;
|
||||
&__icon {
|
||||
.icon {
|
||||
fill: rgba(var(--text-color), 0.5);
|
||||
}
|
||||
}
|
||||
}
|
||||
&__icon {
|
||||
padding: 1rem;
|
||||
@ -944,6 +949,7 @@ strip-option {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
#transaction__cta {
|
||||
justify-self: flex-start;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user