You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
528 B
34 lines
528 B
.navbar{
|
|
position: relative
|
|
}
|
|
.back-icon, .home-icon{
|
|
width: 28px;
|
|
height: 100%;
|
|
position: absolute;
|
|
transform: translateY(-50%);
|
|
top: 50%;
|
|
display: flex;
|
|
}
|
|
.back-icon{
|
|
left: 16px;
|
|
}
|
|
.home-icon{
|
|
left: 44px
|
|
}
|
|
.back-icon image{
|
|
width: 28px;
|
|
height: 28px;
|
|
margin: auto;
|
|
}
|
|
.home-icon image{
|
|
width: 20px;
|
|
height: 20px;
|
|
margin: auto;
|
|
}
|
|
.nav-title, .nav-icon{
|
|
position: absolute;
|
|
transform: translate(-50%, -50%);
|
|
left: 50%;
|
|
top: 50%;
|
|
font-weight: bold;
|
|
}
|