mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 11:36:40 +07:00
redux: editor-panel: login-logout
This commit is contained in:
parent
e56e49acf4
commit
185fe80fc5
15 changed files with 314 additions and 260 deletions
|
@ -1,13 +1,17 @@
|
|||
.user-bar {
|
||||
width: 240px;
|
||||
// width: 160px;
|
||||
|
||||
.button {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.user-bar-guest {
|
||||
width: 168px;
|
||||
}
|
||||
|
||||
.user-button {
|
||||
width: 100%;
|
||||
width: 120px;
|
||||
padding-left: 48px;
|
||||
height: 48px;
|
||||
display: flex;
|
||||
|
||||
|
@ -22,6 +26,9 @@
|
|||
background-position: 50% 50%;
|
||||
background: rgba(0,0,0,0.3);
|
||||
border-radius: 3px 0 0 3px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.user-button-fields {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue