/*
Theme Name: Coding Guru
Version: 1.0.0
Text Domain: codinggurunet
Domain Path: /languages
Description: The coding-guru.net Laravel design converted to WordPress, on the CRM/Webshop theme conventions.
*/

/* --- WordPress-side only -------------------------------------------------
   Everything the Laravel design uses comes from assets/css/app1.css and
   assets/css/cookie.css. These few rules cover the two places where the
   conversion renders something Laravel did not: the dashboard iframe wrapper
   and the error pages, which coding-guru.net shipped SVG illustrations for but
   no views. */

.dashboard-content {
    display: block;
    width: 100%;
    height: 145vh;
    border: 0;
}

.error-illustration {
    max-width: 320px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
    display: block;
}

.error-page .section-text {
    text-align: center;
}

.error-page .error-actions {
    text-align: center;
    margin-top: 30px;
}
