From 6e25daa1a45feb712e8903358dc6497dd0c67c68 Mon Sep 17 00:00:00 2001 From: Kevin Lin <kevinl@cs.uw.edu> Date: Tue, 23 Jun 2020 09:06:59 -0700 Subject: [PATCH] _sass: Prefer standard border-radius --- _sass/custom/module.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_sass/custom/module.scss b/_sass/custom/module.scss index 6a87c1a..f659570 100644 --- a/_sass/custom/module.scss +++ b/_sass/custom/module.scss @@ -30,6 +30,7 @@ .module-week { @extend .label, .text-grey-dk-100, .bg-grey-lt-200; + border-radius: $border-radius; } .module-date { @@ -89,6 +90,7 @@ } .label { + border-radius: $border-radius; margin-left: 0; padding-bottom: 0; -- GitLab