01a50dd7410109994c0751865bf79e0107549f54
[sdc.git] / openecomp-ui / resources / scss / modules / _softwareProductDependencies.scss
1 .software-product-dependencies {
2     .software-product-dependencies-title {
3         @extend .heading-1;
4         @extend .text-uppercase !optional;
5         margin-bottom: 20px;
6         color: $blue;
7     }
8     .select-action-table-controllers {
9         justify-content: flex-end;
10         cursor: pointer;
11         color: $blue;
12         padding-right: 33px;
13         margin-bottom: 3px;
14         &:hover {
15             color: $dark-blue;
16         }
17     }
18     .select-action-table-view {        
19         min-width: 770px;
20     }
21     .select-action-table-header {
22         @extend .body-1-medium;
23         color: $text-black;
24     }
25 }