improves styles for community

This commit is contained in:
decabeza
2017-09-21 17:39:55 +02:00
parent 0fa59401e4
commit 363f2a59ac
3 changed files with 7 additions and 8 deletions

View File

@@ -278,7 +278,7 @@ a {
.icon-angle-left { .icon-angle-left {
clear: both; clear: both;
color: $text-medium; color: $text-medium;
float: left; display: inline-block;
} }
.tabs-content { .tabs-content {
@@ -324,6 +324,10 @@ a {
vertical-align: top; vertical-align: top;
} }
.uppercase {
text-transform: uppercase;
}
// 02. Header // 02. Header
// ---------- // ----------

View File

@@ -44,8 +44,7 @@
// 03. Content // 03. Content
// ---------------------- // ----------------------
.more-info-content, .more-info-content {
.communities-show {
h3 { h3 {
color: $brand; color: $brand;

View File

@@ -249,9 +249,7 @@
.proposal-form, .proposal-form,
.budget-investment-form, .budget-investment-form,
.spending-proposal-form, .spending-proposal-form,
.document-form, .document-form {
.topic-new,
.topic-form {
.icon-debates, .icon-debates,
.icon-proposals, .icon-proposals,
@@ -300,8 +298,6 @@
} }
.proposal-form, .proposal-form,
.topic-form,
.topic-new,
.document-form { .document-form {
.recommendations li::before { .recommendations li::before {