summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/components/_vspDetailsVendorSelect.scss
blob: 294fd817b9025c4e48e01f88f344edcfd4192f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.vsp-details-vendor-select {   
    .validation-form-content {
        padding-top: 20px;
        .vendor-selector-modal-title {
            @extend .body-1;
        }
        .vendor-selector-modal-additional-text {
            @extend .body-2;
            margin-top: 10px;
            margin-bottom: 20px;
        }
    }        
}