make more responsive the generator (#788)
This commit is contained in:
Vendored
+26
-1
@@ -68,6 +68,31 @@
|
|||||||
.cut-short-app {
|
.cut-short-app {
|
||||||
width: 41px;
|
width: 41px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 1600px) {
|
||||||
|
.cut {
|
||||||
|
width: 124px;
|
||||||
|
}
|
||||||
|
.cut-short-app {
|
||||||
|
width: 44px;
|
||||||
|
}
|
||||||
|
.cut-short-name {
|
||||||
|
width: 54px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 2000px) {
|
||||||
|
.cut {
|
||||||
|
width: 136px;
|
||||||
|
}
|
||||||
|
.cut-short-app {
|
||||||
|
width: 46px;
|
||||||
|
}
|
||||||
|
.cut-short-name {
|
||||||
|
width: 58px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.input:focus ~ .cut,
|
.input:focus ~ .cut,
|
||||||
.input:not(:placeholder-shown) ~ .cut {
|
.input:not(:placeholder-shown) ~ .cut {
|
||||||
transform: translateY(8px);
|
transform: translateY(8px);
|
||||||
@@ -108,7 +133,7 @@
|
|||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
margin-top: 38px;
|
margin-top: 38px;
|
||||||
// outline: 0;
|
/* outline: 0; */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user