1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

better editor layout

This commit is contained in:
muerwre 2019-08-01 04:36:09 +07:00
parent a2bb40bb14
commit fcfc16c157
11 changed files with 242 additions and 67 deletions

View file

@ -17,13 +17,15 @@
font: $font_16_medium;
text-transform: uppercase;
> div {
> a {
display: flex;
align-items: center;
position: relative;
padding: $gap;
cursor: pointer;
transition: color 0.25s;
text-decoration: none;
color: white;
&:hover {
color: $red;
@ -65,6 +67,7 @@
font: $font_16_medium;
text-transform: uppercase;
flex: 0 !important;
opacity: 0.3;
}
.user_avatar {