Template:MonthlyConvert/Default/styles.css: Difference between revisions
Content deleted Content added
tweak label spacing |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 3:
.mc-modal *:after {
box-sizing: border-box;
}▼
.mc-modal,
font-family: -apple-system,BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
Line 10 ⟶ 15:
position: absolute;
top: 20px;
left:
opacity: 0.
background: transparent;
border: 0;
}
Line 18 ⟶ 26:
}
body.rtl .mc-icon-back {
transform: rotate(180deg);
width: 26px;▼
}
Line 29 ⟶ 36:
left: 0;
z-index: 100;
background: rgba(
width: 100%;
height: 100%;
Line 38 ⟶ 45:
.mc-modal {
position: absolute;
top:
left:
transform: translate(-50%, -50%);
z-index: 110;
background: #fff;
padding:
text-align: center;
color: #000;
font-size:
line-height: 1.4;
border: 1px solid #a2a9b1;
box-shadow: 0
width:
max-height: 90vh;
overflow: auto;
}
@media ( min-width:
.mc-modal {
padding: 50px 40px 40px;
margin-left: -330px;▼
▲ padding: 60px;
font-size: 17px;▼
}
}
.mc-modal
line-height: 1.
font-weight: bold;
}
.mc-
margin-bottom:
▲}
▲.mc-buttons {
▲ margin: 1em auto;
}▼
}
Line 91 ⟶ 86:
min-height: 64px;
padding: 12px;
margin-
font-size: 17px;
font-weight: bold;
background-color: #36c;
border: 1px solid #36c;
border-radius:
outline: 0;
color: #fff;
Line 123 ⟶ 118:
color: #36c;
font-weight: bold;
background: transparent;
text-decoration: underline;▼
border: 0;
padding: 10px 12px;
font-size: 15px;
cursor: pointer;
▲}
.mc-link:hover {
color: #447ff5;
▲ text-decoration: underline;
}
Line 149 ⟶ 153:
display: none;
font-size: 14px;
color: #
}
|