Files
Backend-Api/ServiceHost/wwwroot/AssetsAdminNew/assets/css/rollcall-description.css
2025-04-19 16:24:05 +03:30

86 lines
1.6 KiB
CSS

.head-descr {
background: linear-gradient(269.89deg, #33CBCB 0%, #17BBBB 100%);
border-radius: 10px;
padding: 5px;
}
.title-descr {
font-size: 14px;
font-weight: 800;
color: #FFFFFF;
}
.btn-start-buy-plan {
background: linear-gradient(180deg, #41D1D1 0%, #2CD0D0 100%);
border-radius: 6px;
color: #FFFFFF;
font-size: 12px;
font-weight: 500;
padding: 6px 14px;
border-image: linear-gradient(to right, #41D1D1, #2CD0D0) 1;
}
.title-card-descr {
background: linear-gradient(265.63deg, #029494 1.99%, #2CD0D0 97.32%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-size: 24px;
font-weight: 800;
}
.content-descr {
overflow-y: auto;
}
.content-descr p {
color: #5F5F5F;
font-size: 12px;
font-weight: 600;
line-height: 24px;
text-align: justify;
}
.btn-descr-buy-plan {
background-color: #33D1D1;
color: #ffffff;
width: 300px;
margin: auto;
padding: 5px 9px;
border-radius: 5px;
}
@media (max-width: 1366px) {
.content-descr {
height: 320px;
}
.title-card-descr {
font-size: 20px;
font-weight: 800;
}
}
@media (max-width: 992px) {
.btn-descr-buy-plan {
display: none;
}
.content-descr {
height: 470px;
padding: 2px 8px 80px 0;
}
.title-card-descr {
font-size: 18px;
font-weight: 700;
padding: 2px 8px;
}
.head-descr {
position: fixed;
bottom: 77px;
z-index: 1;
}
}