CA877
Upload expanded html css js batch 001
5d6f780
Raw
History Blame Contribute Delete
783 Bytes
#pwa-banner {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #424242;
color: #eee;
padding: 15px;
font-size: 14px;
z-index: 3;
transition: bottom 500ms;
}
#pwa-banner.pwa-hide {
bottom:-200px;
}
#pwa-android{
display: flex;
align-items: center;
}
.pwa-banner-txt{
flex: 1;
padding: 0 10px;
}
.pwa-btn-install{
border: none;
border-radius: 30px;
background: var(--color-4);
padding: 5px 15px;
color:#fff;
font-size: .9em;
outline: none;
}
.pwa-btn-install:hover,
.pwa-btn-install:focus{
background: var(--color-3);
}
.pwa-image{
max-width: 64px;
}
#pwa-close{
float: right;
margin-top: -27px;
width: 25px;
height: 25px;
background: #424242;
border-radius: 28px;
text-align: center;
line-height: 25px;
color: #eee;
font-size: 21px;
}