react 16 upgrade
[sdc.git] / openecomp-ui / resources / scss / modules / onboardingCatalog / _catalogHeader.scss
1 .catalog-header {
2     margin: 34px 0 29px 50px;
3     display: flex;
4     flex-direction: row;
5     .expandable-input-top {
6         margin-right: 60px;
7     }
8     &.workspace-header {
9         @extend .heading-1;
10         color: $blue;
11     }
12     .catalog-header-tabs {
13         display: flex;
14         flex-direction: row;
15         .tab-separator {
16             position: relative;
17             top: 8px;
18         }
19         .catalog-header-tab {
20             @extend .heading-1;
21             cursor: pointer;
22             padding: 0 15px 0 15px;
23             display: flex;
24             align-items: center;
25             &.active {
26                 color: $blue;
27             }
28             &:first-child {
29                 padding-left: 0;
30             }
31         }
32     }
33 }