Add rounded class

This commit is contained in:
Svilen Markov 2025-04-11 22:34:53 +01:00
parent f99d22738c
commit 3177af9524

View File

@ -2038,6 +2038,7 @@ details[open] .summary::after {
.color-primary { color: var(--color-primary); }
.cursor-help { cursor: help; }
.rounded { border-radius: var(--border-radius); }
.break-all { word-break: break-all; }
.text-left { text-align: left; }
.text-right { text-align: right; }