Files
CKB/public/assets/css/demo1/pages/error/error-6.rtl.css

25 lines
752 B
CSS
Executable File

.kt-error-v6 {
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover; }
.kt-error-v6 .kt-error_container {
text-align: center; }
.kt-error-v6 .kt-error_container .kt-error_subtitle > h1 {
font-size: 10rem;
margin-top: 12rem;
font-weight: 700; }
.kt-error-v6 .kt-error_container .kt-error_description {
margin-top: 3rem;
font-size: 2.3rem;
font-weight: 500;
line-height: 3rem; }
@media (max-width: 768px) {
.kt-error-v6 .kt-error_container .kt-error_subtitle > h1 {
font-size: 5rem; }
.kt-error-v6 .kt-error_container .kt-error_description {
font-size: 1.7rem;
padding-right: 1.5rem;
padding-left: 1.5rem; } }