Browse Source

update danger button to use global color

pull/2/head
Rob Colbert 3 years ago
parent
commit
fcde99b304
  1. 2
      client/less/site/button.less

2
client/less/site/button.less

@ -143,7 +143,7 @@ button.uk-button.dtp-button-danger {
background: none;
outline: none;
border: solid 2px rgb(255, 0, 0);
color: #c8c8c8;
color: @global-color;
&:hover {
background-color: rgb(255, 0, 0);

Loading…
Cancel
Save