Created
June 28, 2018 10:25
-
-
Save DavidPurtskhvanidze/c15863f56dba98de8b608fa0af02d8ce to your computer and use it in GitHub Desktop.
Small Pink Button
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="owm_box_toolbar"> | |
<a id="toolbar-photo-latest-5b31faaf7b79c" href="#"> | |
<span>View all</span> | |
</a> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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