Add top bar logout button
This commit is contained in:
parent
e7611b2d49
commit
b475b03b9e
3 changed files with 33 additions and 24 deletions
9
frontend-js/dist/style.css
vendored
9
frontend-js/dist/style.css
vendored
|
|
@ -70,6 +70,15 @@ body.ol2013 {
|
|||
z-index: 20;
|
||||
}
|
||||
.ribbon-title { margin-left: auto; font-weight: 700; font-size: 15px; letter-spacing: .2px; }
|
||||
.ribbon-logout {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
padding: 6px 10px;
|
||||
border: 1px solid rgba(255, 255, 255, .35);
|
||||
}
|
||||
.ribbon-logout:hover {
|
||||
background: var(--ol-blue-dark);
|
||||
}
|
||||
.ribbon-tabs { display: flex; gap: 2px; height: 100%; }
|
||||
.app-menu-button {
|
||||
width: 54px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue