Upgrade to vue 3 (#1)

* updated dependencies

* updated readme

* upgrade to vue 3

* updated buttons

* duplicate id removed

* updated contact
This commit is contained in:
2022-07-13 09:48:44 +02:00
committed by GitHub
parent 0bd0d31947
commit 7475bb5671
36 changed files with 9847 additions and 19845 deletions

View File

@@ -35,7 +35,11 @@ $btn-colors: (
font-size: 1.05em;
color: map-get($colors, font);
&:hover {
&[disabled] {
opacity: .7;
}
&:hover:not([disabled]) {
$hovers: map-get($colors, hover);
background-color: map-get($hovers, bg);
color: map-get($hovers, font);
@@ -83,7 +87,7 @@ $btn-colors: (
font-size: 1.2em;
border: unset;
&:hover {
&:hover:not([disabled]) {
background-color: $default-color;
color: $dark-gray;