mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: branding templates table
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
.th {
|
||||
padding: 0.68rem 0.5rem;
|
||||
background: #f5f5f5;
|
||||
background: #f6f7f9;
|
||||
font-size: 14px;
|
||||
color: #424853;
|
||||
font-weight: 400;
|
||||
|
||||
@@ -232,6 +232,15 @@ $dashboard-views-bar-height: 44px;
|
||||
&.#{$ns}-minimal.#{$ns}-intent-warning{
|
||||
color: #cc7e25;
|
||||
}
|
||||
&.#{$ns}-minimal.#{$ns}-intent-primary{
|
||||
color: #223fc5;
|
||||
|
||||
&:hover,
|
||||
&:focus{
|
||||
color: #223fc5;
|
||||
background: rgba(34, 63, 197, 0.08);
|
||||
}
|
||||
}
|
||||
|
||||
&.button--blue-highlight {
|
||||
background-color: #ebfaff;
|
||||
|
||||
Reference in New Issue
Block a user