Created
April 18, 2016 12:04
-
-
Save bernardodiasc/365c9552c638d6c8ecb8da67717d0692 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.politic.col-sm-6.col-md-4.col-lg-3.yes:after { | |
content: ''; | |
display: block; | |
width: 15px; | |
height: 15px; | |
position: absolute; | |
z-index: 9; | |
background: red; | |
border-radius: 50%; | |
top: 27%; | |
left: 18%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment