fixed styles and tasks

This commit is contained in:
VitaliyTr 2017-02-02 16:06:46 +07:00
parent eb13bd9010
commit 1b22e59e3c
4 changed files with 3 additions and 2 deletions

View file

@ -14,7 +14,7 @@
<p class="hero__lead">{% t pages.merchants.hero-text %}</p> <p class="hero__lead">{% t pages.merchants.hero-text %}</p>
<div class="hero__buttons"> <div class="hero__buttons">
<a href="https://mapme.com/dash-merchants" target="_blank" class="btn-white-solid">{% t pages.merchants.hero-map-btn %}</a> <a href="https://www.zeemaps.com/map?group=2357566#" target="_blank" class="btn-white-solid">{% t pages.merchants.hero-map-btn %}</a>
<a href="https://dashpay.atlassian.net/wiki/display/DOC/Merchants" target="_blank" class="btn-white-solid">{% t pages.merchants.hero-integrate-btn %}</a> <a href="https://dashpay.atlassian.net/wiki/display/DOC/Merchants" target="_blank" class="btn-white-solid">{% t pages.merchants.hero-integrate-btn %}</a>
<a href="mailto:robert@dash.org" class="btn-white-solid">{% t pages.merchants.hero-getlisted-btn %}</a> <a href="mailto:robert@dash.org" class="btn-white-solid">{% t pages.merchants.hero-getlisted-btn %}</a>
</div> </div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Before After
Before After

View file

@ -92,6 +92,7 @@ $m: 'member';
&__image-wrapper { &__image-wrapper {
padding-bottom: ((281/500)*100%); padding-bottom: ((281/500)*100%);
border: 1px solid #ebebea;
} }
&__name { &__name {

View file

@ -12,7 +12,7 @@ $m: 'member';
} }
&__image-wrapper { &__image-wrapper {
@include overflow-image-wrapper(); @include overflow-image-wrapper();
padding-bottom: ((106/140)*100%); padding-bottom: ((105/140)*100%);
} }
&__image { &__image {