aboutsummaryrefslogtreecommitdiff
path: root/semantic/dist/components/shape.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-12-14 23:29:56 -0800
committerFuwn <[email protected]>2020-12-14 23:29:56 -0800
commit002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch)
tree428ae460c79baf32fba8ecf16e6fe02a88c3b971 /semantic/dist/components/shape.css
parent:star: (diff)
downloadme-rewrite-angular.tar.xz
me-rewrite-angular.zip
Diffstat (limited to 'semantic/dist/components/shape.css')
-rw-r--r--semantic/dist/components/shape.css147
1 files changed, 0 insertions, 147 deletions
diff --git a/semantic/dist/components/shape.css b/semantic/dist/components/shape.css
deleted file mode 100644
index e82087c..0000000
--- a/semantic/dist/components/shape.css
+++ /dev/null
@@ -1,147 +0,0 @@
-/*!
- * # Fomantic-UI - Shape
- * http://github.com/fomantic/Fomantic-UI/
- *
- *
- * Released under the MIT license
- * http://opensource.org/licenses/MIT
- *
- */
-
-
-/*******************************
- Shape
-*******************************/
-
-.ui.shape {
- position: relative;
- vertical-align: top;
- display: inline-block;
- perspective: 2000px;
- transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
-}
-.ui.shape .side,
-.ui.shape .sides {
- transform-style: preserve-3d;
-}
-.ui.shape .side {
- display: none;
- opacity: 1;
- width: 100%;
- margin: 0 !important;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
-}
-.ui.shape .side * {
- -webkit-backface-visibility: visible !important;
- backface-visibility: visible !important;
-}
-
-
-/*******************************
- Types
-*******************************/
-
-.ui.cube.shape .side {
- min-width: 15em;
- height: 15em;
- padding: 2em;
- background-color: #E6E6E6;
- color: rgba(0, 0, 0, 0.87);
- box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
-}
-.ui.cube.shape .side > .content {
- width: 100%;
- height: 100%;
- display: table;
- text-align: center;
- -webkit-user-select: text;
- user-select: text;
-}
-.ui.cube.shape .side > .content > div {
- display: table-cell;
- vertical-align: middle;
- font-size: 2em;
-}
-
-
-/*******************************
- Variations
-*******************************/
-
-.ui.text.shape.animating .sides {
- position: static;
-}
-.ui.text.shape .side {
- white-space: nowrap;
-}
-.ui.text.shape .side > * {
- white-space: normal;
-}
-
-
-/*******************************
- States
-*******************************/
-
-
-/*--------------
- Loading
- ---------------*/
-
-.ui.loading.shape {
- position: absolute;
- top: -9999px;
- left: -9999px;
-}
-
-/*--------------
- Animating
----------------*/
-
-.ui.shape .animating.side {
- position: absolute;
- top: 0;
- left: 0;
- display: block;
- z-index: 100;
-}
-.ui.shape .hidden.side {
- opacity: 0.6;
-}
-
-/*--------------
- CSS
----------------*/
-
-.ui.shape.animating .sides {
- position: absolute;
- transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
-}
-.ui.shape.animating .side {
- transition: opacity 0.6s ease-in-out;
-}
-.ui.shape .animating.side *,
-.ui.shape.animating .side * {
- transition: none;
-}
-
-/*--------------
- Active
----------------*/
-
-.ui.shape .active.side {
- display: block;
-}
-
-
-/*******************************
- Theme Overrides
-*******************************/
-
-
-
-/*******************************
- User Overrides
-*******************************/
-