diff options
Diffstat (limited to 'assets/css/components/_project.scss')
| -rw-r--r-- | assets/css/components/_project.scss | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/assets/css/components/_project.scss b/assets/css/components/_project.scss index 76cc68b..5248e32 100644 --- a/assets/css/components/_project.scss +++ b/assets/css/components/_project.scss | |||
| @@ -6,8 +6,9 @@ | |||
| 6 | )); | 6 | )); |
| 7 | 7 | ||
| 8 | @include component(namespace()) { | 8 | @include component(namespace()) { |
| 9 | position: relative; | 9 | position: relative; |
| 10 | overflow: hidden; | 10 | overflow: hidden; |
| 11 | box-shadow: prop(--dims --obj-shadow, $global: true) prop(--colors --obj-shadow, $global: true); | ||
| 11 | 12 | ||
| 12 | &::before { | 13 | &::before { |
| 13 | content: ''; | 14 | content: ''; |
| @@ -56,13 +57,12 @@ | |||
| 56 | } | 57 | } |
| 57 | 58 | ||
| 58 | @include element('card') { | 59 | @include element('card') { |
| 59 | position: absolute; | 60 | position: absolute; |
| 60 | z-index: 20; | 61 | z-index: 20; |
| 61 | right: 1em; | 62 | right: 1em; |
| 62 | bottom: 1em; | 63 | bottom: 1em; |
| 63 | min-width: 15em; | 64 | min-width: 15em; |
| 64 | max-width: calc(100% - 2em); | 65 | max-width: calc(100% - 2em); |
| 65 | box-shadow: 0 .8em 2.5em rgba(#000, .25); | ||
| 66 | } | 66 | } |
| 67 | } | 67 | } |
| 68 | } | 68 | } |
