ref: master
plugins/orders/public/stylesheets/_popin.scss
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
/* add class via colorbox's className parameter */ body { #cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight { display: none; } #cboxOverlay { background: black; opacity: 0.45 !important; filter: alpha(opacity=45); } #cboxContent { margin: 10px; box-shadow: 0 0 10px black; -webkit-box-shadow: 0 0 10px black; -moz-box-shadow: 0 0 10px black; } } .popin { padding: 0 30px; h1 { margin: 0; margin-bottom: 20px; margin-left: -30px; margin-right: -30px; padding: 15px 30px; background-color: #B1DFEF; line-height: 20px; font-size: 13px; font-weight: normal; text-transform: uppercase; a { font-size: smaller; } } } |