Skip to content

Commit 0dc5cc4

Browse files
authored
Merge branch 'dev' into pr@dev@perf_nav_window
2 parents 0c1eaf2 + 7b3281b commit 0dc5cc4

1 file changed

Lines changed: 21 additions & 9 deletions

File tree

src/app/elements/nav/nav.component.scss

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,29 @@
1616
}
1717

1818
.logo-item {
19-
height: 29px;
19+
height: 30px;
2020
width: 60px;
21+
padding: 0 8px;
22+
box-sizing: border-box;
23+
display: flex;
24+
align-items: center;
25+
justify-content: center;
2126

2227
a {
23-
padding: 0 14px;
28+
display: flex;
29+
align-items: center;
30+
height: 100%;
31+
padding: 0;
32+
}
33+
34+
img {
35+
display: block;
36+
max-height: 100%;
37+
max-width: 100%;
38+
height: 100%;
39+
width: auto;
40+
object-fit: contain;
41+
object-position: left center;
2442
}
2543
}
2644

@@ -94,13 +112,7 @@
94112
padding-right: 5px;
95113
}
96114

97-
//}
98-
//
115+
99116
.active .flag {
100117
display: inline;
101118
}
102-
//
103-
//.elements-organization {
104-
// flex: 1;
105-
// text-align: right;
106-
//}

0 commit comments

Comments
 (0)