mirror of https://github.com/coddrago/Heroku
Update base.css
parent
03f11016ed
commit
5211828295
|
@ -73,7 +73,8 @@ body {
|
||||||
height: 100vw;
|
height: 100vw;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transform: translatex(calc(50vw - 50%)) translatey(calc(50vh - 50%)) rotate(120deg);
|
transform: translatex(calc(50vw - 50%)) translatey(calc(50vh - 50%))
|
||||||
|
rotate(120deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.wish {
|
.wish {
|
||||||
|
@ -446,7 +447,8 @@ label {
|
||||||
}
|
}
|
||||||
|
|
||||||
.gg-smartphone {
|
.gg-smartphone {
|
||||||
background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 5px 12px/1px 1px;
|
background: linear-gradient(to left, currentColor 5px, transparent 0)
|
||||||
|
no-repeat 5px 12px/1px 1px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -642,7 +644,6 @@ label {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 736px) {
|
@media screen and (max-width: 736px) {
|
||||||
|
|
||||||
.auth-code-form,
|
.auth-code-form,
|
||||||
.eula-form {
|
.eula-form {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -752,7 +753,7 @@ label {
|
||||||
background: rgba(255, 255, 255, 0.8);
|
background: rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.heroku_label {
|
.hikka_label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
|
@ -767,6 +768,6 @@ label {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ringed_planet {
|
.moon {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
Loading…
Reference in New Issue