]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/styles.scss
Merge branch 'fix/ru-locale' of git://github.com/mullinsmikey/BookStack into mullinsm...
[bookstack] / resources / assets / sass / styles.scss
index 0ad2493c0e005d187c5fdd2f736ee12b2fcfb66b..49ef77f3938255cf55e45278d19ec2b3a2520c56 100644 (file)
@@ -131,9 +131,6 @@ $btt-size: 40px;
   &:hover {
     width: $btt-size*3.4;
     opacity: 1 !important;
-    span {
-      display: inline;
-    }
   }
   .inner {
     width: $btt-size*3.4;
@@ -206,6 +203,12 @@ $btt-size: 40px;
     transition: all ease-in-out 120ms;
     cursor: pointer;
   }
+  &.compact {
+    font-size: 10px;
+    .entity-item-snippet {
+      display: none;
+    }
+  }
 }
 
 .entity-list-item.selected {
@@ -214,6 +217,20 @@ $btt-size: 40px;
   }
 }
 
+.scroll-box {
+  max-height: 250px;
+  overflow-y: scroll;
+  border: 1px solid #DDD;
+  border-radius: 3px;
+  .scroll-box-item {
+    padding: $-xs $-m;
+    border-bottom: 1px solid #DDD;
+    &:last-child {
+      border-bottom: 0;
+    }
+  }
+}
+
 .center-box {
   margin: $-xxl auto 0 auto;
   width: 420px;