blob: 8fb739234fec2edac39cc73ee1a34f553a95851f (
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-semibold;
color: $text-black;
}
}
|