/** * All of the CSS for your admin-specific functionality should be * included in this file. */ .pi-container { position: relative; } .pi-container:hover #pi-pro-buy { display: flex; } #pi-pro-buy { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; display: flex; align-items: center; background: rgba(238, 100, 67, 0.9); display: none; } #pi-buy-now { text-align: center; flex: 1; color: #fff; } #pi-buy-now h2 { font-weight: bold; } #pi-buy-button { display: inline-block; padding: 10px 20px; background: #17a2b8; color: #fff; font-weight: bold; text-decoration: none; } .pi-price { font-size: 2rem; color: #fff; } #pi-buy-container { text-align: center; flex: 1; }