|
|
@ -1,3 +1,24 @@ |
|
|
|
button.dtp-link-button, |
|
|
|
a.dtp-link-button { |
|
|
|
display: inline-block; |
|
|
|
padding: 6px; |
|
|
|
line-height: 18px; |
|
|
|
|
|
|
|
font-size: 14px; |
|
|
|
text-transform: uppercase; |
|
|
|
|
|
|
|
background: none; |
|
|
|
outline: none; |
|
|
|
border: solid 2px #1e87f0; |
|
|
|
color: #c8c8c8; |
|
|
|
|
|
|
|
transition: background-color 0.2s; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
background-color: #1e87f0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.share-button { |
|
|
|
background: #00d178; |
|
|
|
color: white; |
|
|
@ -95,8 +116,6 @@ button.uk-button.dtp-button-primary { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a.uk-button.dtp-button-secondary, |
|
|
|
button.uk-button.dtp-button-secondary { |
|
|
|
background: none; |
|
|
|