mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Wallets: Fee Scoring: Add icons & adjust CSS
This commit is contained in:
parent
3508a3087b
commit
60a49735ce
7 changed files with 187 additions and 4 deletions
|
@ -1699,7 +1699,7 @@ button.active {
|
|||
text-align:left;
|
||||
position:relative;
|
||||
margin:auto;
|
||||
padding:40px 0 20px 0;
|
||||
padding:60px 0 20px 0;
|
||||
font-size:0;
|
||||
opacity:1;
|
||||
-moz-transition:opacity 400ms ease-out;
|
||||
|
@ -1766,7 +1766,7 @@ button.active {
|
|||
display:inline-block;
|
||||
position:absolute;
|
||||
padding:20px;
|
||||
top:-352px;
|
||||
top:-382px;
|
||||
left:-20px;
|
||||
right:-20px;
|
||||
-moz-transition:opacity 400ms ease-out;
|
||||
|
@ -1786,7 +1786,7 @@ button.active {
|
|||
}
|
||||
.wallets>div:nth-child(1n+7)>div,
|
||||
.wallets>div:nth-child(1n+7)>span{
|
||||
top:-222px;
|
||||
top:-252px;
|
||||
}
|
||||
.wallets>div:nth-child(1n+13)>div,
|
||||
.wallets>div:nth-child(1n+13)>span{
|
||||
|
@ -1991,6 +1991,16 @@ button.active {
|
|||
.wallets .checkenvironment.checkfail{
|
||||
background-image:url(/img/icons/check_environment_fail.svg);
|
||||
}
|
||||
.wallets .checkfees.checkpass,
|
||||
.wallets .checkfees.checkgood{
|
||||
background-image:url(/img/icons/check_fees_pass.svg);
|
||||
}
|
||||
.wallets .checkfees.checkfail{
|
||||
background-image:url(/img/icons/check_fees_fail.svg);
|
||||
}
|
||||
.wallets .checkfees.checkneutral{
|
||||
background-image:url(/img/icons/check_fees_neutral.svg);
|
||||
}
|
||||
.wallets .checkprivacy.checkpass,
|
||||
.wallets .checkprivacy.checkgood{
|
||||
background-image:url(/img/icons/check_privacy_pass.svg);
|
||||
|
@ -2017,7 +2027,7 @@ button.active {
|
|||
.wallets.nohover>div.active:hover>span{
|
||||
opacity:1;
|
||||
width:auto;
|
||||
height:350px;
|
||||
height:400px;
|
||||
visibility:visible;
|
||||
overflow:visible;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue