SCSS Framework (Beta)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
121 B

8 months ago
  1. .component-radio {
  2. -webkit-appearance: none;
  3. appearance: none;
  4. margin: 0;
  5. padding: 0;
  6. border: 1px solid #c00;
  7. }