update input styles
This commit is contained in:
parent
b6b9a0f205
commit
906ebf8654
|
@ -1226,7 +1226,7 @@ footer {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
padding-right: 45px;
|
padding-right: 45px;
|
||||||
width: 240px;
|
width: 270px;
|
||||||
height: 46px;
|
height: 46px;
|
||||||
border: 0;
|
border: 0;
|
||||||
-webkit-border-radius: 8px;
|
-webkit-border-radius: 8px;
|
||||||
|
@ -1237,7 +1237,7 @@ footer {
|
||||||
#maitre-widget-container button {
|
#maitre-widget-container button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -60px;
|
top: -60px;
|
||||||
right: 66px;
|
right: 56px;
|
||||||
display: block;
|
display: block;
|
||||||
width: 34px;
|
width: 34px;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
|
@ -1253,7 +1253,7 @@ footer {
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
@media (max-width: 320px) {
|
@media (max-width: 320px) {
|
||||||
#maitre-widget-container button {
|
#maitre-widget-container button {
|
||||||
right: 46px; } }
|
right: 36px; } }
|
||||||
|
|
||||||
#maitre-widget-container div[data-maitre-content] {
|
#maitre-widget-container div[data-maitre-content] {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
|
|
@ -1259,7 +1259,7 @@ footer {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
padding-right: 45px;
|
padding-right: 45px;
|
||||||
width: 240px;
|
width: 270px;
|
||||||
height: 46px;
|
height: 46px;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
@ -1269,7 +1269,7 @@ footer {
|
||||||
button {
|
button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -60px;
|
top: -60px;
|
||||||
right: 66px;
|
right: 56px;
|
||||||
display: block;
|
display: block;
|
||||||
width: 34px;
|
width: 34px;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
|
@ -1283,7 +1283,7 @@ footer {
|
||||||
text-indent: -10000px;
|
text-indent: -10000px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@media (max-width: 320px) {
|
@media (max-width: 320px) {
|
||||||
right: 46px;
|
right: 36px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
div[data-maitre-content] {
|
div[data-maitre-content] {
|
||||||
|
|
Loading…
Reference in New Issue