Skip to content

Instantly share code, notes, and snippets.

@lnazarit
Created April 12, 2016 19:18
Show Gist options
  • Save lnazarit/d4c56709594e93fe7524bc89a9fc44f3 to your computer and use it in GitHub Desktop.
Save lnazarit/d4c56709594e93fe7524bc89a9fc44f3 to your computer and use it in GitHub Desktop.
.box-default-1 a {
display: block;
position: relative;
}
.box-default-1 h3 {
font-size: 14px;
color: #000;
margin: 0;
margin-bottom: 10px;
font-weight: 600;
text-transform: uppercase;
}
.box-default-1 p {
color: #868a91;
line-height: 28px
}
@media (max-width: 768px){
.box-default-1 .media .pull-left {
float: left;
margin-bottom: 0;
margin-right: 20px;
}
.box-default-1 {
margin: 0;
}
.box-default-1 li {
float: none;
margin: 0;
width: 100%;
}
.box-default-1 p {
line-height: 1.2;
}
.box-default-1 a {
width: 100%;
padding: 20px;
border-bottom: 1px solid #EEE;
padding-right: 40px;
}
.box-default-1 a:after {
font-family: FontAwesome;
position: absolute;
right: 10px;
top: 35%;
content: "\f105";
color: #CCC;
font-size: 30px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment