Fixed clickbuttons not matching sidebar buttons
This commit is contained in:
parent
f6c450c41a
commit
0ba4706b7c
|
@ -27,10 +27,13 @@ a {
|
||||||
min-width: 50px;
|
min-width: 50px;
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
text-decoration: none;
|
||||||
|
transition: all 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clickbutton:hover {
|
.clickbutton:hover {
|
||||||
background-color: rgb(40, 150, 179);
|
background-color: rgb(40, 150, 179);
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spacer {
|
.spacer {
|
||||||
|
|
Reference in New Issue