Browse Source

(feat) edit "green button" style

Signed-off-by: Muthu Kumar <muthukumar@thefeathers.in>
master
Muthu Kumar 3 years ago
parent
commit
7081820d7d
Signed by: mkrhere GPG Key ID: 3FD688398897097E
  1. 10
      public/custom.css

10
public/custom.css

@ -78,8 +78,14 @@ body .full.height {
border: none !important;
}
.right.stackable.menu a:first-of-type {
display: none;
.ui.green.button,
.ui.green.buttons .button {
background: var(--color-primary);
}
.ui.green.button:hover,
.ui.green.buttons .button:hover {
background: var(--color-primary-light-1);
}
.ui.avatar.image,

Loading…
Cancel
Save