|
8 | 8 | }
|
9 | 9 |
|
10 | 10 | @mixin Input_active_Field-Label_Field-Label {
|
11 |
| - @apply text-black font-bliss text-sm font-normal; |
| 11 | + @apply text-gray-700 font-bliss text-sm font-normal; |
12 | 12 | }
|
13 | 13 |
|
14 | 14 | @mixin Input_active_Component {
|
|
20 | 20 | }
|
21 | 21 |
|
22 | 22 | @mixin Input_active_Component_Field_Field-Components {
|
23 |
| - @apply bg-white flex flex-row items-start border border-solid border-gray-400 rounded-tl rounded-tr rounded-br rounded-bl pt-0 pr-0 pb-0 pl-0; |
| 23 | + @apply bg-white flex flex-row items-start border border-solid border-gray-400 rounded-tl-md rounded-tr-md rounded-br-md rounded-bl-md pt-0 pr-0 pb-0 pl-0; |
24 | 24 | }
|
25 | 25 |
|
26 | 26 | @mixin Input_active_Component_Field_Field-Components_Field-Text {
|
|
40 | 40 | }
|
41 | 41 |
|
42 | 42 | @mixin Input_hover_Field-Label_Field-Label {
|
43 |
| - @apply text-[#9b9da3] font-bliss text-sm font-normal; |
| 43 | + @apply text-gray-700 font-bliss text-sm font-normal; |
44 | 44 | }
|
45 | 45 |
|
46 | 46 | @mixin Input_hover_Component {
|
|
52 | 52 | }
|
53 | 53 |
|
54 | 54 | @mixin Input_hover_Component_Field_Field-Components {
|
55 |
| - @apply bg-white flex flex-row items-start border border-solid border-gray-700 rounded-tl rounded-tr rounded-br rounded-bl pt-0 pr-0 pb-0 pl-0; |
| 55 | + @apply bg-white flex flex-row items-start border border-solid border-red-500 rounded-tl-md rounded-tr-md rounded-br-md rounded-bl-md pt-0 pr-0 pb-0 pl-0; |
56 | 56 | }
|
57 | 57 |
|
58 | 58 | @mixin Input_hover_Component_Field_Field-Components_Field-Text {
|
|
72 | 72 | }
|
73 | 73 |
|
74 | 74 | @mixin Input_selected_Field-Label_Field-Label {
|
75 |
| - @apply text-red-500 font-bliss text-sm font-normal; |
| 75 | + @apply text-gray-700 font-bliss text-sm font-normal; |
76 | 76 | }
|
77 | 77 |
|
78 | 78 | @mixin Input_selected_Component {
|
|
84 | 84 | }
|
85 | 85 |
|
86 | 86 | @mixin Input_selected_Component_Field_Field-Components {
|
87 |
| - @apply bg-white flex flex-row items-start border border-solid border-blue-400 rounded-tl rounded-tr rounded-br rounded-bl pt-0 pr-0 pb-0 pl-0; |
| 87 | + @apply bg-white flex flex-row items-start border border-solid border-[#e285ce] rounded-tl-md rounded-tr-md rounded-br-md rounded-bl-md pt-0 pr-0 pb-0 pl-0; |
88 | 88 | }
|
89 | 89 |
|
90 | 90 | @mixin Input_selected_Component_Field_Field-Components_Field-Text {
|
|
96 | 96 | }
|
97 | 97 |
|
98 | 98 | @mixin Button_pressed {
|
99 |
| - @apply bg-blue-600 flex flex-row items-center gap-x-2 gap-y-2 rounded-tl-md rounded-tr-md rounded-br-md rounded-bl-md pt-2 pr-4 pb-2 pl-4; |
| 99 | + @apply bg-blue-600 flex flex-row items-center gap-x-2 gap-y-2 rounded-tl-3xl rounded-tr-3xl rounded-br-3xl rounded-bl-3xl pt-2 pr-4 pb-2 pl-4; |
100 | 100 | }
|
101 | 101 |
|
102 | 102 | @mixin Button_pressed_Button {
|
103 | 103 | @apply text-white font-bliss text-base font-medium flex flex-col;
|
104 | 104 | }
|
105 | 105 |
|
106 | 106 | @mixin Button_Hover {
|
107 |
| - @apply bg-blue-400 flex flex-row items-center gap-x-2 gap-y-2 rounded-tl-md rounded-tr-md rounded-br-md rounded-bl-md pt-2 pr-4 pb-2 pl-4; |
| 107 | + @apply bg-blue-400 flex flex-row items-center gap-x-2 gap-y-2 rounded-tl-3xl rounded-tr-3xl rounded-br-3xl rounded-bl-3xl pt-2 pr-4 pb-2 pl-4; |
108 | 108 | }
|
109 | 109 |
|
110 | 110 | @mixin Button_Hover_Button {
|
111 | 111 | @apply text-white font-bliss text-base font-medium flex flex-col;
|
112 | 112 | }
|
113 | 113 |
|
114 | 114 | @mixin Button_Inactive {
|
115 |
| - @apply bg-blue-500 flex flex-row items-center gap-x-2 gap-y-2 rounded-tl-md rounded-tr-md rounded-br-md rounded-bl-md pt-2 pr-4 pb-2 pl-4; |
| 115 | + @apply bg-blue-500 flex flex-row items-center gap-x-2 gap-y-2 rounded-tl-3xl rounded-tr-3xl rounded-br-3xl rounded-bl-3xl pt-2 pr-4 pb-2 pl-4; |
116 | 116 | }
|
117 | 117 |
|
118 | 118 | @mixin Button_Inactive_Button {
|
|
0 commit comments