mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 21:34:11 -07:00
aligned logout button
This commit is contained in:
parent
171d466f68
commit
03931cb78b
3 changed files with 11 additions and 4 deletions
|
@ -96,17 +96,18 @@ form {
|
|||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
line-height: 21px;
|
||||
padding: 0 18px 1px 4px;
|
||||
padding: 0 4px 1px 4px;
|
||||
margin: 0 14px 1px 0;
|
||||
}
|
||||
|
||||
.top-logout:hover {
|
||||
color: #fff;
|
||||
background-color: #999;
|
||||
background-color: #f79b44;
|
||||
}
|
||||
|
||||
.top-logout:active {
|
||||
color: #fff;
|
||||
background-color: #f79b44;
|
||||
background-color: #999;
|
||||
}
|
||||
|
||||
.nav-logo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue