@@ -1,4 +1,3 @@
|
|||||||
.profile #at-nav-button {
|
.profile paper-button, .profile a, .profile #at-nav-button {
|
||||||
color: #212121;
|
color: #d13b2e;
|
||||||
color: rgba(0,0,0,0.87);
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,9 +35,16 @@
|
|||||||
</td>
|
</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
<a href="/change-password">
|
||||||
|
<paper-button>Change password</paper-button>
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<div style="max-width: 250px">
|
<div style="max-width: 250px">
|
||||||
{{> atForm}}
|
{{> atForm state="signIn"}}
|
||||||
</div>
|
</div>
|
||||||
{{> atNavButton }}
|
{{> atNavButton }}
|
||||||
</paper-material>
|
</paper-material>
|
||||||
|
|||||||
Reference in New Issue
Block a user