Created
April 12, 2016 19:18
-
-
Save lnazarit/d4c56709594e93fe7524bc89a9fc44f3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
.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