agenda: fix button style
This commit is contained in:
parent
8db34aa94c
commit
f77c69c161
|
@ -2,14 +2,13 @@
|
|||
$theme_fg_color: "@theme_fg_color";
|
||||
$theme_bg_color: "@theme_bg_color";
|
||||
|
||||
button {
|
||||
all: unset;
|
||||
}
|
||||
|
||||
window.Agenda {
|
||||
> button {
|
||||
background: transparent;
|
||||
color: transparent;
|
||||
margin: 24px;
|
||||
padding: 0;
|
||||
border: 0px solid transparent;
|
||||
border-radius: 0px;
|
||||
> box {
|
||||
/* From https://css.glass */
|
||||
font-size: 1.3em;
|
||||
|
|
Loading…
Reference in a new issue