Sha256: cb2fd3f2d1bb4dda0aabfa266c6705faabe0be8d25f4ee267ec3df954d5c0037
Contents?: true
Size: 1.75 KB
Versions: 25
Compression:
Stored size: 1.75 KB
Contents
//// /// @group settings/measurements //// // ========================================================= // Page layout // ========================================================= /// Width of main container /// /// @type Number /// @access public $govuk-page-width: 960px !default; /// Map of grid column widths /// /// @type Map /// @access public $govuk-grid-widths: ( one-quarter: (100% / 4), one-third: (100% / 3), one-half: (100% / 2), two-thirds: (200% / 3), three-quarters: (300% / 4), full: 100% ) !default; /// Width of gutter between grid columns /// /// @type Number /// @access public $govuk-gutter: 30px !default; /// Width of half the gutter between grid columns /// /// @type Number /// @access public $govuk-gutter-half: $govuk-gutter / 2; // ========================================================= // Borders // ========================================================= /// Standard border width /// /// @type Number /// @access public $govuk-border-width: 5px !default; /// Wide border width /// /// @type Number /// @access public $govuk-border-width-wide: 10px !default; /// Narrow border width /// /// @type Number /// @access public $govuk-border-width-narrow: 4px !default; /// Form control border width /// /// @type Number /// @access public $govuk-border-width-form-element: 2px !default; /// Form group border width when in error state /// /// @type Number /// @access public $govuk-border-width-form-group-error: $govuk-border-width !default; /// Border width of focus outline /// /// @type Number /// @access public $govuk-focus-width: 3px !default; /// Hover width for form controls with a hover state /// /// @type Number /// @access public $govuk-hover-width: 10px !default; /*# sourceMappingURL=_measurements.scss.map */
Version data entries
25 entries across 25 versions & 1 rubygems