logout button, finished

This commit is contained in:
Hugo Roy 2014-03-19 11:43:19 +01:00 committed by opi
parent c343b3a479
commit 9b030a0be6
3 changed files with 3 additions and 4 deletions

View file

@ -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;

View file

@ -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

File diff suppressed because one or more lines are too long