mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: add version tag on the sidebar.
This commit is contained in:
@@ -23,6 +23,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ScrollbarsCustom-Content{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.ScrollbarsCustom-Thumb {
|
||||
|
||||
@@ -102,6 +108,19 @@
|
||||
&__scroll-wrapper {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
&__version{
|
||||
margin-top: auto;
|
||||
padding: 0 20px 20px;
|
||||
font-size: 12px;
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
&__inner{
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
&-menu {
|
||||
background: transparent;
|
||||
@@ -227,7 +246,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar__menu {
|
||||
.sidebar__menu,
|
||||
.sidebar__version {
|
||||
transition: opacity 0.3s ease-in-out;
|
||||
opacity: 0;
|
||||
}
|
||||
@@ -248,11 +268,10 @@
|
||||
opacity: 0;
|
||||
transition-delay: 0s;
|
||||
}
|
||||
.sidebar__head-organization{
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.sidebar__menu {
|
||||
|
||||
.sidebar__head-organization,
|
||||
.sidebar__menu,
|
||||
.sidebar__version {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user