summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/onboardingCatalog/_catalogFilter.scss
blob: 84657b1317e9686238e685dd211848064205a6eb (plain)
1
2
3
4
5
6
7
8
9
10
11
.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;
    }
}