summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/onboardingCatalog/_catalogFilter.scss
blob: cda47c6340f604c9421f2825afe530fbeeccb384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.catalog-filter {
    width: 242px;
    overflow-y: auto;    
    height: 100%;
    box-shadow: 1px 0px 4px 0px rgba(24, 24, 25, 0.17);
    background-color: $white;
    padding: 12px 18px;    
    .form-group {
        margin-bottom: 10px;
    }
    .catalog-filter-items-type {
        width: 100%;
        background-color: $gray;
        color: $white;
    }
}