bench-forgejo/public/less/_home.less

39 lines
509 B
Plaintext
Raw Normal View History

2015-03-08 01:42:13 +05:30
.home {
2015-08-20 17:48:49 +05:30
padding-bottom: @footer-margin * 2;
2015-03-08 01:42:13 +05:30
.logo {
2015-09-17 01:04:46 +05:30
max-width: 220px;
2015-03-08 01:42:13 +05:30
}
.hero {
h1, h2 {
2015-09-17 01:04:46 +05:30
font-family: 'PT Sans Narrow', sans-serif, 'Microsoft YaHei';
2015-03-08 01:42:13 +05:30
}
h1 {
2015-09-17 01:04:46 +05:30
font-size: 5.5em;
2015-03-08 01:42:13 +05:30
}
h2 {
2015-09-17 01:04:46 +05:30
font-size: 3em;
2015-03-08 01:42:13 +05:30
}
.octicon {
color: #d9453d;
2015-09-17 01:04:46 +05:30
font-size: 40px;
width: 50px;
2015-03-08 01:42:13 +05:30
}
&.header {
2015-09-17 01:04:46 +05:30
font-size: 20px;
2015-03-08 01:42:13 +05:30
}
}
p.large {
2015-09-17 01:04:46 +05:30
font-size: 16px
2015-03-08 01:42:13 +05:30
}
.stackable {
padding-top: 30px;
}
a {
color: #d9453d;
}
}
.signup {
padding-top: 15px;
padding-bottom: @footer-margin * 2;
2015-03-08 01:42:13 +05:30
}