mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-11 01:25:25 +01:00
5dbb2b182d
-- Dashboard Update -- Update to version 4.0.0. Complete redesign of the admin panel. New features and a license change.
19 lines
341 B
SCSS
Vendored
19 lines
341 B
SCSS
Vendored
/*===== ERROR =====*/
|
|
.error-wrapper {
|
|
padding-top: 4.69rem;
|
|
padding-bottom: 4.69rem;
|
|
@include media-breakpoint-up(lg) {
|
|
padding-top: 10.94rem;
|
|
padding-bottom: 10.94rem;
|
|
}
|
|
.error-title {
|
|
font-size: 8.75rem;
|
|
.error-subtitle {
|
|
font-size: 1.625rem;
|
|
}
|
|
.img-responsive {
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
}
|