File size: 1.09Kb
* {
scrollbar-width: thin;
scrollbar-color: #dfdfdf transparent;
}
*::-webkit-scrollbar {
width: 8px;
}
*::-webkit-scrollbar-track {
background: transparent;
}
*::-webkit-scrollbar-thumb {
background-color: #dfdfdf;
border-radius: 0px;
border: 0px solid transparent;
}
.col-center {
float: none;
margin: 0 auto;
}
hr.vertical {
border-left: 1px solid #cbcbcb;
height: 100%;
margin-left: 12px;
margin-right: 12px;
width: 1px;
}
.toast-container {
position: absolute;
top: 50px !important;
left: 0;
right: 0;
margin: auto;
width: max-content;
}
/*
Установка хрома
*/
.installChrome {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
white-space: nowrap;
position: fixed;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
padding: 12px 24px;
border-radius: 12px;
background: #d5d5d5;
color: #5b5b5b;
}
.installChrome > img {
width: 30px;
height: 30px;
}
.installChrome > button {
background: transparent;
border: 0;
outline: 0;
}