Styling the delayed Disqus button
This commit is contained in:
parent
9cad5e961f
commit
d50f93525a
@ -742,3 +742,27 @@ div.splitbox div.right {
|
|||||||
display:inline-block;
|
display:inline-block;
|
||||||
float:left;}
|
float:left;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Delayed Disqus */
|
||||||
|
.disqus-comments button {
|
||||||
|
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 800;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
padding: 10px 5px;
|
||||||
|
background: #FFF;
|
||||||
|
border-radius: 0;
|
||||||
|
color: #404040;
|
||||||
|
}
|
||||||
|
@media only screen and (min-width: 768px) {
|
||||||
|
.disqus-comments button {
|
||||||
|
padding: 15px 25px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.disqus-comments button:hover,
|
||||||
|
.disqus-comments button:focus {
|
||||||
|
color: #FFF;
|
||||||
|
background: #0085a1;
|
||||||
|
border: 1px solid #0085a1;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user