]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_components.scss
Add footer element, styles, and associated settings
[bookstack] / resources / sass / _components.scss
index 2085e06ea4c4aeb35e9bcb09d1fdd771eb6808c1..6ef53b7193d60825627fc194765d73eabb5e5499 100644 (file)
@@ -15,7 +15,7 @@
   transition: transform ease-in-out 280ms;
   transform: translateX(580px);
   display: grid;
-  grid-template-columns: 42px 1fr;
+  grid-template-columns: 42px 1fr 12px;
   color: #444;
   font-weight: 700;
   span, svg {
     padding-right: $-s;
     fill: currentColor;
   }
+  .dismiss {
+    margin-top: -8px;
+    svg {
+      height: 1.0rem;
+      color: #444;
+    }
+  }
   span {
     vertical-align: middle;
     line-height: 1.3;
 .popup-body {
   background-color: #FFF;
   max-height: 90%;
-  width: 1200px;
+  max-width: 1200px;
+  width: 90%;
   height: auto;
-  margin: 2% 5%;
+  margin: 2% auto;
   border-radius: 4px;
   box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
   overflow: hidden;