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

Content deleted Content added
No edit summary
back button style
Line 3:
.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;
left: 15px;
}
 
.mc-back:hover .mc-icon path {
/*stroke: #000;*/
}
 
.mc-back:hover .mc-icon rect {
/*fill: #000;*/
}