commit
0eea193bf2
3 changed files with 19 additions and 13 deletions
|
|
@ -533,6 +533,14 @@ a.button-setup.add-wallet:hover {
|
|||
}
|
||||
|
||||
a.button-setup {
|
||||
border-radius: 3px;
|
||||
border: 1px solid #E4E8EC;
|
||||
display: block;
|
||||
padding: 0.5rem;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.createProfile a.button-setup, .home a.button-setup {
|
||||
border-radius: 3px;
|
||||
border: 1px solid #3E5366;
|
||||
display: block;
|
||||
|
|
@ -540,7 +548,7 @@ a.button-setup {
|
|||
background: transparent;
|
||||
}
|
||||
|
||||
.button-setup a:hover {
|
||||
.createProfile .button-setup a:hover, .home .button-setup a:hover {
|
||||
background: #3C4E60;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue