From 8ac00d82caba7c68ec3b5369eb774e44111700aa Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 10 Mar 2022 20:09:28 +0100 Subject: [PATCH] fix frontend lint --- frontend/src/assets/scss/gradido.scss | 50 +++++++++++++++++++ .../DecayInformation-Decay.vue | 2 +- .../DecayInformation-Long.vue | 2 +- .../components/GddSend/TransactionForm.vue | 11 ++-- .../components/GddSend/TransactionResult.vue | 6 +-- frontend/src/components/Menu/Navbar.vue | 2 +- frontend/src/components/Transaction.vue | 4 +- .../src/components/TransactionCollapse.vue | 5 +- .../Transactions/TransactionCreation.vue | 2 +- .../Transactions/TransactionDecay.vue | 2 +- .../Transactions/TransactionReceive.vue | 2 +- .../Transactions/TransactionSend.vue | 2 +- .../src/components/UserCard_FormUserMail.vue | 2 +- .../UserSettings/UserCoinAnimation.vue | 3 +- frontend/src/layouts/DashboardLayout_gdd.vue | 4 +- frontend/src/pages/ForgotPassword.vue | 2 +- frontend/src/pages/Login.vue | 2 +- frontend/src/pages/Register.vue | 2 +- frontend/src/pages/ResetPassword.vue | 2 +- 19 files changed, 75 insertions(+), 32 deletions(-) diff --git a/frontend/src/assets/scss/gradido.scss b/frontend/src/assets/scss/gradido.scss index dba0f01da..abb491206 100644 --- a/frontend/src/assets/scss/gradido.scss +++ b/frontend/src/assets/scss/gradido.scss @@ -158,3 +158,53 @@ a, .gradido-global-color-gray { color: #858383; } + +.gradido-custom-background { + background-color: #ebebeba3 !important; +} + +.gradido-max-width { + width: 100%; +} + +.gradido-width-300 { + width: 300px; +} + +.gradido-absolute { + position: absolute; +} + +.gradido-width-95-absolute { + width: 95%; + position: absolute; +} + +.gradido-width-96-absolute { + width: 96%; + position: absolute; +} + +.gradido-no-border-radius { + border-radius: 0; +} + +.gradido-no-border { + border: 0; +} + +.gradido-background-f1 { + background-color: #f1f1f1; +} + +.gradido-background-white { + background-color: #fff; +} + +.gradido-font-large { + font-size: large; +} + +.gradido-font-15rem { + font-size: 1.5rem; +} diff --git a/frontend/src/components/DecayInformations/DecayInformation-Decay.vue b/frontend/src/components/DecayInformations/DecayInformation-Decay.vue index 80d45e242..19aac9e98 100644 --- a/frontend/src/components/DecayInformations/DecayInformation-Decay.vue +++ b/frontend/src/components/DecayInformations/DecayInformation-Decay.vue @@ -1,7 +1,7 @@