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