Skip to content

Commit 0c06bb1

Browse files
palbizuPatricio Albizu
andauthored
feat: adding global variable (#1112)
Co-authored-by: Patricio Albizu <patricioalbizu@Patricios-MacBook-Pro.local>
1 parent 33d830c commit 0c06bb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

projects/assets-library/assets/styles/_layout.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ $paginator-height: 48px;
4646
border: 1px solid $color-border;
4747
}
4848

49+
@mixin frame-box-shadow {
50+
border-radius: 10px;
51+
box-shadow: 0 1px 3px rgba(63, 71, 74, 0.16), 0 2px 2px rgba(63, 71, 74, 0.12), 0 0 2px rgba(63, 71, 74, 0.16);
52+
}
53+
4954
@mixin vertical-divider($height: 16px) {
5055
height: $height;
5156
margin: 0 2px;

0 commit comments

Comments
 (0)