aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesSection.scss
blob: 3f92a70f83fdb44b179fac3dd908ab8f5cff2a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@import './global/globalCssVariables.module.scss';

.propertiesView-section {
    .propertiesView-content {
        padding: 10px;
    }

    .propertiesView-sectionTitle {
        text-align: center;
        display: flex;
        padding: 3px 10px;
        font-size: 14px;
        font-weight: bold;
        justify-content: space-between;
        align-items: center;

        .propertiesView-sectionTitle-icon {
            width: 20px;
            height: 20px;
            align-items: flex-end;
        }
    }
}