make text buttons looks exactly like links, also bigger click area
This commit is contained in:
parent
7a79e68d5e
commit
75d7cfa2a9
2 changed files with 12 additions and 8 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue