aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/onboardingCatalog/_catalogHeader.scss
blob: d29a95d3d6905f3336fad5bd6415b568ea4988d1 (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
26
27
28
29
30
31
32
33
.catalog-header {
  margin: 34px 0 29px 50px;
  display: flex;
  flex-direction: row;
  .expandable-input-top {
	margin-right: 60px;
  }
  &.workspace-header {
	@extend .heading-1;
	color: $blue;
  }
  .catalog-header-tabs {
	display: flex;
	flex-direction: row;
	.tab-separator {
	  position: relative;
	  top: 13px;
	}
	.catalog-header-tab {
	  @extend .heading-1;
	  cursor: pointer;
	  padding: 0 15px 0 15px;
	  display: flex;
	  align-items: center;
	  &.active {
		color: $blue;
	  }
	  &:first-child {
		padding-left: 0;
	  }
	}
  }
}