Merge pull request 'Production release February 2024' (#11) from develop into master

Reviewed-on: #11
This commit is contained in:
Konstantina Galouni 2024-02-08 18:02:13 +01:00
commit 99ab54cdd7
1 changed files with 8 additions and 0 deletions

View File

@ -204,6 +204,14 @@
background-image: none;
}
.hook-button-misc() {
a:hover {
& .uk-button-default:extend(.uk-button-default:hover){};
& .uk-button-primary:extend(.uk-button-primary:hover){};
& .uk-button-secondary:extend(.uk-button-secondary:hover){};
}
}
/* Inverse */
@inverse-button-box-shadow: @inverse-global-medium-box-shadow;
@inverse-button-hover-box-shadow: @inverse-global-small-box-shadow;