Skip to content

Instantly share code, notes, and snippets.

@DavidPurtskhvanidze
Created June 28, 2018 10:25
Show Gist options
  • Save DavidPurtskhvanidze/c15863f56dba98de8b608fa0af02d8ce to your computer and use it in GitHub Desktop.
Save DavidPurtskhvanidze/c15863f56dba98de8b608fa0af02d8ce to your computer and use it in GitHub Desktop.
Small Pink Button
<div class="owm_box_toolbar">
<a id="toolbar-photo-latest-5b31faaf7b79c" href="#">
<span>View all</span>
</a>
</div>
.owm_box_toolbar a {
display: inline-block;
padding: 0 10px;
color: #fff;
font-size: 81.25%;
font-family: 'helveticaneuecyrmedium', Helvetica Neue, Helvetica, Arial, sans-serif;
background-color: #ff687a;
}
.owm_box_toolbar a {
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.owm_box_menu_item span, .owm_box_toolbar a span {
line-height: 30px;
}
a {
color: #ff687a;
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment