Merge pull request #1226 from consul/polish-banner

Polish voting proposals banner
This commit is contained in:
Juanjo Bazán
2016-09-16 12:10:40 +02:00
committed by GitHub
2 changed files with 7 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -1077,9 +1077,8 @@
}
.featured-proposals-ballot-banner {
background: #2D3E50 image-url("ballot.gif");
background-position: 90% 0;
background-repeat: no-repeat;
background: #2D3E50 image-url("ballot_tiny.gif") no-repeat;
background-position: 75% 0;
position: relative;
h2, a:hover h2 {
@@ -1094,6 +1093,11 @@
margin-left: 0 !important;
margin-right: 0 !important;
}
@include breakpoint(large) {
background: #2D3E50 image-url("ballot.gif") no-repeat;
background-position: 90% 0;
}
}
.featured-proposals-ballot-banner,