mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 23:45:21 +02:00
Remove icons and change IF/THEN/FOR font in edit form
This commit is contained in:
parent
3a5856bd9c
commit
81083a0578
2 changed files with 3 additions and 9 deletions
|
@ -21,8 +21,7 @@
|
|||
|
||||
<section class="space-y-4">
|
||||
<div class="flex items-center gap-1 text-secondary">
|
||||
<%= icon "help-circle", size: "sm" %>
|
||||
<h3 class="text-sm font-medium text-primary font-mono">IF</h3>
|
||||
<h3 class="text-sm font-medium text-primary">IF</h3>
|
||||
</div>
|
||||
|
||||
<%# Condition template, used by Stimulus controller to add new conditions dynamically %>
|
||||
|
@ -58,8 +57,7 @@
|
|||
|
||||
<section class="space-y-4">
|
||||
<div class="flex items-center gap-1 text-secondary">
|
||||
<%= icon "arrow-right", size: "sm" %>
|
||||
<h3 class="text-sm font-medium text-primary font-mono">THEN</h3>
|
||||
<h3 class="text-sm font-medium text-primary">THEN</h3>
|
||||
</div>
|
||||
|
||||
<%# Action template, used by Stimulus controller to add new actions dynamically %>
|
||||
|
@ -81,8 +79,7 @@
|
|||
|
||||
<section class="space-y-4">
|
||||
<div class="flex items-center gap-1 text-secondary">
|
||||
<%= icon "calendar", size: "sm" %>
|
||||
<h3 class="text-sm font-medium text-primary font-mono">FOR</h3>
|
||||
<h3 class="text-sm font-medium text-primary">FOR</h3>
|
||||
</div>
|
||||
|
||||
<div class="ml-6 space-y-3">
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<% if rule.conditions.any? %>
|
||||
<div class="flex items-center gap-2 mt-1">
|
||||
<div class="flex items-center gap-1 text-secondary w-16 shrink-0">
|
||||
<%= icon "help-circle", size: "sm" %>
|
||||
<span class="font-mono text-xs">IF</span>
|
||||
</div>
|
||||
<p class="flex items-center flex-wrap gap-1.5 m-0">
|
||||
|
@ -29,7 +28,6 @@
|
|||
|
||||
<div class="flex items-center gap-2 mt-1">
|
||||
<div class="flex items-center gap-1 text-secondary w-16 shrink-0">
|
||||
<%= icon "arrow-right", size: "sm" %>
|
||||
<span class="font-mono text-xs">THEN</span>
|
||||
</div>
|
||||
<p class="flex items-center flex-wrap gap-1.5 m-0">
|
||||
|
@ -48,7 +46,6 @@
|
|||
|
||||
<div class="flex items-center gap-2 mt-1">
|
||||
<div class="flex items-center gap-1 text-secondary w-16 shrink-0">
|
||||
<%= icon "calendar", size: "sm" %>
|
||||
<span class="font-mono text-xs">FOR</span>
|
||||
</div>
|
||||
<p class="flex items-center flex-wrap gap-1.5 m-0">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue