mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 01:24:56 +02:00
Disabled button look for "Current Plan"
This commit is contained in:
parent
a9af3d7707
commit
ecd4312d72
2 changed files with 10 additions and 2 deletions
|
@ -1092,9 +1092,17 @@ a.tag:hover {
|
|||
font-size: .8em;
|
||||
margin-top: -.6em;
|
||||
}
|
||||
.plan-overview .btn-Action {
|
||||
.plan-overview .btn-Action, .plan-overview .current-plan {
|
||||
margin: .9em 0 1.4em 0;
|
||||
}
|
||||
.plans .current-plan {
|
||||
@extend %btn;
|
||||
background: #777;
|
||||
&:hover{
|
||||
background: #777;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
.plan-overview .col {
|
||||
padding-bottom:1.5em;
|
||||
padding-left: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue