diff --git a/luckydiamond/src/assets/css/PagesStyles/settings.css b/luckydiamond/src/assets/css/PagesStyles/settings.css index 6d73a79..3dd9e19 100644 --- a/luckydiamond/src/assets/css/PagesStyles/settings.css +++ b/luckydiamond/src/assets/css/PagesStyles/settings.css @@ -76,3 +76,56 @@ background: red; /* Цвет фона трека для Firefox */ height: 8px; /* Высота трека для Firefox */ } + + + +/* toggle in label designing */ +.toggle { + position : relative ; + display : flex; + width : 60px; + height : 32px; + background-color: #000413; + border-radius: 5px; + justify-content: center; + align-items: center; + + +} + +/* After slide changes */ +.toggle:after { + content: ''; + position: absolute; + width: 22px; + height: 22px; + border-radius: 5px; + display: flex; + justify-content: center; + align-items: center; + align-content: center; + background-color: #EF4444; + top: 5px; + left: 6px; + transition: all 0.5s; +} + +/* Toggle text */ +.toggle p { + font-family: Arial, Helvetica, sans-serif; + font-weight: bold; +} + +/* Checkbox checked effect */ +.checkbox:checked + .toggle::after { + + left : 34px; +} + +/* Checkbox checked toggle label bg color */ + + +/* Checkbox vanished */ +.checkbox { + display : none; +} \ No newline at end of file diff --git a/luckydiamond/src/components/ChatComponent.vue b/luckydiamond/src/components/ChatComponent.vue index e906c17..2bdaf65 100644 --- a/luckydiamond/src/components/ChatComponent.vue +++ b/luckydiamond/src/components/ChatComponent.vue @@ -22,13 +22,15 @@
-

{{ msg.username }}

+

{{ msg.username.replace(/[a-zA-Z0-9]/g, '*') }}

{{ msg.msg }}

+ + +

Звук

-

Данная страница находится в разработке, и будет полностью переделанна

+ + +
+ + + +

скрыть чат

+
+
@@ -66,4 +80,5 @@ export default { } }, }; + \ No newline at end of file diff --git a/luckydiamond/src/pages/games-pages/RollPage.vue b/luckydiamond/src/pages/games-pages/RollPage.vue deleted file mode 100644 index 7afdf30..0000000 --- a/luckydiamond/src/pages/games-pages/RollPage.vue +++ /dev/null @@ -1,164 +0,0 @@ - - - - - \ No newline at end of file diff --git a/luckydiamond/src/pages/games-pages/TutorialPage.vue b/luckydiamond/src/pages/games-pages/TutorialPage.vue deleted file mode 100644 index 1bfab56..0000000 --- a/luckydiamond/src/pages/games-pages/TutorialPage.vue +++ /dev/null @@ -1,50 +0,0 @@ -d-flex align-items-center justify-conte - - -