transfer.sh/transfersh-web/styles/includes/reviews.less

50 lines
853 B
Text
Raw Normal View History

2014-10-20 11:15:41 +02:00
#reviews {
background: @light-gray;
padding: 130px 0;
.twitter-profile {
float: left;
display: block;
2014-10-20 11:51:04 +02:00
height: 75px;
2014-10-20 11:15:41 +02:00
margin-right: 20px;
2014-10-20 11:51:04 +02:00
-webkit-border-radius: 10px;
margin: auto 15px auto 0;
2014-10-20 11:15:41 +02:00
}
}
blockquote.twitter-tweet {
display: inline-block;
font-size: 15px;
line-height: 20px;
margin: 10px 5px;
padding: 0 16px 16px 16px;
2014-10-20 11:51:04 +02:00
2014-10-20 11:15:41 +02:00
text-align: right;
border: 0;
2014-10-20 15:08:28 +02:00
2014-10-20 11:15:41 +02:00
}
2014-10-20 15:08:28 +02:00
2014-10-20 11:15:41 +02:00
blockquote.twitter-tweet p {
font-size: 17px;
font-weight: normal;
line-height: 20px;
text-align: left;
}
blockquote.twitter-tweet a {
color: inherit;
font-weight: normal;
text-decoration: none;
outline: 0 none;
}
blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
text-decoration: underline;
2014-10-20 15:08:28 +02:00
}
blockquote.tweet-xl p {
font-size: 22px;
line-height: 25px;
}