summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/pages/index.module.scss
blob: aed1d88f05d39e2827bb99f7018e5269f5d363ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.bodyWrapper {
    position: relative;
    overflow-y: hidden;
}

.introSection,
.modelingSection,
.technologiesSection {
    background-color: #fff;
}

.stakeholderSection,
.simulationSection,
.teamSection {
    background-color: #f2f2f2;
}