We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56106bf commit ce748e1Copy full SHA for ce748e1
3 files changed
components/Common/Button/index.module.css
@@ -5,6 +5,10 @@
5
text-center
6
font-semibold;
7
8
+ &[aria-disabled='true'] {
9
+ @apply cursor-not-allowed;
10
+ }
11
+
12
&.primary {
13
@apply rounded
14
border
layouts/New/layouts.module.css
@@ -130,7 +130,8 @@
130
}
131
132
p {
133
- @apply text-base
+ @apply max-w-[400px]
134
+ text-base
135
text-neutral-900
136
md:text-lg
137
dark:text-white;
@@ -148,7 +149,7 @@
148
149
w-full
150
flex-col
151
gap-2
- lg:flex-row;
152
+ xl:flex-row;
153
154
155
0 commit comments