@easy-smart-app-banner/vue-plugin
Version:
A Vue Plugin for the Easy Smart App Banner
2 lines (1 loc) • 1.46 kB
CSS
.smartappbanner{display:flex;justify-content:space-evenly;align-items:center;overflow:hidden;width:100%;height:80px;background-color:#f3f3f3;font-family:Helvetica,sans,sans-serif;color:#000}.smartappbanner a{-webkit-transition:filter .3s cubic-bezier(.12,.57,.63,.21);-moz-transition:filter .3s cubic-bezier(.12,.57,.63,.21);-ms-transition:filter .3s cubic-bezier(.12,.57,.63,.21);transition:filter .3s cubic-bezier(.12,.57,.63,.21)}.smartappbanner a:hover,.smartappbanner a:focus{filter:brightness(.6)}.smartappbanner__close{display:flex;justify-content:center;width:22px;height:22px;padding:6px}.smartappbanner__close a{position:relative;left:-1px;top:-3px}.smartappbanner__close a:before,.smartappbanner__close a:after{position:absolute;content:" ";height:16px;width:2px;background-color:#716f6f}.smartappbanner__close a:before{transform:rotate(45deg)}.smartappbanner__close a:after{transform:rotate(-45deg)}.smartappbanner__app-icon{display:block;background-size:64px 64px;width:64px;height:64px}.smartappbanner__description{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:64px;color:#000}.smartappbanner__description__title{font-size:14px}.smartappbanner__description__author,.smartappbanner__description__price{font-size:12px}.smartappbanner__view{padding:0 10px;min-width:10%;border-radius:5px;color:#1474fc;font-size:18px;text-align:center;text-decoration:none}.smartappbanner__view__label{text-align:center}