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 @@ |
|||||||
i.email, span.email { |
/* |
||||||
color: #aaa; |
* Spreed Speak Freely. |
||||||
} |
* Copyright (C) 2013-2014 struktur AG |
||||||
i.facebook, span.facebook { |
* |
||||||
color: #45619d; |
* This file is part of Spreed Speak Freely. |
||||||
} |
* |
||||||
i.twitter, span.twitter { |
* This program is free software: you can redistribute it and/or modify |
||||||
color: #00aced; |
* 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 |
||||||
i.google, span.google { |
* (at your option) any later version. |
||||||
color: #dd4b39; |
* |
||||||
} |
* This program is distributed in the hope that it will be useful, |
||||||
i.xing, span.xing { |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||||
color: #fff; |
* 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; |
||||||
|
} |
||||||
|
&.facebook { |
||||||
|
color: $social-facebook-color; |
||||||
|
} |
||||||
|
&.google { |
||||||
|
color: $social-google-color; |
||||||
|
} |
||||||
|
&.twitter { |
||||||
|
color: $social-twitter-color; |
||||||
|
} |
||||||
|
&.xing { |
||||||
|
color: $social-xing-color; |
||||||
|
} |
||||||
} |
} |
Loading…
Reference in new issue