chess/public/assets/css/myStyle.css

58 lines
1.0 KiB
CSS
Raw Normal View History

2024-08-29 03:56:32 +00:00
@media (min-width: 992px) {
.header-fixed[data-header-scroll="on"] .header .header-bottom {
display: grid !important;
}
}
.dataTables_wrapper .dataTable th,
.dataTables_wrapper .dataTable td {
padding: 3px 7px;
}
.scrollbar::-webkit-scrollbar
{
width: 6px;
background-color: #EBEDF3;
}
.scrollbar::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #EBEDF3;
}
.tooltip.show p {
text-align: left;
}
html {
scroll-behavior: smooth;
}
.error.error-3 .error-title {
font-size: 8.7rem !important; }
@media (min-width: 768px) {
.error.error-3 .error-title {
font-size: 15.7rem !important; } }
.select2-container {
width: 100% !important;
}
.header .header-top {
background-color: #ff862f;
}
td.disabled.day {
background: #ffeeee !important;
color: #ec3333 !important;
2024-08-29 06:34:58 +00:00
}
.warningText {
font-size: 12px;
font-weight: 400;
color: #fb5b5b;
margin-top: 1rem;
2024-08-29 03:56:32 +00:00
}