Browse Source

更新 CSS

SyuanYu 1 năm trước cách đây
mục cha
commit
23d0ab5f37
3 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 3 0
      static/css/style.css
  2. 0 0
      static/css/style.css.map
  3. 6 0
      static/css/style.scss

+ 3 - 0
static/css/style.css

@@ -4772,4 +4772,7 @@
 }
 .solution-accordion .accordion-button:focus {
   box-shadow: none;
+}
+.solution-accordion .accordion-item:not(:first-of-type) {
+  border-top: 1px solid rgba(0, 0, 0, 0.125);
 }/*# sourceMappingURL=style.css.map */

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
static/css/style.css.map


+ 6 - 0
static/css/style.scss

@@ -5210,8 +5210,10 @@
 
 .solution-accordion {
   padding-bottom: 50px;
+
   h2 {
     margin: 0;
+
     button {
       font-weight: bold;
     }
@@ -5247,4 +5249,8 @@
   .accordion-button:focus {
     box-shadow: none;
   }
+
+  .accordion-item:not(:first-of-type) {
+    border-top: 1px solid rgba(0, 0, 0, .125);
+  }
 }

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác