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 +}