mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
86fdba177a
* Add octicon SVG sprite Signed-off-by: jolheiser <[email protected]> * Static prefix Signed-off-by: jolheiser <[email protected]> * SVG for all repo icons Signed-off-by: jolheiser <[email protected]> * make vendor Signed-off-by: jolheiser <[email protected]> * Swap out octicons Signed-off-by: jolheiser <[email protected]> * Move octicons to top of less imports Signed-off-by: jolheiser <[email protected]> * Fix JS Signed-off-by: jolheiser <[email protected]> * Definitely not a search/replace Signed-off-by: jolheiser <[email protected]> * Missed regex Signed-off-by: jolheiser <[email protected]> * Move to more generic calls and webpack Signed-off-by: jolheiser <[email protected]> * make svg -> make webpack Signed-off-by: jolheiser <[email protected]> * Remove svg-sprite Signed-off-by: jolheiser <[email protected]> * Update tests Signed-off-by: jolheiser <[email protected]> * Missed a test Signed-off-by: jolheiser <[email protected]> * Remove svg from makefile Signed-off-by: jolheiser <[email protected]> * Suggestions Signed-off-by: jolheiser <[email protected]> * Attempt to fix test Signed-off-by: jolheiser <[email protected]> * Update tests Signed-off-by: jolheiser <[email protected]> * Revert timetracking test Signed-off-by: jolheiser <[email protected]> * Swap .octicon for .svg in less Signed-off-by: jolheiser <[email protected]> * Add aria-hidden Signed-off-by: jolheiser <[email protected]> * Replace mega-octicon Signed-off-by: jolheiser <[email protected]> * Fix webpack globbing on Windows Signed-off-by: jolheiser <[email protected]> * Revert Co-Authored-By: silverwind <[email protected]> * Fix octions from upstream Signed-off-by: jolheiser <[email protected]> * Fix Vue and missed JS function Signed-off-by: jolheiser <[email protected]> * Add JS helper and PWA Signed-off-by: jolheiser <[email protected]> * Preload SVG Signed-off-by: jolheiser <[email protected]> Co-authored-by: silverwind <[email protected]> Co-authored-by: techknowlogick <[email protected]>
66 lines
1.0 KiB
Plaintext
66 lines
1.0 KiB
Plaintext
.home {
|
|
.logo {
|
|
max-width: 220px;
|
|
}
|
|
|
|
.hero {
|
|
@media only screen and (max-width: 767px) {
|
|
h1 {
|
|
font-size: 3.5em;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 2em;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
h1 {
|
|
font-size: 5.5em;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 3em;
|
|
}
|
|
}
|
|
|
|
.svg {
|
|
color: #5aa509;
|
|
height: 40px;
|
|
width: 50px;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
&.header {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
|
|
p.large {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.stackable {
|
|
padding-top: 30px;
|
|
}
|
|
|
|
a {
|
|
color: #5aa509;
|
|
}
|
|
}
|
|
|
|
.signup {
|
|
padding-top: 15px;
|
|
}
|
|
|
|
footer {
|
|
.ui.container .left,
|
|
.ui.container .right {
|
|
@media only screen and (max-width: 880px) {
|
|
display: block;
|
|
text-align: center;
|
|
float: none;
|
|
}
|
|
}
|
|
}
|