clone of github.com/decent-newsroom/newsroom
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
260 B

.install-prompt-box {
position: fixed;
bottom: 20px;
left: 20px;
background: #ffffff;
border: 1px solid var(--color-border);
padding: 1rem;
border-radius: 8px;
z-index: 1000;
}
.install-prompt-box.hidden {
display: none;
}