Drupal 8 Site using Vue
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.

19 lines
261 B

  1. form {
  2. label {
  3. display: block;
  4. }
  5. input {
  6. display: inline-block;
  7. margin-bottom: 10px;
  8. padding: 10px;
  9. width: 100%;
  10. &[type='radio'],
  11. &[type='checkbox'],
  12. &[type='reset'],
  13. &[type='submit'] {
  14. width: auto;
  15. }
  16. }
  17. }