UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

58 lines (51 loc) 1.07 kB
/** * DevExtreme (widgets/ios7/typography.ios7.less) * Version: 20.1.4 * Build date: Tue Jun 02 2020 * * Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ .dx-theme-ios7-typography { background: @IOS7_BACKGROUND; .dx-base-typography(); h1, .dx-font-xl { margin: 20px 0; font-weight: bold; font-size: 20px; } h2, .dx-font-l { margin: 15px 0; font-weight: bold; font-size: 18px; } h3, .dx-font-m { margin: 10px 0; font-weight: bold; font-size: 16px; } h4, .dx-font-s { margin: 5px 0; font-weight: 400; font-size: 14px; line-height: 1.3636; } h5 { margin: 4px 0; font-weight: 300; font-size: 13px; line-height: 1.3636; } h6, small, .dx-font-xs { margin: 2px 0; font-weight: 400; font-size: 11px; line-height: 1.6667; } }