mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: fix a bunch of bugs.
This commit is contained in:
@@ -18,22 +18,14 @@ $sidebar-popover-submenu-bg: rgb(1, 20, 62);
|
||||
overflow-x: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
&__head{
|
||||
padding: 16px 10px;
|
||||
padding: 16px 12px;
|
||||
|
||||
&-company-meta{
|
||||
&-logo{
|
||||
margin-top: 4px;
|
||||
|
||||
.company-name{
|
||||
font-size: 16px;
|
||||
font-weight: 200;
|
||||
margin-bottom: 5px;
|
||||
color: rgba(255, 255, 255, 0.75);
|
||||
}
|
||||
.company-meta{
|
||||
color: rgba(255, 255, 255, 0.4);
|
||||
font-size: 12px;
|
||||
svg{
|
||||
opacity: 0.35;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,14 @@
|
||||
margin-bottom: 0;
|
||||
|
||||
&:not(:last-of-type) {
|
||||
padding-right: 15px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
.bp3-html-select select,
|
||||
.bp3-select select{
|
||||
padding: 0 20px 0 6px;
|
||||
}
|
||||
.bp3-input{
|
||||
padding: 0 6px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user