Changeset 3365:11eb6b993152 for admin/style/scss/partials/_common.scss
- Timestamp:
- 10/26/16 14:09:23 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_common.scss
r3355 r3365 1 1 /* Typographie */ 2 2 3 // base // 3 4 html { … … 32 33 } 33 34 font-family: $sans-serif; 34 color: $primary-color;35 background: $primary-background;36 35 } 37 36 #wrapper { … … 51 50 line-height: 1.25; 52 51 padding: 0 0 1.5em; 53 color: $ternary-color;54 52 } 55 53 h3, .as_h3 { … … 58 56 line-height: 1.5; 59 57 margin-top: 1em; 60 color: $secondary-color;61 58 } 62 59 h4, .as_h4 { 63 60 font-size: 1.16em; 64 61 line-height: 1.5; 65 color: $ternary-color;66 62 } 67 63 h5 { … … 69 65 line-height: 1.5; 70 66 font-weight: bold; 71 color: $ternary-color;72 67 } 73 68 h6 { 74 69 font-size: 1em; 75 70 line-height: 1.5; 76 color: $ternary-color;77 71 } 78 72
Note: See TracChangeset
for help on using the changeset viewer.