Add extra styles for buttons
- to maintain the existing look and feel after switching links to buttons
This commit is contained in:
parent
d528d72b4d
commit
7e1c491124
|
@ -86,3 +86,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.box-content-row {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
border: none;
|
||||||
|
}
|
Loading…
Reference in New Issue