Skip to content

Commit

Permalink
[BUGFIX] Hero Image, fix button background and size (#199)
Browse files Browse the repository at this point in the history
* [FIX] Hero Image, fix button background and size

* [FIX] add margin top
  • Loading branch information
myroslav321 authored and dmh committed May 9, 2017
1 parent 2300e34 commit d31a05c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions felayout_t3kit/dev/styles/main/contentElements/heroImage.less
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@
font-style: italic;
}

.hero-image__caption-link .btn {
padding: 10px 36px;
background: saturate(spin(@main-color, 177), 30%);
border: 1px solid saturate(spin(@main-color, 177), 30%);
color: @main-body-bg;
margin-top: 10px;
}

.hero-image__caption-link a:not(.btn) {
color: @main-body-bg;
text-decoration: underline;
Expand Down

0 comments on commit d31a05c

Please sign in to comment.