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

45 lines
815 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 18:23:29 +02:00
height: 90px;
2014-10-20 18:24:21 +02:00
border-radius: 10px;
2014-10-20 18:23:29 +02:00
margin: 3px 15px auto 20px;
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;
text-align: right;
border: 0;
}
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;
}