@import '~@/assets/scss/colors.scss';
- @import '~@/assets/scss/variables.scss';
#app {
display: flex;
flex-direction: column;
overflow-x: hidden;
-
- &.resting {
- --banner-resting-height: #{$restingToolbarHeight};
- }
-
- &.giftingBanner {
- --banner-gifting-height: 2.5rem;
- }
}
#loading-screen-inapp {
@@ -143,15 +110,6 @@
cursor: crosshair;
}
- .closepadding {
- margin: 11px 24px;
- display: inline-block;
- position: relative;
- right: 0;
- top: 0;
- cursor: pointer;
- }
-
.container-fluid {
flex: 1 0 auto;
}
@@ -172,51 +130,11 @@
margin-top: .5em;
margin-bottom: .5em;
}
-
- .resting-banner {
- width: 100%;
- height: $restingToolbarHeight;
- background-color: $blue-10;
- top: 0;
- z-index: 1300;
- display: flex;
-
- .content {
- line-height: 1.71;
- text-align: center;
- color: $white;
- padding: 8px 38px 8px 8px;
- margin: auto;
- }
-
- @media only screen and (max-width: 768px) {
- .content {
- font-size: 12px;
- line-height: 1.4;
- }
- }
-
- .separator {
- color: $blue-100;
- margin: 0px 15px;
- }
-
- .resume {
- font-weight: bold;
- cursor: pointer;
- white-space:nowrap;
- }
- }
+
+
+
+
diff --git a/website/client/src/components/header/banners/damagePaused.vue b/website/client/src/components/header/banners/damagePaused.vue
new file mode 100644
index 0000000000..a89c38aec7
--- /dev/null
+++ b/website/client/src/components/header/banners/damagePaused.vue
@@ -0,0 +1,84 @@
+
+
+
+ {{ $t('innCheckOutBannerShort') }}
+ {{ $t('innCheckOutBanner') }}
+ |
+ {{ $t('resumeDamage') }}
+
+
+
+
+
+
+
diff --git a/website/client/src/components/header/banners/gemsPromo.vue b/website/client/src/components/header/banners/gemsPromo.vue
new file mode 100644
index 0000000000..76351b6061
--- /dev/null
+++ b/website/client/src/components/header/banners/gemsPromo.vue
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
diff --git a/website/client/src/components/header/menu.vue b/website/client/src/components/header/menu.vue
index 13be2ebe44..928e754e86 100644
--- a/website/client/src/components/header/menu.vue
+++ b/website/client/src/components/header/menu.vue
@@ -6,10 +6,10 @@