mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
logout button
This commit is contained in:
parent
1a8560f725
commit
1e5a75ec89
2 changed files with 6 additions and 118 deletions
117
css/style.css
117
css/style.css
File diff suppressed because one or more lines are too long
|
@ -62,12 +62,9 @@ html, body {
|
||||||
.logout-button {
|
.logout-button {
|
||||||
.make-sm-column(2);
|
.make-sm-column(2);
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
a {
|
|
||||||
.hidden;
|
|
||||||
.glyphicon;
|
|
||||||
.glyphicon-log-out;
|
|
||||||
.btn;
|
.btn;
|
||||||
.btn-link;
|
.btn-link;
|
||||||
|
a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue