Template:Support Page: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 45:
}
/* OOUI focus styles are applied to buttons */
.sp-page a:focus {▼
.sp-page .sp-donate-btn:focus,
.sp-page .wtg-bitcoin-btn:focus {
outline: 0;
}
Line 233 ⟶ 235:
.sp-languages .flickity-enabled {
overflow-x: hidden;
}▼
}
Line 360 ⟶ 358:
padding: 13px 18px 11px;
color: #fff !important;
border-style: solid;
border-width: 1px;
border-radius: 2px;
transition: all 300ms ease;
font-weight: bold;
Line 385 ⟶ 386:
.sp-page .sp-donate-btn:focus, {
background-color: #b71da0;
▲}
border-color: #f51a71;
box-shadow: inset 0 0 0 1px #f51a71, inset 0 0 0 2px #f51a71;
}
Line 390 ⟶ 396:
.sp-page .wtg-bitcoin-btn:focus {
background-color: #447ff5;
}
.sp-page .wtg-bitcoin-btn:focus {
border-color: #36c;
box-shadow: inset 0 0 0 1px #36c, inset 0 0 0 2px #fff;
}
|