Remove redundant CSS color properties
Since we were using the color already defined in the `<body>` element, these elements can inherit that color instead of specifying it.
This commit is contained in:
@@ -149,7 +149,6 @@
|
||||
}
|
||||
|
||||
.percentage {
|
||||
color: $text;
|
||||
font-size: $tiny-font-size;
|
||||
position: absolute;
|
||||
right: 6px;
|
||||
@@ -180,7 +179,6 @@
|
||||
}
|
||||
|
||||
.total-supports {
|
||||
color: $text;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
@@ -720,7 +718,6 @@
|
||||
.proposal-description,
|
||||
.investment-project-description,
|
||||
.budget-investment-description {
|
||||
color: $text;
|
||||
font-size: rem-calc(13);
|
||||
height: rem-calc(72);
|
||||
line-height: $line-height;
|
||||
@@ -742,10 +739,6 @@
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
p {
|
||||
color: $text;
|
||||
}
|
||||
}
|
||||
|
||||
.divider {
|
||||
|
||||
Reference in New Issue
Block a user