0
0
Fork 0

Add reset button to admin accounts search, improve looks a little (#3100)

This commit is contained in:
Eugen Rochko 2017-05-18 00:38:01 +02:00 committed by GitHub
parent 05008f3930
commit 226c9836e4
3 changed files with 14 additions and 5 deletions

View file

@ -159,9 +159,11 @@ code {
.actions {
margin-top: 30px;
display: flex;
}
button,
.button,
.block-button {
display: block;
width: 100%;
@ -170,6 +172,8 @@ code {
background: $ui-highlight-color;
color: $primary-text-color;
font-size: 18px;
line-height: inherit;
height: auto;
padding: 10px;
text-transform: uppercase;
text-decoration: none;
@ -179,6 +183,11 @@ code {
font-weight: 500;
outline: 0;
margin-bottom: 10px;
margin-right: 10px;
&:last-child {
margin-right: 0;
}
&:hover {
background-color: lighten($ui-highlight-color, 5%);