signout button

This commit is contained in:
bechi 2014-07-25 11:23:06 -03:00
commit 1e85511c3c
3 changed files with 33 additions and 15 deletions

View file

@ -198,7 +198,7 @@ a:hover {
}
.button.small.side-bar {
padding: 0.2rem 0.4rem;
padding: 0rem 0.4rem;
}
.waiting {
@ -846,6 +846,20 @@ button[disabled].black:focus,
color: #E6E6E6;
}
/* GRAY */
button.gray,
.button.gray {
background-color: #A9B2B8;
color: #2C3E50;
}
button.gray:hover,
button.gray:focus,
.button.gray:hover,
.button.gray:focus {
background-color: #E0E5E5;
color: #2C3E50;
}
.side-nav {padding: 0;}
.side-nav li {