From a6fdf4bde10893bff16cf33f0a2735066692601a Mon Sep 17 00:00:00 2001 From: Spythere Date: Wed, 9 Nov 2022 13:55:01 +0100 Subject: [PATCH] Poprawki stylistyczne --- src/components/StockGeneratorTab.vue | 14 ++++++++++---- src/styles/global.scss | 3 ++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/components/StockGeneratorTab.vue b/src/components/StockGeneratorTab.vue index 74e228c..e300b61 100644 --- a/src/components/StockGeneratorTab.vue +++ b/src/components/StockGeneratorTab.vue @@ -71,11 +71,13 @@
-
- - +
+ + - +
@@ -328,6 +330,10 @@ hr { padding: 0.5em; font-weight: bold; } + + &[data-disabled] button { + opacity: 0.75; + } } .warning { diff --git a/src/styles/global.scss b/src/styles/global.scss index c2b87e3..6ee3950 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -106,7 +106,8 @@ button.btn { -moz-user-select: none; -webkit-user-select: none; - opacity: 0.7; + opacity: 0.75; + background-color: #2b2b2b; } &--text {