Skip to content

Commit

Permalink
Removed ButtonP
Browse files Browse the repository at this point in the history
  • Loading branch information
Leakfarsi authored Jan 15, 2022
1 parent 6d515e0 commit 385b038
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions styles/donate.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,50 +56,3 @@
position:relative;
top:1px;
}
.ButtonP {

-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
box-shadow:inset 0px 1px 0px 0px #70a9ff;

background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #70a9ff), color-stop(1, #313376));
background:-moz-linear-gradient(top, #70a9ff 5%, #313376 100%);
background:-webkit-linear-gradient(top, #70a9ff 5%, #313376 100%);
background:-o-linear-gradient(top, #70a9ff 5%, #313376 100%);
background:-ms-linear-gradient(top, #70a9ff 5%, #313376 100%);
background:linear-gradient(to bottom, #70a9ff 5%, #313376 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#70a9ff', endColorstr='#313376',GradientType=0);

background-color:#70a9ff;

-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;

border:1px solid #313376;

display:inline-block;
color:#ffffff;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;

}
.ButtonP:hover {

background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #313376), color-stop(1, #70a9ff));
background:-moz-linear-gradient(top, #313376 5%, #70a9ff 100%);
background:-webkit-linear-gradient(top, #313376 5%, #70a9ff 100%);
background:-o-linear-gradient(top, #313376 5%, #70a9ff 100%);
background:-ms-linear-gradient(top, #313376 5%, #70a9ff 100%);
background:linear-gradient(to bottom, #313376 5%, #70a9ff 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#313376', endColorstr='#70a9ff',GradientType=0);

background-color:#313376;
}
.ButtonP:active {
position:relative;
top:1px;
}

0 comments on commit 385b038

Please sign in to comment.