mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-06 09:41:27 +03:00
style: update border style and color for a container and adjust text color and line height for span element
This commit is contained in:
parent
920d0e96a8
commit
2b5a8978d4
@ -36,10 +36,11 @@
|
|||||||
background-color: var(--clr-theme-container-light);
|
background-color: var(--clr-theme-container-light);
|
||||||
border-radius: var(--space-16);
|
border-radius: var(--space-16);
|
||||||
margin-left: calc(var(--space-4) * -1);
|
margin-left: calc(var(--space-4) * -1);
|
||||||
outline: 1px solid var(--clr-theme-container-outline-light);
|
border: 1px solid var(--clr-theme-container-outline-light);
|
||||||
|
|
||||||
& span {
|
& span {
|
||||||
color: var(--clr-theme-scale-ntrl-40);
|
color: var(--clr-theme-scale-ntrl-0);
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user