Skip to content

Instantly share code, notes, and snippets.

@djbobbydrake
Created May 28, 2014 23:28
Show Gist options
  • Save djbobbydrake/d83219a34d0093f88cd4 to your computer and use it in GitHub Desktop.
Save djbobbydrake/d83219a34d0093f88cd4 to your computer and use it in GitHub Desktop.
media query nestled within selector
.ec-cookie-message {
#teconsent {
float: right;
padding-right: 5px;
img {
display: block;
}
}
a {
text-decoration: underline;
&.dismiss-messages {
position: relative;
width: 23px;
height: 23px;
margin: 4px 0;
text-decoration: none;
text-align: center;
background: #c0c0c0;
border: 1px solid #fff;
color: #fff;
&:after {
content: "\00d7";
font-size: 31px;
line-height: 23px;
}
}
}
&:after {
content: "";
display: block;
clear: both;
}
@media (max-width: 960px) {
padding: 7.5px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment