Skip to content

Commit aa44060

Browse files
authored
Merge pull request #5306 from Laravel-Backpack/remove-center-class
Wrong Bootstrap class override
2 parents 4ab4c3d + 29c3876 commit aa44060

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

src/resources/assets/css/common.css

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -488,35 +488,27 @@ form .select2.select2-container {
488488
font-size: 156px;
489489
font-weight: 600;
490490
line-height: 100px;
491-
}
492-
.error_number small {
491+
}
492+
.error_number small {
493493
font-size: 56px;
494494
font-weight: 700;
495-
}
495+
}
496496

497-
.error_number hr {
497+
.error_number hr {
498498
margin-top: 60px;
499499
margin-bottom: 0;
500500
width: 50px;
501-
}
501+
}
502502

503-
.error_title {
503+
.error_title {
504504
margin-top: 40px;
505505
font-size: 36px;
506506
font-weight: 400;
507-
}
507+
}
508508

509-
.error_description {
509+
.error_description {
510510
font-size: 24px;
511511
font-weight: 400;
512-
}
513-
514-
.align-content-center{
515-
height: 100vh;
516-
display: flex;
517-
justify-content: center;
518-
align-items: center;
519-
text-align: center;
520512
}
521513

522514
/* Summernote */

0 commit comments

Comments
 (0)