mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat(webapp): add icon to convert to invoice button
This commit is contained in:
@@ -212,6 +212,16 @@ $dashboard-views-bar-height: 44px;
|
||||
background: rgba(219, 55, 55, 0.1);
|
||||
}
|
||||
}
|
||||
&.#{$ns}-minimal.#{$ns}-intent-success{
|
||||
color: #1c6e42;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: rgba(35, 133, 81, 0.1);
|
||||
color: #1c6e42;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
&.button--blue-highlight {
|
||||
background-color: #ebfaff;
|
||||
|
||||
Reference in New Issue
Block a user