merged change

This commit is contained in:
Matthias Nannt
2023-01-27 11:33:07 +01:00
9 changed files with 20 additions and 710 deletions

View File

@@ -105,10 +105,16 @@
border-radius: var(--formbricks-border-radius);
resize: none;
transition: all 0.3s ease-out;
overflow: auto;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.formbricks-textarea:focus {
border-color: var(--formbricks-brand-color);
box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
/* Radio */