Skip to content

Commit

Permalink
Small changes on textdomain and styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Moraes committed Oct 11, 2018
1 parent 812f3e3 commit c22da74
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion resources/assets/sass/sections/_section-tours.sass
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
font-size: 22px
color: #fff
letter-spacing: 0.8px
line-height: 18px
line-height: 24px
text-shadow: 0 2px 2px rgba(0,0,0,0.50)
position: absolute
bottom: 25px
Expand Down
10 changes: 4 additions & 6 deletions resources/views/front-page.twig
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,11 @@
</a>
<div class="latest-articles__item-content">
<div class="latest-articles__item-title">
<a href="{{ post.link }}">
{{ post.title }}</a></div>
<a href="{{ post.link }}">{{ post.title }}</a></div>

<div class="latest-articles__item-copy">
{{ post.preview.length(25).force }}
</div>

<div class="latest-articles__item-copy">
{{ post.preview.length(25).force }}
</div>
</div>
</div>
{% endfor %}
Expand Down
4 changes: 2 additions & 2 deletions resources/views/partials/tours-carousel.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<div class="section-tours__card">
<a href="{{ tour.link }}">
<div class="section-tours__header"
style="background-image: url('{{ tour_featured_image.src|resize(640)}}')">
style="background-image: url('{{ tour_featured_image.src|resize(640) }}')">
<div class="section-tours__card-title">{{ tour.title }}</div>
</div>
</a>
<div class="section-tours__footer">
<div class="section-tours__card-copy">{{ tour.tour_excerpt }}</div>
<a href="{{ tour.link }}" class=" section-tours__card-cta">Read More</a>
<a href="{{ tour.link }}" class=" section-tours__card-cta">{{ __( 'Read more', 'woocommerce' ) }}</a>
</div>
</div>
</div>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8047,7 +8047,7 @@ nav.navbar .navbar-menu {
font-size: 22px;
color: #fff;
letter-spacing: 0.8px;
line-height: 18px;
line-height: 24px;
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
position: absolute;
bottom: 25px;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"admin.css": "css/admin.6c5bdefd44992fb6f14a.css",
"admin.js": "js/admin.6c5bdefd44992fb6f14a.js",
"app.css": "css/app.6c5bdefd44992fb6f14a.css",
"app.js": "js/app.6c5bdefd44992fb6f14a.js",
"login.css": "css/login.6c5bdefd44992fb6f14a.css",
"login.js": "js/login.6c5bdefd44992fb6f14a.js",
"vendor.js": "js/vendor.6c5bdefd44992fb6f14a.js",
"admin.css": "css/admin.af19be1c9cb22f5408f2.css",
"admin.js": "js/admin.af19be1c9cb22f5408f2.js",
"app.css": "css/app.af19be1c9cb22f5408f2.css",
"app.js": "js/app.af19be1c9cb22f5408f2.js",
"login.css": "css/login.af19be1c9cb22f5408f2.css",
"login.js": "js/login.af19be1c9cb22f5408f2.js",
"vendor.js": "js/vendor.af19be1c9cb22f5408f2.js",
"images/arrow-next-white.png": "images/arrow-next-white.png",
"images/icon-cart-white.png": "images/icon-cart-white.png",
"images/texture-blue-carnival.jpg": "images/texture-blue-carnival.jpg",
Expand Down

0 comments on commit c22da74

Please sign in to comment.