add initial styles for start form

This commit is contained in:
Alex Turchyn
2023-06-13 23:01:52 +03:00
parent 28429c1167
commit b6bb10b45c
8 changed files with 130 additions and 19 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
<span class="enabled">
<span class="flex justify-center space-x-3">
<span class="flex justify-center space-x-2">
<%= icon if icon %>
<span><%= title %></span>
</span>
</span>
<span class="disabled">
<span class="flex justify-center space-x-3">
<span class="flex justify-center space-x-2">
<%= svg_icon('loader', class: 'w-6 h-6 animate-spin') %>
<span><%= disabled_with %>...</span>
</span>
+1 -1
View File
@@ -1,4 +1,4 @@
<svg height="37px" width="37px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 511.998 511.998" xml:space="preserve">
<svg height="<%= local_assigns.fetch(:height, '37px') %>" width="<%= local_assigns.fetch(:width, '37px') %>" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 511.998 511.998" xml:space="preserve">
<path style="fill:#C8AF9B;" d="M503.999,247.999c0,128.13-111.033,240-248,240S8,376.129,8,247.999s111.033-224,248-224
S503.999,119.869,503.999,247.999z" />
<path style="fill:#AA968C;" d="M255.999,23.999C119.033,23.999,8,119.868,8,247.999c0,24.631,4.138,48.647,11.74,71.397

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB