From af848384e49b98bce48555681d05252c1e79aa17 Mon Sep 17 00:00:00 2001 From: Navid Date: Wed, 27 Oct 2021 00:03:48 +0330 Subject: [PATCH] Added brad 15 20 30 --- lib.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib.css b/lib.css index 39f4e51..95d92d5 100644 --- a/lib.css +++ b/lib.css @@ -56,6 +56,15 @@ See the LICENCE file in the repository root for full licence text. .brad-10 { border-radius: 10px; } +.brad-15 { + border-radius: 15px; +} +.brad-20 { + border-radius: 20px; +} +.brad-30 { + border-radius: 30px; +} .brad-half { border-radius: 50%; }