add: notifications ui
This commit is contained in:
parent
9dc75d7095
commit
f5b75382e5
14 changed files with 179 additions and 14 deletions
|
@ -402,6 +402,17 @@ button.secondary:hover,
|
|||
background: var(--color-secondary-lowered);
|
||||
}
|
||||
|
||||
button.tertiary,
|
||||
.button.tertiary {
|
||||
background: var(--color-raised);
|
||||
color: var(--color-text-raised);
|
||||
}
|
||||
|
||||
button.tertiary:hover,
|
||||
.button.tertiary:hover {
|
||||
background: var(--color-super-raised);
|
||||
}
|
||||
|
||||
button.camo,
|
||||
.button.camo {
|
||||
background: transparent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue