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

62 lines
1 KiB
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
}
2014-10-24 16:08:03 +02:00
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-24 15:58:03 +02:00
img {
margin: 0 auto;
}
2014-10-24 16:08:03 +02:00
@media (max-width: @screen-xs) {
.twitter-profile {
2014-10-24 16:08:03 +02:00
display:none!important;
}
}
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.tweet-xl {
p {
font-size: 22px;
line-height: 25px;
}
a {
font-size: 22px;
}
@media (max-width: @screen-xs) {
p {
font-size: 17px;}
a {
font-size: 17px;
}
}
2014-10-20 15:08:28 +02:00
}