@import 'colors.scss';

.ui.button {
  background: $nutrien-green;
  color: $nutrien-white;
}



.ui.basic.green.button, .ui.basic.green.buttons .button {
    background-color: #4c9e00;
    background-image: none;
    -webkit-box-shadow: 0 0 0 1px #4c9e00 inset!important;
    box-shadow: 0 0 0 1px #4c9e00 inset!important;
    color: #4c9e00 !important;
}
