Skip to content

Commit

Permalink
_sass: Prefer standard border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlin1 committed Jun 23, 2020
1 parent a387cff commit 6e25daa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _sass/custom/module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

.module-week {
@extend .label, .text-grey-dk-100, .bg-grey-lt-200;
border-radius: $border-radius;
}

.module-date {
Expand Down Expand Up @@ -89,6 +90,7 @@
}

.label {
border-radius: $border-radius;
margin-left: 0;
padding-bottom: 0;

Expand Down

0 comments on commit 6e25daa

Please sign in to comment.