Browse Source
Convert colors to variables. Rename color. Rearrange usability. Remove unused help border. Improved variables for bar. Update variables for bar and base.pull/30/head
6 changed files with 133 additions and 87 deletions
@ -1,15 +1,38 @@
@@ -1,15 +1,38 @@
|
||||
i.email, span.email { |
||||
color: #aaa; |
||||
/* |
||||
* Spreed Speak Freely. |
||||
* Copyright (C) 2013-2014 struktur AG |
||||
* |
||||
* This file is part of Spreed Speak Freely. |
||||
* |
||||
* This program is free software: you can redistribute it and/or modify |
||||
* it under the terms of the GNU Affero General Public License as published by |
||||
* the Free Software Foundation, either version 3 of the License, or |
||||
* (at your option) any later version. |
||||
* |
||||
* This program is distributed in the hope that it will be useful, |
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
* GNU Affero General Public License for more details. |
||||
* |
||||
* You should have received a copy of the GNU Affero General Public License |
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>. |
||||
* |
||||
*/ |
||||
|
||||
.#{$fa-css-prefix} { |
||||
&.email { |
||||
color: $social-email-color; |
||||
} |
||||
i.facebook, span.facebook { |
||||
color: #45619d; |
||||
&.facebook { |
||||
color: $social-facebook-color; |
||||
} |
||||
i.twitter, span.twitter { |
||||
color: #00aced; |
||||
&.google { |
||||
color: $social-google-color; |
||||
} |
||||
i.google, span.google { |
||||
color: #dd4b39; |
||||
&.twitter { |
||||
color: $social-twitter-color; |
||||
} |
||||
&.xing { |
||||
color: $social-xing-color; |
||||
} |
||||
i.xing, span.xing { |
||||
color: #fff; |
||||
} |
Loading…
Reference in new issue