&.nomargin
margin-top: 0
- &.table
- @include white-block
-
- header, footer
- position: relative
- height: 40px
- margin: 0 0 20px 0
-
- .actions
- position: absolute
- top: 0
- right: 0
-
- .button
- margin-left: 15px
-
- h3
- color: $headings-color
- text-align: center
- font-size: 24px
- font-weight: 900
- line-height: 40px
-
- footer
- min-height: 40px
- height: auto
- margin: 20px 0 0 0
-
- &.calculation
- margin-top: 60px
-
- @import "inc/table"
-
h2
color: $headings-color
font-size: 24px
font-size: 16px
font-weight: 400
- &.indicators
- article
- height: 100px
- text-align: right
- color: $headings-color
-
- &.map
- height: auto
- min-height: 600px
- grid-column: 2 / 4
- grid-row: 3 / 9
-
- strong
- font-weight: 900
- font-size: 36px
- margin-top: 10px
- display: block
-
- svg
- position: absolute
- top: 15px
- left: 15px
- height: 70px
-
- &.charts
- article
- position: relative
- padding: 20px
-
- h4
- margin: 5px
-
- .chart
- img
- width: 100%
- height: 100%
- object-fit: contain
- object-position: 50% 0
-
- .chart-menu
- position: absolute
- top: 20px
- right: 20px
- color: $light-color
-
- .dots
- svg
- height: 10px
-
- .buttons
- display: none
-
- a
- display: inline-block
- margin: 0 1px
- color: $light-color
-
- svg
- height: 30px
-
- &:hover
- .chart-menu
- .dots
- display: none
-
- .buttons
- display: block
-
+@import "inc/page-dashboard"
+@import "inc/page-table"
+@import "inc/table"
@import "inc/forms"
@import "inc/menu"
@import "inc/switch"