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, 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;
|
@font-family-serif: Georgia, "Times New Roman", Times, serif;
|
||||||
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
|
//** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
|
||||||
@font-family-monospace: "Inconsolata", Menlo, Monaco, Consolas, "Courier New", monospace;
|
@font-family-monospace: "Inconsolata", Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
width:100%;
|
width:100%;
|
||||||
font-family: "Source Code Pro", sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.block {
|
.block {
|
||||||
|
@ -62,9 +61,9 @@ html, body {
|
||||||
|
|
||||||
.logout-button {
|
.logout-button {
|
||||||
.make-sm-column(2);
|
.make-sm-column(2);
|
||||||
font-size: 2em;
|
|
||||||
.btn;
|
.btn;
|
||||||
.btn-link;
|
.btn-link;
|
||||||
|
text-align: right;
|
||||||
a.fa-sign-out {
|
a.fa-sign-out {
|
||||||
.fa;
|
.fa;
|
||||||
.fa-2x;
|
.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