Make the font sizes of headings in Agent descriptions smaller

The default sizes set by Bootstrap are as follows:

    h1: 36px (-> 30px)
    h2: 30px (-> 26px)
    h3: 24px (-> 22px)
    h4: 18px
    h5: 14px
    h6: 12px

Akinori MUSHA 9 lat temu
rodzic
commit
01d955cc78
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      app/assets/stylesheets/application.css.scss.erb

+ 6 - 0
app/assets/stylesheets/application.css.scss.erb

@@ -27,6 +27,12 @@ body { padding-top: 60px; }
27 27
   margin-bottom: 100px;
28 28
 }
29 29
 
30
+.well.description {
31
+  h1 { font-size: 30px; }
32
+  h2 { font-size: 26px; }
33
+  h3 { font-size: 22px; }
34
+}
35
+
30 36
 /* Rails scaffold style compatibility */
31 37
 #error_explanation {
32 38
   color: #f00;