fixes geozone tag style on proposals show

This commit is contained in:
Alberto Garcia Cabeza
2017-04-28 12:20:19 +02:00
parent 15a9198b0f
commit 2e649d78ff

View File

@@ -497,6 +497,8 @@ table.investment-projects-summary {
} }
} }
body.admin {
.geozone { .geozone {
background: #ececec; background: #ececec;
border-radius: rem-calc(6); border-radius: rem-calc(6);
@@ -511,6 +513,7 @@ table.investment-projects-summary {
background: #e0e0e0; background: #e0e0e0;
} }
} }
}
// 06. Polls // 06. Polls
// ----------------- // -----------------