button in settings

This commit is contained in:
antelle 2017-04-29 18:57:18 +02:00
parent c4a348f8e0
commit 1195408b1d
2 changed files with 30 additions and 0 deletions

View File

@ -147,6 +147,35 @@
&--error { color: $red; }
}
}
&__donate-btn {
margin-bottom: $base-padding-h;
background: #FFAE32;
display: inline-block;
padding: 4px 24px;
text-decoration: none;
color: #043667;
font-family: sans-serif;
font-size: 18px;
line-height: 24px;
font-style: italic;
font-weight: 900;
border-radius: 26px;
border: 1px solid #FFB163;
outline: none;
background: linear-gradient(to bottom, #FEE1AA, #FEE1AA 80%, #FFEED5);
box-shadow: 0 -3px 2px 2px rgba(255, 238, 213, .3) inset,
0 -11px 1px 0px #FFB33C inset;
&:active, &:hover, &:focus, &:visited {
border-color: #FFB163;
color: #043667;
}
&:hover {
background: linear-gradient(to bottom, #FED891, #FED891 80%, #FFEED5);
}
&:active {
background: linear-gradient(to bottom, #FED585, #FED585 80%, #FFEED5);
}
}
&__plugins {
&-install-error {
margin-top: $base-padding-v;

View File

@ -3,6 +3,7 @@
<p>{{#res 'setAboutFirst'}}<a href="http://antelle.net" target="_blank">Antelle</a>{{/res~}}&nbsp;
{{~#res 'setAboutSecond'}}<a href="{{licenseLink}}" target="_blank">MIT</a>{{/res}}
{{#res 'setAboutSource'}}<a href="{{repoLink}}" target="_blank">GitHub <i class="fa fa-github-alt"></i></a>{{/res}}</p>
<a class="settings__donate-btn" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VE75PM997C2GW" target="_blank">Donate</a>
<p>{{res 'setAboutBuilt'}}:</p>
<h3>Libraries</h3>
<ul>