diff --git a/luckydiamond/src/assets/css/PagesStyles/BanPage.css b/luckydiamond/src/assets/css/PagesStyles/BanPage.css new file mode 100644 index 0000000..c013e8d --- /dev/null +++ b/luckydiamond/src/assets/css/PagesStyles/BanPage.css @@ -0,0 +1,29 @@ +body { + background-color: rgb(17, 14, 32); + background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1)); + padding: 0px; + margin: 0; + color: #fff; + text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); + font-family: Montserrat Alternates; + font-size:25px; + font-weight: 700; + text-transform: uppercase; + text-align: center; +} +.ggg { + border-radius: 10px; +} + +.first { + width: 50%; + height: 100%; + display: block; + background-color: #ef4444; + margin: auto; + margin-top: 100px; + padding-top: 50px; + padding-bottom: 100px; + border-radius: 10px; + box-shadow: 12px 12px 2px 1px rgba(92, 12, 12, 0.2); +} \ No newline at end of file diff --git a/luckydiamond/src/assets/css/PagesStyles/home.css b/luckydiamond/src/assets/css/PagesStyles/home.css index 9c2f496..34eb90b 100644 --- a/luckydiamond/src/assets/css/PagesStyles/home.css +++ b/luckydiamond/src/assets/css/PagesStyles/home.css @@ -204,6 +204,7 @@ .cumming_soon_btn:hover { background-color: #525252; + opacity: 0.75; } .line__btn { diff --git a/luckydiamond/src/pages/BanPage.vue b/luckydiamond/src/pages/BanPage.vue new file mode 100644 index 0000000..a611c84 --- /dev/null +++ b/luckydiamond/src/pages/BanPage.vue @@ -0,0 +1,20 @@ + + + + + Вы были заблокированны на проекте LuckyDiamond + + + + + + + + + + + \ No newline at end of file