mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix: financial statements.
This commit is contained in:
@@ -91,8 +91,14 @@
|
||||
.#{$ns}-menu-item {
|
||||
padding: 10px 18px;
|
||||
font-size: 15px;
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
color: #333;
|
||||
|
||||
&:hover,
|
||||
&.#{$ns}-active{
|
||||
background-color: #ebf1f5;
|
||||
color: #333;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -110,3 +116,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Users/Roles List.
|
||||
// ---------------------------------
|
||||
.preferences__inside-content--users-roles{
|
||||
.bigcapital-datatable{
|
||||
.td.status{
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user