Template:Styles/2015 Trilogy default.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 53:
-webkit-box-sizing: border-box;
box-sizing: border-box;
transition: all 0.2s;
}
Line 258 ⟶ 259:
-webkit-box-shadow: inset 0 14px 16px rgba(255,255,255,.5), inset 0 0 7px #fff;
box-shadow: inset 0 14px 16px rgba(255,255,255,.5), inset 0 0 7px #fff;
border: 0;
outline: 0;
background-size: auto 65%;
width: 100%;
height:
display: block;
margin-left: 3px;
Line 266 ⟶ 270:
margin-bottom: .5em;
font-size: 1.2em;
▲ line-height: 1;
text-transform: uppercase;
color: #367fb4;
Line 284 ⟶ 287:
.payment-method-button:active {
background-color: #f2f2f2;
-moz-box-shadow: inset 0 14px 16px rgba(255,255,255,.5)
-webkit-box-shadow: inset 0 14px 16px rgba(255,255,255,.5)
box-shadow: inset 0 14px 16px rgba(255,255,255,.5)
}
|