File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1280,11 +1280,6 @@ svg {
12801280 color : rgb (75 85 99 / var (--tw-text-opacity ));
12811281}
12821282
1283- .text-gray-400 {
1284- --tw-text-opacity : 1 ;
1285- color : rgb (156 163 175 / var (--tw-text-opacity ));
1286- }
1287-
12881283.text-gray-500 {
12891284 --tw-text-opacity : 1 ;
12901285 color : rgb (107 114 128 / var (--tw-text-opacity ));
Original file line number Diff line number Diff line change 44 class =" w-full rounded border border-gray-300 bg-white py-1.5 px-3 text-sm leading-normal text-gray-600 placeholder-gray-400
55 focus:outline-none focus:ring focus:ring-{{ color }}-100 focus:border-{{ color }}-300" {{ required ? ' required' : ' ' }}{{ attr | raw }}>
66 {% if help %}
7- <small class =" text-xs text-gray-400 " >{{ help }}</small >
7+ <small class =" text-xs text-gray-500 " >{{ help }}</small >
88 {% endif %}
99</div >
Original file line number Diff line number Diff line change 2121 <input id =" import" name =" import" type =" file"
2222 class =" block w-full text-sm text-gray-500 file:mr-4 file:rounded file:border-0 file:bg-sky-500 file:py-1.5 file:px-3
2323 file:text-sm file:font-semibold file:text-white hover:file:bg-sky-600" >
24- <small class =" text-xs text-gray-400 " >{{ key_desc }}</small >
24+ <small class =" text-xs text-gray-500 " >{{ key_desc }}</small >
2525 </div >
2626
2727 {{ include (' components/button.twig' , {
You can’t perform that action at this time.
0 commit comments