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.

17 lines
170 B

  1. .md2 {
  2. &.v-text-field {
  3. .v-input__slot {
  4. border-radius: 7px;
  5. }
  6. }
  7. &.v-btn {
  8. border-radius: 7px;
  9. }
  10. &.v-card {
  11. border-radius: 7px;
  12. }
  13. }