svg
.no-msie
width: auto
- height: auto
\ No newline at end of file
+ height: auto
+
+main
+ min-width: 1650px
+ padding: $space $space $space $space*3+150px
+
+ section
+ margin-top: 15px
+ padding: 15px 0
+
+ &.nomargin
+ margin-top: 0
+
+ h2
+ color: $headings-color
+ font-size: 24px
+ font-weight: 900
+ margin-bottom: 9px
+
+
+
+ article
+ position: relative
+ background-color: #fff
+ border-radius: 6px
+ transition: box-shadow 0.5s
+ padding: 15px
+
+ &:hover
+ box-shadow: 0 0 50px rgba(0, 0, 0, 0.1)
+
+ h4
+ color: $light-color
+ font-size: 16px
+ font-weight: 400
\ No newline at end of file
grid-template-columns: repeat( 4, 1fr)
grid-gap: 35px 25px
+ .no-cssgrid &
+ label
+ display: inline-block
+ width: 22%
+ margin: 0 25px 30px 0
+
&.grid-12
grid-template-columns: repeat( 12, 1fr)
@import "inc/reset"
@import "inc/mixins"
@import "inc/common"
-
-main
- min-width: 1700px
- padding: $space $space $space $space*3+150px
-
- section
- margin-top: 15px
- padding: 15px 0
-
- &.nomargin
- margin-top: 0
-
- h2
- color: $headings-color
- font-size: 24px
- font-weight: 900
- margin-bottom: 9px
-
-
-
- article
- position: relative
- background-color: #fff
- border-radius: 6px
- transition: box-shadow 0.5s
- padding: 15px
-
- &:hover
- box-shadow: 0 0 50px rgba(0, 0, 0, 0.1)
-
- h4
- color: $light-color
- font-size: 16px
- font-weight: 400
-
@import "inc/page-dashboard"
@import "inc/page-table"
@import "inc/table"