Commit 3d42ba04 authored by Nick's avatar Nick

feat: image decoration classes

parent 1fecf380
...@@ -482,6 +482,12 @@ ...@@ -482,6 +482,12 @@
top: -80px; top: -80px;
right: 1rem; right: 1rem;
} }
&.decor-shadow {
box-shadow: 0 3px 8px 0 rgba(116, 129, 141, 0.1);
}
&.decor-outline {
border: 1px solid mc('grey', '400');
}
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment