mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
logout button, finished
This commit is contained in:
parent
c343b3a479
commit
9b030a0be6
3 changed files with 3 additions and 4 deletions
|
@ -39,7 +39,7 @@
|
|||
//
|
||||
//## Font, line-height, and color for body text, headings, and more.
|
||||
|
||||
@font-family-sans-serif: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
@font-family-sans-serif: "Source Code Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
@font-family-serif: Georgia, "Times New Roman", Times, serif;
|
||||
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
|
||||
@font-family-monospace: "Inconsolata", Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
html, body {
|
||||
width:100%;
|
||||
font-family: "Source Code Pro", sans-serif;
|
||||
}
|
||||
|
||||
.block {
|
||||
|
@ -62,9 +61,9 @@ html, body {
|
|||
|
||||
.logout-button {
|
||||
.make-sm-column(2);
|
||||
font-size: 2em;
|
||||
.btn;
|
||||
.btn-link;
|
||||
text-align: right;
|
||||
a.fa-sign-out {
|
||||
.fa;
|
||||
.fa-2x;
|
||||
|
|
2
css/style.min.css
vendored
2
css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue