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:
height: 54px;
padding:
margin: 10px;
font-size:
font-weight: bold;
line-height: 1;
Line 132:
cursor: pointer;
transition: all 0.25s ease-in-out;
}
|