chenlei преди 6 месеца
родител
ревизия
4fd0291ff4
променени са 1 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. 8 0
      style/index.scss

+ 8 - 0
style/index.scss

@@ -667,6 +667,10 @@ body {
     background-color: rgba($p-color, 0.1);
   }
 
+  .block {
+    display: block;
+  }
+
   .sticky {
     top: 0;
     position: sticky;
@@ -682,6 +686,10 @@ body {
     content: '*';
     color: #F56C6C;
     margin-right: 4px;
+
+    &.bigger {
+      font-size: $bs-fz;
+    }
   }
 
   .hide-child {