From efa75f4d2fe73dfa30d8c66b5f2fb6f8be6c6f1b Mon Sep 17 00:00:00 2001 From: Hepatica Date: Sun, 28 Jan 2024 16:38:07 +0100 Subject: [PATCH 1/6] Add test --- luckydiamond/src/pages/ProfilePage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index d681a06..92ece86 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -24,6 +24,7 @@

Игрок и вид транзакции

+

Test

Дата

Сумма

From ae75457bddea83ea980163f5c9a63cec6d6a8c5d Mon Sep 17 00:00:00 2001 From: Hepatica Date: Sun, 28 Jan 2024 16:39:22 +0100 Subject: [PATCH 2/6] Add test 2 --- luckydiamond/src/pages/ProfilePage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index 92ece86..c6d52e9 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -25,6 +25,7 @@

Игрок и вид транзакции

Test

+

Test

Дата

Сумма

From f779df7ac7eb06a0716f6ac105385bc2472b86b3 Mon Sep 17 00:00:00 2001 From: Hepatica Date: Sun, 28 Jan 2024 16:39:37 +0100 Subject: [PATCH 3/6] Delete tests --- luckydiamond/src/pages/ProfilePage.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index c6d52e9..d681a06 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -24,8 +24,6 @@

Игрок и вид транзакции

-

Test

-

Test

Дата

Сумма

From 2300b01cc92386f7a20a08ac20e90ee3c40e9fed Mon Sep 17 00:00:00 2001 From: Madara0330E Date: Sun, 28 Jan 2024 18:41:26 +0300 Subject: [PATCH 4/6] 1 --- luckydiamond/src/pages/ProfilePage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index d681a06..1ff9c12 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -24,7 +24,7 @@

Игрок и вид транзакции

-

Дата

+

sdds

Сумма

From 8487b08893a4b6e59af3250822b7a9eba043c075 Mon Sep 17 00:00:00 2001 From: Hepatica Date: Sun, 28 Jan 2024 16:42:26 +0100 Subject: [PATCH 5/6] Revert "1" This reverts commit 2300b01cc92386f7a20a08ac20e90ee3c40e9fed. --- luckydiamond/src/pages/ProfilePage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index 1ff9c12..d681a06 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -24,7 +24,7 @@

Игрок и вид транзакции

-

sdds

+

Дата

Сумма

From d56c5c44a7777d38b7d0349d5731bf2c7a90ff00 Mon Sep 17 00:00:00 2001 From: Madara0330E Date: Mon, 29 Jan 2024 17:10:31 +0300 Subject: [PATCH 6/6] add SettingsPage --- .../assets/css/PagesStyles/SettingsPage.css | 213 ++++++++++++++++++ .../src/components/AsidebarComponent.vue | 13 +- luckydiamond/src/pages/ProfilePage.vue | 2 +- luckydiamond/src/pages/SettingsPage.vue | 114 ++++++++++ 4 files changed, 336 insertions(+), 6 deletions(-) create mode 100644 luckydiamond/src/assets/css/PagesStyles/SettingsPage.css create mode 100644 luckydiamond/src/pages/SettingsPage.vue diff --git a/luckydiamond/src/assets/css/PagesStyles/SettingsPage.css b/luckydiamond/src/assets/css/PagesStyles/SettingsPage.css new file mode 100644 index 0000000..b14104f --- /dev/null +++ b/luckydiamond/src/assets/css/PagesStyles/SettingsPage.css @@ -0,0 +1,213 @@ +.profile__content { + width: 30%; + margin-left: 3%; +} + + +.icon-diamond h2 img { + width: 33px; + height: 33px; +} + +.deposit-icon { + margin: 3px 0 0 10px; +} + +.withdraw-icon { + margin-left: 33px; +} + +.btn-bg { + border-radius: 10px; + background: rgba(255, 255, 255, 0.12); + box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); + width: 36%; +} + +.btn-margin { + padding: 3.8% 46% 3% 14%; + margin-bottom: 11px; + background: #62D4B2; +} + +.btn-display { + display: flex; +} + +.text-btn { + text-decoration: none; + color: #000; + font-weight: 700; + text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); + font-family: Montserrat Alternates; + font-size: 18px; + margin-left: 4px; +} + +.icon-margin-deposit-withdraw { + margin-right: 4px; +} + +.withdraw { + padding: 3.8% 46% 3% 14%; + background: #EF4444; +} + + +.payments { + margin: 2% 0 0 -4.25%; +} + +.types { + display: flex; +} + +.types-margin h3 { + margin-right: 7.813em; +} + +.types-text h3 { + color: #ABABB4; + font-weight: 600; + font-family: Montserrat; + font-size: 14px; +} + +.types-line { + margin-top: 2.1%; + background: #38383E; + width: 86%; + height: 3px; +} + +.payments__card { + margin-top: 4.9%; + display: flex; +} + +.user-info { + display: flex; +} + +.user-name { + display: flex; + flex-direction: column; + margin-left: 0.625em; +} + +.user-name__text h3 { + color: #FFF; + font-weight: 700; + font-family: Montserrat; + font-size: 20px; +} + +.user-name__text p { + color: #A9A9A9; + font-weight: 400; + font-family: Montserrat; + font-size: 20px; +} + +.data-info { + margin-left: 10%; +} + +.data-info__text h3 { + color: #A9A9A9; + font-weight: 400; + font-family: Montserrat; + font-size: 17px; +} + +.transaction-info { + margin-left: 7%; +} + +.transaction-info__text h3 { + font-weight: 500; + font-family: Montserrat; + font-size: 22px; +} + +.deposit-color h3 { + color: #32C966; +} + +.withdraw-color h3 { + color: #EA3D38; +} + +.error-deposit { + position: absolute; + left: 190px; + top: 52px; +} + +.error-deposit h2 { + color: #BA3636; + font-family: "Montserrat Alternates"; + font-weight: 700; + font-size: 11px; +} + +.error-card { + position: absolute; + top: 130px; + left: 210px; +} + +.error-card h2 { + color: #BA3636; + font-family: "Montserrat Alternates"; + font-weight: 700; + font-size: 11px; +} + +.error-checkbox h2 { + color: #BA3636; + font-family: "Montserrat Alternates"; + font-weight: 700; + font-size: 11px; +} + +.error-captcha { + top: 235px; + left: 45px; + position: absolute; +} + +.error-captcha h2 { + color: #BA3636; + font-family: "Montserrat Alternates"; + font-weight: 700; + font-size: 13px; +} + +/* Media */ + +@media screen and (min-device-width: 1400px) and (max-device-width: 1600px) { + .profile__card h2 { + width: 72%; + } + .btn-margin { + padding-right: 56%; + } + .withdraw { + padding-right: 56%; + } +} + +@media screen and (min-device-width: 1200px) and (max-device-width: 1399px) { + .profile__card h2 { + width: 80%; + } + .btn-margin { + padding-right: 66%; + } + .withdraw { + padding-right: 66%; + } +} + +/* /Media */ \ No newline at end of file diff --git a/luckydiamond/src/components/AsidebarComponent.vue b/luckydiamond/src/components/AsidebarComponent.vue index e00ef09..6bfb5dc 100644 --- a/luckydiamond/src/components/AsidebarComponent.vue +++ b/luckydiamond/src/components/AsidebarComponent.vue @@ -2,7 +2,7 @@ + \ No newline at end of file