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

110 lines
1.7 KiB
Text
Raw Normal View History

2014-10-16 20:01:43 +02:00
#features {
background: @light-gray;
text-align: center;
h3 {
margin-top: -20px;
font-size: 25px;
line-height: 1.2;
}
p {
font-size: 18px
}
i {
color: @blue;
font-size: 100px;
}
padding:100px 0;
}
#samples {
h4 {
margin-top: 30px;
}
code {
2014-10-20 16:25:26 +02:00
display: block;
2014-10-20 16:20:00 +02:00
padding: 10px 20px;
background: @dark-blue;
2014-10-16 20:01:43 +02:00
font-family: @font-family-mono;
font-size: 12px;
2014-10-20 16:20:00 +02:00
border-radius: 5px;
color: #fff;
text-align: left;
font-weight: 400;
2014-10-20 16:28:06 +02:00
text-wrap:none;
2014-10-16 20:01:43 +02:00
}
2014-10-20 15:08:28 +02:00
padding: 50px 0;
2014-10-20 16:25:26 +02:00
text-align: center;
2014-10-20 16:20:00 +02:00
.btn-cta {
margin: 30px 0;
cursor: pointer;
}
2014-10-20 16:25:26 +02:00
h4 {
text-align: left;
}
2014-10-16 20:01:43 +02:00
}
#share {
text-align:center;
background: @blue;
color: #fff;
i {
font-size: 50px;
}
ul {
margin-top: 30px;
list-style:none;
2014-10-20 18:10:45 +02:00
padding: 0;
2014-10-16 20:01:43 +02:00
}
li {
margin: 0 20px;
display:inline-block;
}
padding: 75px 0;
a {
color: #fff;
}
}
footer {
text-align: center;
background: @dark-blue;
padding: 30px 0;
color: #fff;
p {
margin: 0;
}
i {
color: @red;
}
a {
color: @light-gray;
}
img {
max-height: 40px;
margin-bottom: 30px;
}
}
#contact {
text-align: center;
i {
2014-10-20 15:08:28 +02:00
font-size: 160px;
2014-10-16 20:01:43 +02:00
color: @blue;
}
padding:100px 0;
@media (min-width: @screen-sm-min) {
i {
font-size: 160px;
}
}
h2 {
margin-top: -50px;
margin-bottom: 40px;
}
padding: 150px 0;
}