added the WIP company head shortcut and a menu for editing company stuff, instead of the user profile.
This commit is contained in:
28
public/css/company-head.css
Normal file
28
public/css/company-head.css
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user