diff --git a/luckydiamond/src/pages/HeaderElement.vue b/luckydiamond/src/pages/HeaderElement.vue index d1019a7..ec21ee0 100644 --- a/luckydiamond/src/pages/HeaderElement.vue +++ b/luckydiamond/src/pages/HeaderElement.vue @@ -13,8 +13,15 @@
-
-

{{ balance }}

+
+
+

{{ balance }}

+
+
+
+
+

кошелёк

+
@@ -102,11 +109,16 @@ export default { bottom: -7px; left: 0; } +.header__balance--content { + display: flex; + align-items: center; +} .balance__count { border-radius: 9px; - padding: 10px 10px; + padding: 10px 16px; background: #22252F; box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); + flex-shrink: 0; } .balance__count h2 { display: flex; @@ -118,5 +130,20 @@ export default { } .balance__count h2 img { margin-right: 6px; + user-select: none; +} +.balance__wallet { + border-radius: 13px; + padding: 18px 23px 21px 23px; + background: #ffb400; + box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); + flex-shrink: 0; + margin-left: -15px; +} +.balance__wallet h2 { + text-transform: uppercase; + font-family: Montserrat Alternates; + font-weight: 600; + font-size: 16px; } \ No newline at end of file