client/src/components/SlateEditor.scss
changeset 168 ea92f4fe783d
parent 167 1f340f3597a8
child 169 f98efa1bddd1
--- a/client/src/components/SlateEditor.scss	Tue Oct 09 19:07:47 2018 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,58 +0,0 @@
-@import 'bootstrap/scss/functions';
-@import 'bootstrap/scss/variables';
-
-.toolbar-menu {
-      align-items: center;
-  .button {
-    cursor: pointer;
-  }
-  .material-icons {
-    font-size: 1.3rem;
-  }
-//   .button[data-active="true"] {
-//   }
-  > *:last-child {
-    margin-left: auto;
-    // .checkbox {
-    //     display: inline-block;
-    //     margin-right: 10px;
-    // }
-  }
-}
-
-#btn-editor {
-    padding: .1rem .2rem .1rem .2rem;
-    font-size: .8rem;
-  }
-
-.hovering-menu {
-    position: absolute;
-    z-index: 1;
-    top: -10000px;
-    left: -10000px;
-    margin-top: -20px;
-    opacity: 0;
-    transition: opacity .75s;
-}
-
-.categories-tooltip {
-    background-color: #efefef;
-    border-radius: 4px;
-    border: 1px solid #ccc;
-    padding: 5px;
-    .buttons {
-        display: flex;
-        flex-wrap: wrap;
-        justify-content: space-between;
-        button {
-            background-color: yellow;
-            border: 1px solid #ccc;
-        }
-        button:not(:last-child) {
-            margin-right: 10px;
-        }
-    }
-    .form-group:last-child {
-        margin-bottom: 0;
-    }
-}