mirror of
https://github.com/detleph/components.git
synced 2026-09-04 23:44:33 +02:00
Add tile component
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@mixin highten {
|
||||
border-radius: 32px;
|
||||
box-shadow: 0 6px 13px rgba($color: #000000, $alpha: 0.25);
|
||||
}
|
||||
|
||||
@mixin expand-bg($selector: ".background") {
|
||||
&:hover #{$selector},
|
||||
&:focus-visible #{$selector} {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
@mixin fullInset {
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user