added the WIP company head shortcut and a menu for editing company stuff, instead of the user profile.

This commit is contained in:
2026-03-12 22:05:37 +01:00
parent b6d0959cf6
commit ccfb737949
12 changed files with 222 additions and 94 deletions

View File

@@ -0,0 +1,28 @@
.pexpo-core-company-head-wrapper {
display: flex;
align-items: left;
gap: 50px;
margin: 20px;
width: 100%;
}
.pexpo-core-company-head-logo-wrapper {
flex-shrink: 0;
& .pexpo-core-company-logo {
width: max-content;
height: 100px;
object-fit: contain;
}
}
.pexpo-core-company-head-name-wrapper {
flex-grow: 1;
display: flex;
align-items: center;
& .pexpo-core-company-name {
font-size: 2em;
margin: 0;
}
}