We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 062163f + 1bd9783 commit 6ecc2eaCopy full SHA for 6ecc2ea
1 file changed
src/blocks/themes/uc-basic/theme.css
@@ -292,4 +292,22 @@
292
--uc-background-dark: oklch(10% 0 0);
293
--uc-foreground-dark: oklch(100% 0 0);
294
}
295
+
296
+ :where(.uc-radius-none) {
297
+ --uc-radius: 0;
298
+ }
299
300
+ :where(.uc-radius-small) {
301
+ --uc-radius: 5px;
302
303
304
+ :where(.uc-radius-medium) {
305
+ --uc-radius: 8px;
306
307
+ /* Equals the default radius so it can be forced when necessary. */
308
309
310
+ :where(.uc-radius-large) {
311
+ --uc-radius: 16px;
312
313
0 commit comments