_input.scss 125 Bytes
Newer Older
Trần Anh Phú's avatar
Trần Anh Phú committed
1 2 3
//input
.ant-input,
.ant-input-affix-wrapper {
Trần Anh Phú's avatar
Trần Anh Phú committed
4
  @apply tw-text-lg tw-rounded-lg tw-border-black tw-p-3 tw-w-full tw-flex;
Trần Anh Phú's avatar
Trần Anh Phú committed
5
}