Merge pull request #2134 from Asizon/improving_cordova_logo
Cordova/Android: improving logo and text position10.7-maintenance
parent
0bb32ccf08
commit
9ac1db988f
|
@ -964,6 +964,7 @@ input[type="number"]::-webkit-inner-spin-button {
|
|||
background-image: url(../images/light-wide-2.svg);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center 20px;
|
||||
background-position-x: 12px;
|
||||
background-size: 80%;
|
||||
height: 120px;
|
||||
position: relative;
|
||||
|
@ -971,7 +972,7 @@ input[type="number"]::-webkit-inner-spin-button {
|
|||
}
|
||||
#tab_logoversion .logo_text {
|
||||
display: block !important;
|
||||
left: 100px;
|
||||
left: 82px;
|
||||
top: 62px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue