Template:MonthlyConvert/Default/styles.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 3:
.mc-modal *:after {
box-sizing: border-box;
}▼
font-family: -apple-system,BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
Line 44 ⟶ 49:
z-index: 110;
background: #fff;
padding:
text-align: center;
color: #000;
Line 58 ⟶ 63:
}
@media ( min-width:
.mc-modal {
left: 50%;
top: 10vh;
margin-left: -330px;
padding:
font-size: 17px;
width: 660px;
Line 72 ⟶ 77:
line-height: 1.3;
border: 0;
font-size:
font-weight: bold;
▲}
▲.mc-modal p {
▲ margin: 1em 0 0;
▲.mc-buttons {
}
Line 101 ⟶ 91:
background-color: #36c;
border: 1px solid #36c;
border-radius:
outline: 0;
color: #fff;
Line 131 ⟶ 121:
border: 0;
margin-top: 12px;
padding: 10px 12px;
font-size: 15px;
}
Line 136 ⟶ 127:
.mc-link:hover {
color: #447ff5;
text-decoration: underline;
}
|