From a1ca949378fc42681c44c86b13b45a812a9197a1 Mon Sep 17 00:00:00 2001 From: Bartek <118764028+barteqcz@users.noreply.github.com> Date: Sun, 19 Jan 2025 15:17:37 +0100 Subject: [PATCH] Update helpers.css --- web/css/helpers.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/css/helpers.css b/web/css/helpers.css index 7993eee..676ea85 100644 --- a/web/css/helpers.css +++ b/web/css/helpers.css @@ -59,6 +59,10 @@ border-radius: 5px; } +.br-15 { + border-radius: 15px; +} + .br-30 { border-radius: 30px; } @@ -292,4 +296,4 @@ table .input-text { .text-medium { font-size: 30px; } -} \ No newline at end of file +}