mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
refactoring: migrating to react-query to manage service-side state.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
}
|
||||
}
|
||||
&__head {
|
||||
padding: 18px;
|
||||
padding: 18px 20px;
|
||||
|
||||
&-logo {
|
||||
position: relative;
|
||||
@@ -99,7 +99,7 @@
|
||||
.#{$ns}-submenu {
|
||||
.#{$ns}-collapse {
|
||||
&-body {
|
||||
background-color: rgba(255, 255, 255, 0.02);
|
||||
background-color: rgba(255, 255, 255, 0.03);
|
||||
padding-bottom: 6px;
|
||||
padding-top: 6px;
|
||||
}
|
||||
@@ -147,7 +147,7 @@
|
||||
|
||||
.sidebar__head{
|
||||
.sidebar__head-logo{
|
||||
transform: translate(-6px, 0);
|
||||
transform: translate(-8px, 0);
|
||||
}
|
||||
}
|
||||
// Hide text of bigcapital logo.
|
||||
|
||||
Reference in New Issue
Block a user