Template:MonthlyConvert/Default/styles.css: Difference between revisions
Content deleted Content added
Created page with ".mc-modal *, .mc-modal *:before, .mc-modal *:after { box-sizing: border-box; } →Close button: .mc-close { display: inline-block; position: absolute; right: 15px; top: 15px; z-index: 999; cursor: pointer; padding: 0; } body.rtl .mc-close { right: auto; left: 0; } .mc-close:hover .mc-icon g { →stroke: #000;: } .mc-icon-close { width: 26px; height: 26px; } →Back button: .mc-back { display: none; cursor: pointer; position: absolute; top: 20px;..." |
No edit summary |
||
(25 intermediate revisions by the same user not shown) | |||
Line 5:
}
.mc-modal,
.mc-
font-family: -apple-system,BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Back button */
.mc-back {
cursor: pointer;
position: absolute;
top: 20px;
left:
opacity: 0.5;
background: transparent;
border: 0;
padding: 0;
}
.mc-back:hover
}
body.
transform: rotate(180deg);
}
Line 58 ⟶ 36:
left: 0;
z-index: 100;
background: rgba(
width: 100%;
height: 100%;
display: none;
}
Line 68 ⟶ 45:
.mc-modal {
position: absolute;
top:
left:
transform: translate(-50%, -50%);
z-index: 110;
background: #fff;
padding:
text-align: center;
color: #000;
font-size:
line-height: 1.4;
border: 1px solid #a2a9b1;
box-shadow: 0
width:
max-width: 600px;
max-height: 90vh;
overflow: auto;
}
@media ( min-width:
.mc-modal {
padding: 50px 40px 40px;
}
}
.mc-modal
line-height: 1.
font-size: 17px;
font-weight: bold;
margin: 0 0 20px 0;
}
.mc-
margin-bottom:
}
.mc-button {
width: 100%;
min-height: 64px;
font-weight: bold;
background-color: #36c;
border: 1px solid #36c;
border-radius:
outline: 0;
color: #fff;
cursor: pointer;
transition: all 0.25s ease-in-out;
}
Line 163 ⟶ 118:
color: #36c;
font-weight: bold;
background: transparent;
border: 0;
margin-top: 12px;
padding: 10px 12px;
font-size: 15px;
cursor: pointer;
}
.mc-
color: #447ff5;
text-decoration: underline;
}
.mc-edit-amount label {
display: block;
margin: 1em 0;
}
Line 181 ⟶ 146:
outline: 0;
border-bottom: 1px solid #000;
text-align: center;
}
Line 196 ⟶ 152:
.mc-error {
display: none;
font-size: 14px;
color: #
}
|