mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
fix: darkmode ui bugs
This commit is contained in:
@@ -8,12 +8,19 @@
|
||||
|
||||
.avatar.td {
|
||||
.avatar {
|
||||
--x-color-background: #adbcc9;
|
||||
--x-color-text: #fff;
|
||||
|
||||
.bp4-dark & {
|
||||
--x-color-background: rgba(255, 255, 255, 0.2);
|
||||
--x-color-text: #fff;
|
||||
}
|
||||
display: inline-block;
|
||||
background: #adbcc9;
|
||||
background: var(--x-color-background);
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
font-weight: 400;
|
||||
color: #fff;
|
||||
color: var(--x-color-text);
|
||||
|
||||
&[data-size='medium'] {
|
||||
height: 30px;
|
||||
|
||||
@@ -9,12 +9,19 @@
|
||||
|
||||
.avatar.td {
|
||||
.avatar {
|
||||
--x-color-background: #adbcc9;
|
||||
--x-color-text: #fff;
|
||||
|
||||
.bp4-dark & {
|
||||
--x-color-background: rgba(255, 255, 255, 0.2);
|
||||
--x-color-text: #fff;
|
||||
}
|
||||
display: inline-block;
|
||||
background: #adbcc9;
|
||||
background: var(--x-color-background);
|
||||
color: var(--x-color-text);
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
font-weight: 400;
|
||||
color: #fff;
|
||||
|
||||
&[data-size='medium'] {
|
||||
height: 30px;
|
||||
|
||||
Reference in New Issue
Block a user