header screen big
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
@mixin shadow{
|
||||
box-shadow: none;
|
||||
transition: 0.3s transform ease, 0.3s box-shadow ease;
|
||||
&:hover{
|
||||
transform: scale(1.05);
|
||||
box-shadow: 0px 0px 13px 0px $color2024;
|
||||
transition: 0.3s transform ease, 0.3s box-shadow ease;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user