/*!********************************
 * @file
 * Visual styles for buttons.
 *********************************/

@layer component {
  button,
  .button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin-left: 0;
    margin-right: 0;
    border: none;
    padding: 0;
    background: none;
  }
}
