diff options
| author | Fuwn <[email protected]> | 2020-12-14 23:21:39 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-14 23:21:39 -0800 |
| commit | 823344c19094680e80e2b56449a243e183db8b06 (patch) | |
| tree | 92277700547ea671331828caa258ace7aaaa46d5 /semantic/src/themes/default/modules/shape.variables | |
| parent | repo: angular (diff) | |
| download | me-823344c19094680e80e2b56449a243e183db8b06.tar.xz me-823344c19094680e80e2b56449a243e183db8b06.zip | |
:star:
Diffstat (limited to 'semantic/src/themes/default/modules/shape.variables')
| -rw-r--r-- | semantic/src/themes/default/modules/shape.variables | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/semantic/src/themes/default/modules/shape.variables b/semantic/src/themes/default/modules/shape.variables new file mode 100644 index 0000000..31f516f --- /dev/null +++ b/semantic/src/themes/default/modules/shape.variables @@ -0,0 +1,40 @@ +/******************************* + Shape +*******************************/ + +@display: inline-block; + +/* Animating */ +@perspective: 2000px; + +@duration: 0.6s; +@easing: ease-in-out; + +@hiddenSideOpacity: 0.6; +@animatingZIndex: 100; + +@transition: + transform @duration @easing, + left @duration @easing, + width @duration @easing, + height @duration @easing +; +@sideTransition: opacity @duration @easing; +@backfaceVisibility: hidden; + +/* Side */ +@sideMargin: 0; + +/*-------------- + Types +---------------*/ + +/* Cube */ +@cubeSize: 15em; +@cubeBackground: #E6E6E6; +@cubePadding: 2em; +@cubeTextColor: @textColor; +@cubeBoxShadow: 0 0 2px rgba(0, 0, 0, 0.3); + +@cubeTextAlign: center; +@cubeFontSize: 2em; |