feat(webapp): add icon to convert to invoice button

This commit is contained in:
Ahmed Bouhuolia
2024-02-26 15:29:51 +02:00
parent a8671a8d99
commit ab7eb40ea9
3 changed files with 35 additions and 10 deletions

View File

@@ -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;