mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
home: new UI
This commit is contained in:
parent
5e763baa12
commit
4b9fb43a70
38 changed files with 3343 additions and 625 deletions
34
public/less/_home.less
Normal file
34
public/less/_home.less
Normal file
|
@ -0,0 +1,34 @@
|
|||
.home {
|
||||
padding-bottom: @footer-margin * 2;
|
||||
.logo {
|
||||
max-width: 250px;
|
||||
}
|
||||
.hero {
|
||||
h1, h2 {
|
||||
font-family: 'PT Sans Narrow', sans-serif;
|
||||
}
|
||||
h1 {
|
||||
font-size: 7em;
|
||||
}
|
||||
h2 {
|
||||
font-size: 4em;
|
||||
}
|
||||
.octicon {
|
||||
color: #d9453d;
|
||||
font-size: 60px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
&.header {
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
p.large {
|
||||
font-size: 20px
|
||||
}
|
||||
.stackable {
|
||||
padding-top: 30px;
|
||||
}
|
||||
a {
|
||||
color: #d9453d;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue