mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix: sidebar logo.
This commit is contained in:
@@ -456,16 +456,18 @@ $dashboard-views-bar-height: 44px;
|
||||
}
|
||||
|
||||
.tabs--dashboard-views {
|
||||
user-select: none;
|
||||
|
||||
.#{$ns}-tab {
|
||||
color: #646a7d;
|
||||
font-size: 14px;
|
||||
line-height: $dashboard-views-bar-height;
|
||||
line-height: $dashboard-views-bar-height - 2px;
|
||||
font-weight: 400;
|
||||
padding: 0;
|
||||
margin-right: 0;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
padding-top: 2px;
|
||||
|
||||
&[aria-selected='true'] {
|
||||
color: #0052cc;
|
||||
|
||||
Reference in New Issue
Block a user