Polish voting proposals banner

This commit is contained in:
Alberto Garcia Cabeza
2016-09-16 12:08:38 +02:00
parent 902bdb8bd3
commit a39506f54b
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,