Update styles
This commit is contained in:
parent
b62f86950e
commit
45a45d7cc9
|
@ -214,6 +214,7 @@ input[type="submit"], button, .button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="submit"]:hover, button:hover {
|
input[type="submit"]:hover, button:hover {
|
||||||
|
@ -1048,9 +1049,12 @@ div[x-data="snackbar"] div[role="alert"].enter.end, div[x-data="snackbar"] div[r
|
||||||
background-color: var(--numerus--color--red);
|
background-color: var(--numerus--color--red);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#income-statement div:nth-child(4) {
|
||||||
|
background: var(--numerus--color--hay);
|
||||||
|
}
|
||||||
#income-statement div:nth-child(4),
|
#income-statement div:nth-child(4),
|
||||||
#income-statement div:nth-child(5) {
|
#income-statement div:nth-child(5) {
|
||||||
color: var(--numerus--color--dark-gray);
|
color: var(--numerus--color--black);
|
||||||
}
|
}
|
||||||
|
|
||||||
#income-statement div:last-child {
|
#income-statement div:last-child {
|
||||||
|
|
Loading…
Reference in New Issue