mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Improvements to button styles
This commit is contained in:
parent
6af47e3bd6
commit
55f74f3a01
2 changed files with 10 additions and 10 deletions
|
@ -14,7 +14,7 @@
|
|||
text-align:center;
|
||||
text-decoration:none!important; // set to !important so that if used inside of a .nav, no decoration doesn't get overridden
|
||||
text-shadow:0 1px 1px rgba(0,0,0,.4);
|
||||
@include vendor(transition, all .25s ease-in-out 0s);
|
||||
@include vendor(transition, none!important);
|
||||
vertical-align:middle;
|
||||
-webkit-appearance:none;
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
&:hover, &:active{
|
||||
background:$c-Darker;
|
||||
color:$c-Lighter
|
||||
color:$c-Lighter;
|
||||
}
|
||||
|
||||
&:visited{color:$c-Lighter;}
|
||||
|
@ -80,7 +80,7 @@
|
|||
background:$c-Btn-1;
|
||||
@include linear-gradient(top, #e93250, #b11f36);
|
||||
|
||||
&:hover{
|
||||
&:hover, &:active {
|
||||
@include linear-gradient(top, #d51c3a, #841526);
|
||||
}
|
||||
.fa {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
</div>
|
||||
<div class="col col-32">
|
||||
<h3>Your Site</h3>
|
||||
<a href="/dashboard" class="btn-Action edit"><i class="fa fa-edit" title="Edit"></i>Edit Site</a>
|
||||
<a href="/dashboard" class="btn-Action"><i class="fa fa-edit" title="Edit"></i>Edit Site</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue