aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_softwareProductDependencies.scss
blob: 01a50dd7410109994c0751865bf79e0107549f54 (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
25
.software-product-dependencies {
    .software-product-dependencies-title {
        @extend .heading-1;
        @extend .text-uppercase !optional;
        margin-bottom: 20px;
        color: $blue;
    }
    .select-action-table-controllers {
        justify-content: flex-end;
        cursor: pointer;
        color: $blue;
        padding-right: 33px;
        margin-bottom: 3px;
        &:hover {
            color: $dark-blue;
        }
    }
    .select-action-table-view {        
        min-width: 770px;
    }
    .select-action-table-header {
        @extend .body-1-medium;
        color: $text-black;
    }
}