Add tab bar alternative to desktop UI, upgrade react & react-redux
This commit is contained in:
parent
1bfbce7b45
commit
989c3f4002
9 changed files with 103 additions and 32 deletions
|
@ -349,6 +349,28 @@
|
|||
width: 280px;
|
||||
}
|
||||
|
||||
.drawer__inner {
|
||||
background: linear-gradient(rgba(69, 75, 94, 1), rgba(69, 75, 94, 0.65));
|
||||
}
|
||||
|
||||
.drawer__header {
|
||||
flex: 0 0 auto;
|
||||
font-size: 16px;
|
||||
background: darken(#454b5e, 5%);
|
||||
margin-bottom: 10px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
a {
|
||||
transition: all 100ms ease-in;
|
||||
|
||||
&:hover {
|
||||
background: darken(#454b5e, 10%);
|
||||
transition: all 200ms ease-out;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.column, .drawer {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue