UI Mechanics / New Look (orange - gray)

This commit is contained in:
2020-08-01 17:11:43 +02:00
parent bf609fc5cd
commit e5a68f4b85
32 changed files with 766 additions and 118 deletions

View File

@@ -5,6 +5,8 @@
display: flex;
justify-content: space-between;
background-color: $main-color;
position: fixed;
z-index: 1;
}
.topBarLogo {
@@ -15,3 +17,44 @@
opacity: 0.5;
}
}
.topBar-logo-container {
margin: 0;
display: flex;
h5 {
color: $bg-color;
font-weight: 300;
font-size: 1rem;
margin-left: 20px;
margin-top: auto;
margin-bottom: auto;
}
}
.topBar-hamburger {
margin-right: 20px;
margin-top: auto;
margin-bottom: auto;
display: flex;
}
.topbar-username {
color: rgb(221, 221, 221);
margin-right: 16px;
padding-top: 2px;
}
.drawer-bottom {
width: 100%;
margin-bottom: 20px;
display: flex;
justify-content: center;
position: absolute;
bottom: 0;
}
.drawer-buttons {
margin-left: auto;
margin-right: auto;
}