aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesSection.scss
blob: f7138dd500a1970373da26a9e049e0384dd24ba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.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;
    }
}