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:
parent
a2bb40bb14
commit
fcfc16c157
11 changed files with 242 additions and 67 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue