reverted old styles
This commit is contained in:
Родитель
d446b08c9b
Коммит
55852819a4
|
@ -24,7 +24,7 @@ class SignOutButton extends React.Component {
|
|||
|
||||
render() {
|
||||
return (
|
||||
<button className="btn-link inline-link" onClick={(event) => this.handleLogOutBtnClick(event)}>Sign out</button>
|
||||
<button className="btn btn-link inline-link" onClick={(event) => this.handleLogOutBtnClick(event)}>Sign out</button>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,24 +42,15 @@ h2 {
|
|||
}
|
||||
|
||||
.btn-link {
|
||||
background: transparent;
|
||||
border: none;
|
||||
font-family: inherit;
|
||||
cursor: pointer;
|
||||
color: $dark-blue;
|
||||
|
||||
&.inline-link {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
vertical-align: inherit;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
:focus,
|
||||
:active {
|
||||
text-decoration: underline;
|
||||
color: $dark-blue;
|
||||
@include link-text-decoration;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче