Merge branch 'master' into task/4379/price_without_vat

This commit is contained in:
PCoder 2018-04-15 23:27:36 +02:00
commit 09a03783b7
10 changed files with 21 additions and 7 deletions

View file

@ -1231,6 +1231,15 @@ footer {
background-position: center;
}
.promo-section.promo-with-bg a {
color: #87B6EA;
}
.promo-section.promo-with-bg a:hover,
.promo-section.promo-with-bg a:focus {
color: #77a6da;
}
.promo-section h3 {
font-weight: 700;
font-size: 36px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Before After
Before After