Files
wyczarujprezent.pl/modules/masseditproduct/views/css/autoload/modulePreloader.scss
2024-10-28 22:14:22 +01:00

36 lines
568 B
SCSS

.loading_popup
{
padding: 15px;
background: #FFFFFF;
border: 1px solid #0a6d7d;
box-shadow: 0 0 3px rgb(10, 109, 125);
position: fixed;
right: 15px;
bottom: 15px;
z-index: 999999;
min-width: 300px;
border-radius: 5px;
& .progress_stack
{
font-size: 18px;
text-align: center;
margin-bottom: 15px;
color: #0a6d7d;
font-weight: bolder;
}
& .current_action
{
font-size: 15px;
text-align: center;
color: #0a6d7d;
}
& .title_block
{
color: #0a6d7d;
font-size: 15px;
text-align: center;
}
}