redux: editor-panel: login-logout

This commit is contained in:
muerwre 2018-11-26 15:11:51 +07:00
parent e56e49acf4
commit 185fe80fc5
15 changed files with 314 additions and 260 deletions

View file

@ -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 {