From 13328aeec38cecfdc24bf859978c41c67bf0b303 Mon Sep 17 00:00:00 2001 From: nquidox Date: Wed, 29 Oct 2025 20:57:34 +0300 Subject: [PATCH] styles added --- src/styles/styles.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/styles/styles.css b/src/styles/styles.css index 8219206..67d9708 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -2,6 +2,10 @@ margin-top: 10px; } +.mt-20 { + margin-top: 20px; +} + .mb-10 { margin-bottom: 10px; } @@ -166,3 +170,30 @@ body, max-height: 70vh; object-fit: contain; } + +.router-link-button{ + color: inherit; + text-decoration: none; +} + +.label-container { + display: flex; + flex-direction: row; + justify-content: space-between; +} + +.label-column { + display: flex; + flex-direction: column; +} + +.label-row { + display: flex; + align-items: center; + gap: 10px; +} + +.label-preview { + justify-content: center; + margin-bottom: 20px; +}