make text buttons looks exactly like links, also bigger click area

This commit is contained in:
Bruno Windels 2020-11-24 18:55:57 +01:00
parent 7a79e68d5e
commit 75d7cfa2a9
2 changed files with 12 additions and 8 deletions

View file

@ -22,8 +22,9 @@ limitations under the License.
color: $link;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
font-size: inherit;
padding: 8px 0;
margin: -8px 0;
&:hover {
cursor: pointer;

View file

@ -30,18 +30,21 @@ body,
#root {
height: 100%;
width: 100%;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-style: normal;
font-size: 14px;
line-height: 24px;
color: $font;
overflow: auto;
}
html,
body,
#root,
button.textButton {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-style: normal;
}
h1 {
font-weight: bold;
font-size: 24px;