diff --git a/src/app/demo-models-page/advertise-analysis/advertise-analysis.component.html b/src/app/demo-models-page/advertise-analysis/advertise-analysis.component.html
index 16296d9..529eb54 100644
--- a/src/app/demo-models-page/advertise-analysis/advertise-analysis.component.html
+++ b/src/app/demo-models-page/advertise-analysis/advertise-analysis.component.html
@@ -1,12 +1,12 @@
diff --git a/src/app/demo-models-page/advertise-analysis/advertise-analysis.component.scss b/src/app/demo-models-page/advertise-analysis/advertise-analysis.component.scss
index f9de606..92e11be 100644
--- a/src/app/demo-models-page/advertise-analysis/advertise-analysis.component.scss
+++ b/src/app/demo-models-page/advertise-analysis/advertise-analysis.component.scss
@@ -67,3 +67,18 @@
justify-content: center;
padding-top: 40px
}
+
+.advertise-btn {
+ background: linear-gradient(35deg, rgba(0, 0, 0, 1) 0%, rgb(135, 135, 21) 50%, rgba(0, 0, 0, 1) 100%) !important;
+ background-repeat: no-repeat;
+
+ &:hover {
+ background: linear-gradient(35deg, rgba(0, 0, 0, 1) 0%, rgb(152, 152, 48) 50%, rgba(0, 0, 0, 1) 100%) !important;
+ background-repeat: no-repeat;
+ }
+
+ &:disabled {
+ background: linear-gradient(35deg, rgba(106, 106, 106, 1) 0%, rgb(166, 166, 166) 50%, rgba(106, 106, 106, 1) 100%) !important;
+ background-repeat: no-repeat;
+ }
+}
diff --git a/src/app/demo-models-page/errors-correction-page/errors-correction-page.component.html b/src/app/demo-models-page/errors-correction-page/errors-correction-page.component.html
index 5b225ba..6458581 100644
--- a/src/app/demo-models-page/errors-correction-page/errors-correction-page.component.html
+++ b/src/app/demo-models-page/errors-correction-page/errors-correction-page.component.html
@@ -1,12 +1,12 @@
POPRAWIANIE BŁĘDÓW
-
+
ja cos tu se wpiszesz albo nie xD
-
+
-
+
- Poprawiony tekst:
- {{correctedText}}
+
+ Poprawiony tekst:
+ {{correctedText}}
+
@@ -29,3 +32,6 @@