signout button
This commit is contained in:
parent
fc3d5e3157
commit
1e85511c3c
3 changed files with 33 additions and 15 deletions
16
css/main.css
16
css/main.css
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue