We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e0e1f commit 1c92dacCopy full SHA for 1c92dac
src/assets/css/form.scss
@@ -8,7 +8,10 @@ body {
8
}
9
10
.el-form .form-icon {
11
- @apply bg-white w-[12%] text-lg;
+ @apply bg-white flex-none text-lg px-3 py-[10px] #{!important};
12
+ }
13
+ .el-input.el-input--default {
14
+ @apply flex-1;
15
16
17
.el-form-item.el-form-item--default.form-input {
@@ -17,9 +20,7 @@ body {
20
.el-input.el-input--default .el-input__inner {
18
21
@apply h-[46px] p-0 rounded-none bg-white border-transparent focus:text-mess-box-text focus:font-normal text-slate-400 focus:ring-0 focus:bg-white #{!important};
19
22
- .el-input.el-input--default {
- @apply w-[88%];
- }
23
+
24
.el-form-item.checkbox {
25
@apply self-start shadow-none #{!important};
26
0 commit comments