From 967c4ac17f97bd5d9c967e2864bc51e562e5b377 Mon Sep 17 00:00:00 2001 From: Steven Dufresne Date: Wed, 16 Oct 2024 09:12:03 +0900 Subject: [PATCH] Remove the border radius from card. (#317) Remove the border radius. --- settings/src/style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/settings/src/style.scss b/settings/src/style.scss index 22ed6bfb..13c42022 100644 --- a/settings/src/style.scss +++ b/settings/src/style.scss @@ -54,6 +54,11 @@ $alert-blue: #72aee6; } } + .components-card { + border-radius: inherit !important; + box-shadow: #d9d9d9 0px 0px 0px 1px; + } + .components-card__body p:first-child { margin-top: 0; }