From 3a3d0fc3d4733f8908e23a03f860d76340479ec4 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Tue, 11 Jun 2019 23:53:30 +0200 Subject: Reorganize Project structure --- .../src/style/partials/front-layer/_base.scss | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 WebInterface/NodeJSServer/src/style/partials/front-layer/_base.scss (limited to 'WebInterface/NodeJSServer/src/style/partials/front-layer/_base.scss') diff --git a/WebInterface/NodeJSServer/src/style/partials/front-layer/_base.scss b/WebInterface/NodeJSServer/src/style/partials/front-layer/_base.scss deleted file mode 100644 index 6a2aa9a..0000000 --- a/WebInterface/NodeJSServer/src/style/partials/front-layer/_base.scss +++ /dev/null @@ -1,23 +0,0 @@ -.front-layer { - @keyframes start { - from {top: 100vh;} - to {top: 0;} - } - - position: relative; - border: none; - border-radius: 16px 16px 0 0; - min-height: 0; - height: 100%; - - box-sizing: border-box; - background-color: white; - margin-top: 8px; - animation-name: start; - animation-duration: 1s; - animation-timing-function: ease; - color: black; - - display: flex; - flex-direction: column; -} -- cgit v1.2.3-54-g00ecf