logo
This commit is contained in:
parent
be0676636f
commit
ea1e2188ae
3 changed files with 27 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
.webbpm.ervu_lkrp_ul .btn {
|
.webbpm.ervu_lkrp_ul .btn {
|
||||||
font-size: var(--size-text-secondary);
|
font-size: var(--size-text-secondary);
|
||||||
font-family: 'Inter';
|
font-family: 'Inter';
|
||||||
color: #fff;
|
color: var(--white);
|
||||||
padding: 14px 40px;
|
padding: 14px 40px;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,29 @@ body {
|
||||||
min-height: var(--h-header);
|
min-height: var(--h-header);
|
||||||
border: 0;
|
border: 0;
|
||||||
background-color: var(--color-bg-main);
|
background-color: var(--color-bg-main);
|
||||||
|
|
||||||
|
.header-logo {
|
||||||
|
margin-left: 75px;
|
||||||
|
|
||||||
|
.logo a {
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
background: url(../img/svg/logo.svg) no-repeat 0 50%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.header-menu {
|
||||||
|
margin-right: 75px;
|
||||||
|
|
||||||
|
.user-info {
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
color: var(--white);
|
||||||
|
padding: 0;
|
||||||
|
border: 0;
|
||||||
|
outline: none;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.webbpm.ervu_lkrp_ul footer {
|
.webbpm.ervu_lkrp_ul footer {
|
||||||
|
|
@ -66,3 +89,5 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
<button class="nav-link user-info" ngbDropdownToggle *ngIf="currentSession | async as session">{{session.fullUserName}}</button>
|
<button class="user-info" ngbDropdownToggle *ngIf="currentSession | async as session">{{session.fullUserName}}</button>
|
||||||
<div ngbDropdownMenu *ngIf="currentSession | async as session">
|
<div ngbDropdownMenu *ngIf="currentSession | async as session">
|
||||||
<!--
|
<!--
|
||||||
<div class="user-info">
|
<div class="user-info">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue