summaryrefslogtreecommitdiffstats
path: root/assets/css/components/_project.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-15 18:11:24 +0200
committerVolpeon <git@volpeon.ink>2021-05-15 18:11:24 +0200
commit055093d463a1d58bd412df1bfe189e27909f8adc (patch)
treec79a947abb33bda259fe7df113018440eb929f3a /assets/css/components/_project.scss
parentMoved ASCII fox from page list header to general footer (diff)
downloadvolpeon.ink-055093d463a1d58bd412df1bfe189e27909f8adc.tar.gz
volpeon.ink-055093d463a1d58bd412df1bfe189e27909f8adc.tar.bz2
volpeon.ink-055093d463a1d58bd412df1bfe189e27909f8adc.zip
Added light theme
Diffstat (limited to 'assets/css/components/_project.scss')
-rw-r--r--assets/css/components/_project.scss18
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}