Template:MonthlyConvert/Default/styles.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3:
.mc-modal *:after {
box-sizing: border-box;
}▼
.mc-modal,
font-family: -apple-system,BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
Line 40 ⟶ 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;
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.2 );
width:
max-width: 600px;
max-height: 90vh;
Line 58 ⟶ 64:
}
@media ( min-width:
.mc-modal {
▲ padding: 60px;
}
}
Line 72 ⟶ 73:
line-height: 1.3;
border: 0;
font-size:
font-weight: bold;
}
.mc-
margin-bottom:
▲}
▲.mc-buttons {
▲ margin: 1em auto;
}
Line 101 ⟶ 91:
background-color: #36c;
border: 1px solid #36c;
border-radius:
outline: 0;
color: #fff;
Line 131 ⟶ 121:
border: 0;
margin-top: 12px;
padding: 10px 12px;
font-size: 15px;
cursor: pointer;
}
.mc-link:hover {
color: #447ff5;
text-decoration: underline;
}
|