Template:Support Page: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
Line 198: | Line 198: | ||
} |
} |
||
.sp-donate-btn { |
.sp-page .sp-donate-btn { |
||
margin-bottom: 1.5rem; |
|||
⚫ | |||
background: #f51a71; |
background: #f51a71; |
||
color: #fff !important; |
color: #fff !important; |
||
⚫ | |||
text-transform: uppercase; |
text-transform: uppercase; |
||
font-weight: 500; |
|||
transition: all 300ms ease; |
transition: all 300ms ease; |
||
font-weight: bold; |
|||
line-height: 1.25; |
|||
letter-spacing: 0.03125em; /*0.5px @16px*/ |
|||
} |
} |
||
Line 213: | Line 214: | ||
text-decoration: none; |
text-decoration: none; |
||
background-color: #B71DA0; |
background-color: #B71DA0; |
||
} |
|||
@media (min-width: 768px) { |
|||
.sp-page .sp-donate-btn { |
|||
display: inline-block; |
|||
} |
|||
} |
} |
||