Template:MonthlyConvert/Default/styles.css: Difference between revisions
Content deleted Content added
centering, other minor changes |
No edit summary |
||
Line 7:
.mc-modal,
.mc-modal * {
}
Line 47:
top: 50%;
left: 50%;
z-index: 110;
background: #fff;
Line 58:
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.2 );
width: 90%;
max-width: 600px;
max-height: 90vh;
Line 74 ⟶ 75:
font-size: 17px;
font-weight: bold;
}
.mc-text {
}
Line 120 ⟶ 121:
border: 0;
margin-top: 12px;
font-size: 15px;
}
.mc-link:hover {
color: #447ff5;
}
|