Skip to content

Commit dcd10c1

Browse files
committed
style(page-header): vertically center timerange
1 parent 0eeceb0 commit dcd10c1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

projects/components/src/header/page/page-header.component.scss

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
@import 'font';
33

44
.page-header {
5-
margin: 24px 24px 0;
65
display: flex;
76
flex-direction: column;
7+
margin: 24px 24px 0;
8+
89
.column-alignment {
910
display: flex;
1011
flex-direction: column;
@@ -22,17 +23,17 @@
2223
}
2324

2425
.breadcrumb-container {
25-
margin-right: auto;
2626
align-items: center;
27+
margin-right: auto;
2728

2829
.breadcrumb-separator {
2930
padding: 0 20px;
3031
}
3132

3233
.title {
3334
@include font-subtitle-medium($gray-7);
34-
display: flex;
3535
align-items: center;
36+
display: flex;
3637

3738
.icon {
3839
padding-right: 12px;
@@ -45,6 +46,8 @@
4546
}
4647

4748
.time-range {
49+
align-items: center;
50+
display: flex;
4851
margin-left: 10px;
4952
}
5053

@@ -54,8 +57,8 @@
5457
}
5558

5659
&.bottom-border {
57-
padding-bottom: 16px;
5860
border-bottom: 1px solid $color-border;
61+
padding-bottom: 16px;
5962
}
6063

6164
.tabs {

0 commit comments

Comments
 (0)