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
Line 118:
display: inline-block;
vertical-align: middle;
width: 100px100%;
height: 54px;
padding: 13px12px;
margin: 10px;
font-size: 24px17px;
font-weight: bold;
line-height: 1;
Line 132:
cursor: pointer;
transition: all 0.25s ease-in-out;
}
 
@media ( min-width: 800px ) {
.mc-button {
width: 130px;
height: 60px;
padding: 14px;
font-size: 32px;
}
}