From 03c1ba69405d6446e9967b97c30eee74f1ec44bd Mon Sep 17 00:00:00 2001 From: Julian Prieber Date: Mon, 15 May 2023 15:00:03 +0200 Subject: [PATCH] Touched up styling --- .../views/studio/button-editor.blade.php | 25 +++++++++++-------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/resources/views/studio/button-editor.blade.php b/resources/views/studio/button-editor.blade.php index 2ee97ef..a64d705 100644 --- a/resources/views/studio/button-editor.blade.php +++ b/resources/views/studio/button-editor.blade.php @@ -94,7 +94,7 @@

Button Editor

-

⬅ Back + Back

Custom Button


@@ -149,9 +149,9 @@
@if($buttonId == 1) -
{{ $title }}
+
{{ $title }}
@else -
{{ $title }}
+
{{ $title }}
@endif
@@ -171,7 +171,7 @@
-

+

@@ -181,7 +181,7 @@ NULL - +


@@ -223,7 +223,9 @@

If the short code is a brand icon, it is important to include a 'fab' before the short code part. Again, The 'fa-...' formatting still applies here. For example, 'fab fa-github'

To apply color to your icons, you can simply write out the color name or just write the HEX value before the icon, followed by a ';'. Here it is important to put the color before the icon short code and the color code must be ended with a semicolon.
You can find a list of available colors here.

-
+
+
+
@@ -259,18 +261,19 @@
Style
+
-
- - -
+
+ + See all icons +



@endif - ⬅ Back + Back