We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eeceb0 commit dcd10c1Copy full SHA for dcd10c1
projects/components/src/header/page/page-header.component.scss
@@ -2,9 +2,10 @@
2
@import 'font';
3
4
.page-header {
5
- margin: 24px 24px 0;
6
display: flex;
7
flex-direction: column;
+ margin: 24px 24px 0;
8
+
9
.column-alignment {
10
11
@@ -22,17 +23,17 @@
22
23
}
24
25
.breadcrumb-container {
- margin-right: auto;
26
align-items: center;
27
+ margin-right: auto;
28
29
.breadcrumb-separator {
30
padding: 0 20px;
31
32
33
.title {
34
@include font-subtitle-medium($gray-7);
- display: flex;
35
36
+ display: flex;
37
38
.icon {
39
padding-right: 12px;
@@ -45,6 +46,8 @@
45
46
47
48
.time-range {
49
+ align-items: center;
50
51
margin-left: 10px;
52
53
@@ -54,8 +57,8 @@
54
57
55
58
56
59
&.bottom-border {
- padding-bottom: 16px;
60
border-bottom: 1px solid $color-border;
61
+ padding-bottom: 16px;
62
63
64
.tabs {
0 commit comments