Ver Fonte

Add grid and message

Jeremy Thomas há 7 anos atrás
pai
commit
512b97cf53
2 ficheiros alterados com 26 adições e 1 exclusões
  1. 13 1
      docs/_sass/index.sass
  2. 13 0
      docs/css/bulma-docs.css

+ 13 - 1
docs/_sass/index.sass

@@ -166,4 +166,16 @@
     &:not(:last-child)
     &:not(:last-child)
       margin-bottom: 20px
       margin-bottom: 20px
   .intro-carbon
   .intro-carbon
-    margin-top: 3rem
+    margin-top: 3rem
+
+#grid
+  .notification
+    padding-left: 0
+    padding-right: 0
+
+#message
+  display: none
+
+#markup
+  .highlight pre
+    max-height: none

+ 13 - 0
docs/css/bulma-docs.css

@@ -9696,6 +9696,19 @@ svg {
   }
   }
 }
 }
 
 
+#grid .notification {
+  padding-left: 0;
+  padding-right: 0;
+}
+
+#message {
+  display: none;
+}
+
+#markup .highlight pre {
+  max-height: none;
+}
+
 #github {
 #github {
   color: #333333;
   color: #333333;
   border-color: #333333;
   border-color: #333333;