Template:Support Page: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
Line 355: | Line 355: | ||
} |
} |
||
.sp-page .sp-donate-btn |
.sp-page .sp-donate-btn, |
||
.sp-page .wtg-bitcoin-btn { |
|||
margin-bottom: 1.5rem; |
|||
font-size: 16px; |
|||
padding: 13px 18px 11px; |
|||
color: #fff !important; |
color: #fff !important; |
||
⚫ | |||
transition: all 300ms ease; |
transition: all 300ms ease; |
||
font-weight: bold; |
font-weight: bold; |
||
line-height: 1.25; |
line-height: 1.25; /*20px @16px*/ |
||
} |
|||
.sp-page .sp-donate-btn { |
|||
⚫ | |||
⚫ | |||
letter-spacing: 0.03125rem; /*0.5px @16px*/ |
letter-spacing: 0.03125rem; /*0.5px @16px*/ |
||
} |
|||
.sp-page .wtg-bitcoin-btn { |
|||
background-color: #36c; |
|||
} |
} |
||
.sp-page .sp-donate-btn:hover, |
.sp-page .sp-donate-btn:hover, |
||
.sp-page .sp-donate-btn:focus |
.sp-page .sp-donate-btn:focus, |
||
.sp-page .wtg-bitcoin-btn:hover, |
|||
.sp-page .wtg-bitcoin-btn:focus { |
|||
text-decoration: none; |
text-decoration: none; |
||
} |
|||
⚫ | |||
.sp-page .sp-donate-btn:hover, |
|||
.sp-page .sp-donate-btn:focus, { |
|||
background-color: #b71da0; |
|||
} |
|||
.sp-page .wtg-bitcoin-btn:hover |
|||
.sp-page .wtg-bitcoin-btn:focus { |
|||
background-color: #447ff5; |
|||
} |
} |
||