Skip to content
Snippets Groups Projects
Commit 6e25daa1 authored by Kevin Lin's avatar Kevin Lin :sparkles:
Browse files

_sass: Prefer standard border-radius

parent a387cff3
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
.module-week { .module-week {
@extend .label, .text-grey-dk-100, .bg-grey-lt-200; @extend .label, .text-grey-dk-100, .bg-grey-lt-200;
border-radius: $border-radius;
} }
.module-date { .module-date {
...@@ -89,6 +90,7 @@ ...@@ -89,6 +90,7 @@
} }
.label { .label {
border-radius: $border-radius;
margin-left: 0; margin-left: 0;
padding-bottom: 0; padding-bottom: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment