diff options
author | Unknwon <u@gogs.io> | 2015-03-07 15:12:13 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-03-07 15:12:13 -0500 |
commit | 4b9fb43a708d0aaaf710a060f7b2dd0b7ad959d0 (patch) | |
tree | 85fce83baa4692765f5014aad0d6b0f469f829fe /public/less/_home.less | |
parent | 5e763baa12e346f8eb577073399068802fa5d67a (diff) | |
download | gitea-4b9fb43a708d0aaaf710a060f7b2dd0b7ad959d0.tar.gz gitea-4b9fb43a708d0aaaf710a060f7b2dd0b7ad959d0.zip |
home: new UI
Diffstat (limited to 'public/less/_home.less')
-rw-r--r-- | public/less/_home.less | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/public/less/_home.less b/public/less/_home.less new file mode 100644 index 0000000000..14517fa9e8 --- /dev/null +++ b/public/less/_home.less @@ -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; + } +}
\ No newline at end of file |