gitea/public/less/_home.less

40 lines
508 B
Plaintext
Raw Normal View History

2015-03-07 21:12:13 +01:00
.home {
2015-08-20 14:18:49 +02:00
padding-bottom: @footer-margin * 2;
2015-03-07 21:12:13 +01:00
.logo {
2015-09-16 21:34:46 +02:00
max-width: 220px;
2015-03-07 21:12:13 +01:00
}
.hero {
h1, h2 {
2015-09-16 21:34:46 +02:00
font-family: 'PT Sans Narrow', sans-serif, 'Microsoft YaHei';
2015-03-07 21:12:13 +01:00
}
h1 {
2015-09-16 21:34:46 +02:00
font-size: 5.5em;
2015-03-07 21:12:13 +01:00
}
h2 {
2015-09-16 21:34:46 +02:00
font-size: 3em;
2015-03-07 21:12:13 +01:00
}
.octicon {
2016-11-11 01:50:31 +01:00
color: #5aa509;
font-size: 40px;
width: 50px;
2015-03-07 21:12:13 +01:00
}
&.header {
2015-09-16 21:34:46 +02:00
font-size: 20px;
2015-03-07 21:12:13 +01:00
}
}
p.large {
2015-09-16 21:34:46 +02:00
font-size: 16px
2015-03-07 21:12:13 +01:00
}
.stackable {
padding-top: 30px;
}
a {
2016-11-11 01:50:31 +01:00
color: #5aa509;
2015-03-07 21:12:13 +01:00
}
}
.signup {
padding-top: 15px;
padding-bottom: @footer-margin * 2;
}