diff --git a/src/MistoxWebsite.Client/src/app/pages/store/admin/newitem/new.component.html b/src/MistoxWebsite.Client/src/app/pages/store/admin/newitem/new.component.html index 3b610d4..4132666 100644 --- a/src/MistoxWebsite.Client/src/app/pages/store/admin/newitem/new.component.html +++ b/src/MistoxWebsite.Client/src/app/pages/store/admin/newitem/new.component.html @@ -6,11 +6,6 @@ -
- - -
-
@@ -21,6 +16,11 @@
+
+ + +
+
diff --git a/src/MistoxWebsite.Client/src/styles.css b/src/MistoxWebsite.Client/src/styles.css index 3f62e56..7e91e96 100644 --- a/src/MistoxWebsite.Client/src/styles.css +++ b/src/MistoxWebsite.Client/src/styles.css @@ -103,6 +103,31 @@ main { font-size: 12px; } + .big-frame .frame-item textarea:autofill, + .big-frame .frame-item textarea:-webkit-autofill, + .big-frame .frame-item textarea { + position: relative; + width: calc(100% - 40px); + margin: 0 20px; + padding: 10px 0; + font-size: 15px; + color: var(--Mistox-White); + margin-bottom: 30px; + border: none; + border-bottom: 1px solid var(--Mistox-White); + outline: none; + background: transparent; + height: 80px; + } + + .big-frame .frame-item textarea:focus ~ label, + .big-frame .frame-item textarea:not(:placeholder-shown) ~ label { + top: -150px; + left: 10px; + color: var(--Mistox-Light); + font-size: 12px; + } + .flex-row{ display: flex; flex-direction: row; @@ -115,6 +140,15 @@ main { padding: 1px 0; } + .sub-frame a { + text-decoration: none; + color: var(--Mistox-Light); + } + + .sub-frame a :hover { + color: var(--Mistox-Bright); + } + .submit{ position: relative; padding: 10px 20px;