aswi2021codebakers-gitlab/src/app/shared/nav-bar/components/nav-bar.component.scss @ a3ae1cab
1 |
.logo { |
---|---|
2 |
height: 3rem; |
3 |
}
|
4 |
|
5 |
.navbar-text { |
6 |
color: black; |
7 |
font-weight: bold; |
8 |
}
|
9 |
|
10 |
.divider-vertical { |
11 |
height: 50px; |
12 |
margin: 0 9px; |
13 |
border-left: 1px solid #F2F2F2; |
14 |
border-right: 1px solid #FFF; |
15 |
}
|