Changeset 3408:6480db5950d2 for admin/style/scss/partials/_common.scss
- Timestamp:
- 11/13/16 16:42:00 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_common.scss
r3365 r3408 1 1 /* Typographie */ 2 3 :root{ 4 // May be superseed by user pref (typically from 50% to 75%, default 62.5%) 5 --html-font-size: #{$html-font-size}; 6 } 2 7 3 8 // base // 4 9 html { 5 font-size: $html-font-size; 10 font-size: $html-font-size; // html font-size for IE and Edge 11 font-size: var(--html-font-size); // html font-size for modern browsers 6 12 } 7 13 body {
Note: See TracChangeset
for help on using the changeset viewer.