fixed higlighting of form items when focused
[theme-danix.xyz.git] / assets / sass / components / _row.scss
CommitLineData
748286b5 1///\r
2/// Forty by HTML5 UP\r
3/// html5up.net | @ajlkn\r
4/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r
5///\r
6\r
7/* Row */\r
8\r
9 .row {\r
10 @include html-grid(2em);\r
11\r
12 @include breakpoint('<=xlarge') {\r
13 @include html-grid(2em, 'xlarge');\r
14 }\r
15\r
16 @include breakpoint('<=large') {\r
17 @include html-grid(1.5em, 'large');\r
18 }\r
19\r
20 @include breakpoint('<=medium') {\r
21 @include html-grid(1.5em, 'medium');\r
22 }\r
23\r
24 @include breakpoint('<=small') {\r
25 @include html-grid(1.25em, 'small');\r
26 }\r
27\r
28 @include breakpoint('<=xsmall') {\r
29 @include html-grid(1.25em, 'xsmall');\r
30 }\r
31 }