From 7de1b10bb83367ff38577209badf58035aac1166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Mon, 5 Jul 2021 00:42:09 +0200 Subject: [PATCH] adding --- dist/plain-ui.css | 4 ++-- src/scss/helpers/_core.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/plain-ui.css b/dist/plain-ui.css index f500e68..bbb5ab5 100644 --- a/dist/plain-ui.css +++ b/dist/plain-ui.css @@ -4583,7 +4583,7 @@ h6, .h6 { } .border-round, .badge { - border-radius: 2px !important; + border-radius: 2px; } .borderless { @@ -4644,7 +4644,7 @@ h6, .h6 { * */ .round { - border-radius: 50% !important; + border-radius: 50%; } /** diff --git a/src/scss/helpers/_core.scss b/src/scss/helpers/_core.scss index 89dcd3e..b137443 100644 --- a/src/scss/helpers/_core.scss +++ b/src/scss/helpers/_core.scss @@ -18,7 +18,7 @@ } .border-round { - border-radius: $plain-ui__border-radius !important; + border-radius: $plain-ui__border-radius; } .borderless { @@ -51,7 +51,7 @@ */ .round { - border-radius: 50% !important; + border-radius: 50%; } /**