Template:MonthlyConvert/Default/styles.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7:
.mc-modal,
.mc-modal * {
font-family: -apple-system,BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 
Line 45:
.mc-modal {
position: absolute;
top: 5vh50%;
left: 550%;
transform: translate(-50%, -50%);
z-index: 110;
background: #fff;
Line 52 ⟶ 53:
text-align: center;
color: #000;
font-size: 16px15px;
line-height: 1.4;
border: 1px solid #a2a9b1;
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.2 );
width: calc( 90% );
max-width: 600px;
max-height: 90vh;
Line 65 ⟶ 66:
@media ( min-width: 720px ) {
.mc-modal {
left: 50%;
top: 10vh;
margin-left: -330px;
padding: 50px 40px 40px;
font-size: 17px;
width: 660px;
}
}
Line 79 ⟶ 75:
font-size: 17px;
font-weight: bold;
margin: 0 0 20px 0;
}
 
.mc-text {
margin-leftbottom: -330px20px;
}
 
Line 121:
border: 0;
margin-top: 12px;
padding: 10px 12px;
font-size: 15px;
cursor: pointer;
}
 
.mc-link:hover {
color: #447ff5;
text-decoration: underline;
}