summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/components/_vspDetailsVendorSelect.scss
blob: 5938dc2808d4850e4005837b6ea4d51108c6820c (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;
        }
    }
}