Browse Source

更新 CSS

SyuanYu 1 year ago
parent
commit
23d0ab5f37
3 changed files with 9 additions and 0 deletions
  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 */

File diff suppressed because it is too large
+ 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);
+  }
 }

Some files were not shown because too many files changed in this diff