mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-22 15:53:01 +00:00
make SVGRect a little less brutal
This commit is contained in:
parent
090da8c679
commit
f9f1de8987
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
xmlns="http://www.w3.org/1999/xhtml"
|
xmlns="http://www.w3.org/1999/xhtml"
|
||||||
:class="`px-4 is-flex is-align-items-center is-justify-content-center is-size-1 has-text-weight-bold ${extra_classes}`"
|
:class="`px-2 is-flex is-align-items-center is-justify-content-center is-size-2 has-text-weight-bold ${extra_classes}`"
|
||||||
style="height: inherit"
|
style="height: inherit"
|
||||||
:title="title"
|
:title="title"
|
||||||
>
|
>
|
||||||
|
@ -72,7 +72,7 @@ foreignObject > div {
|
||||||
|
|
||||||
&.visible,
|
&.visible,
|
||||||
&:hover {
|
&:hover {
|
||||||
border-width: 3px;
|
border-width: 2px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
|
||||||
@each $name, $color in $advent22-colors {
|
@each $name, $color in $advent22-colors {
|
||||||
|
|
Loading…
Reference in a new issue