Template:MonthlyConvert/Default/styles.css: Difference between revisions
Content deleted Content added
No edit summary |
centering, other minor changes |
||
Line 45:
.mc-modal {
position: absolute;
top:
left:
transform: translate(-50%, -50%);
z-index: 110;
background: #fff;
Line 57 ⟶ 58:
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.2 );
max-width: 600px;
max-height: 90vh;
Line 65:
@media ( min-width: 720px ) {
.mc-modal {
padding: 50px 40px 40px;
}
}
Line 80 ⟶ 75:
font-weight: bold;
margin: 0 0 20px 0;
}
.mc-text {
margin-bottom: 20px;
}
Line 123 ⟶ 122:
padding: 10px 12px;
font-size: 15px;
cursor: pointer;
}
|