diff --git a/forms/cms/home/style.css b/forms/cms/home/style.css
index 772bed89..a38f59a4 100644
--- a/forms/cms/home/style.css
+++ b/forms/cms/home/style.css
@@ -48,7 +48,6 @@
.new-text {
margin: 1.5em 0;
font-family: 'Open Sans';
- line-height: 1.3em;
}
.new-text a {
color: #6a1;
diff --git a/forms/ecomerce/catalog/style.css b/forms/ecomerce/catalog/style.css
index 2dc15597..4f673392 100644
--- a/forms/ecomerce/catalog/style.css
+++ b/forms/ecomerce/catalog/style.css
@@ -30,9 +30,11 @@
}
.right-panel .basket-info > button {
color: white;
+ background-color: rgba(0, 0, 0, .1);
margin: 0 auto;
display: block;
- margin-top: .4em;
+ margin-top: 10px;
+ padding: 10px 15px;
}
.right-panel .basket-info > button:hover {
background-color: white;
@@ -41,7 +43,6 @@
.right-panel .basket-info > p {
margin: 0;
padding: .4em 0;
- font-size: 1.1em;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
diff --git a/forms/ecomerce/catalog/ui.xml b/forms/ecomerce/catalog/ui.xml
index f6f2aa9b..dd54797c 100644
--- a/forms/ecomerce/catalog/ui.xml
+++ b/forms/ecomerce/catalog/ui.xml
@@ -178,7 +178,7 @@