Production release February 2024 [EXPLORE] #11

Merged
konstantina.galouni merged 1 commits from develop into master 2024-02-08 18:02:13 +01:00
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;