From b2dacf32215df354a402df666234618db13b4a1c Mon Sep 17 00:00:00 2001 From: Tomasz Dziezyk Date: Fri, 12 Jul 2024 15:25:31 +0200 Subject: [PATCH] Update icons styles --- icons/right-arrow-white.svg | 1 + styles/styles.css | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 icons/right-arrow-white.svg diff --git a/icons/right-arrow-white.svg b/icons/right-arrow-white.svg new file mode 100644 index 0000000..eeb6809 --- /dev/null +++ b/icons/right-arrow-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/styles/styles.css b/styles/styles.css index fd15b35..11fde61 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -229,9 +229,11 @@ main .section.highlight { background-color: var(--light-color); } -.icon-right-arrow { +.icon-right-arrow, +.icon-right-arrow-white { height: 16px; width: 16px; + padding-left: 0; } /* stylelint-disable-next-line no-duplicate-selectors */ @@ -264,6 +266,10 @@ h2 { } } +.default-content-wrapper .button-container .button { + padding-left: 0; +} + .section.gray-bg { background-color: #f7f7f7; }