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