mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-09 00:08:46 +00:00
do headerHeight in variable, change drawer items, modify drawer design, add menu button cursor pointer
This commit is contained in:
parent
a9d17c188a
commit
732b1b35d7
3 changed files with 35 additions and 44 deletions
|
@ -1,9 +1,3 @@
|
|||
:root {
|
||||
--Rotkehlchen-gray: #e7ecf2;
|
||||
--Rotkehlchen-brown1: #a28d7a;
|
||||
--Rotkehlchen-orange-default: #e79a0e;
|
||||
}
|
||||
|
||||
.outest-container {
|
||||
display: grid;
|
||||
grid-template-rows: auto auto;
|
||||
|
@ -13,7 +7,7 @@
|
|||
.base-header {
|
||||
width: 100vw;
|
||||
display: flex;
|
||||
height: 50px;
|
||||
height: var(--header-height);
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
|
@ -31,18 +25,17 @@
|
|||
flex-direction: column;
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
font-weight: bold;
|
||||
font-size: x-large;
|
||||
|
||||
color: var(--Rotkehlchen-orange-default);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.menu-container {
|
||||
align-items: end;
|
||||
justify-content: end;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
}
|
||||
.header-icon-feather {
|
||||
height: 35px;
|
||||
}
|
||||
.header-icon-menu {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.header-icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue