izi-ici: increase buttons shadow contrast on hover (#66723)

This commit is contained in:
Serghei Mihai 2022-07-18 11:55:51 +02:00
parent 1d3250433f
commit 4f87e783a9
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
%button {
@extends %button;
font-weight: bold;
&:hover {
box-shadow: 0px 0px 6px #000;
}
}
//