erro.scss 630 Bytes
.page--erro {
    background-color: #f9f9f9;

    h1 {
        color: #464646;
        font-size: 72px;
        font-weight: bold;
        margin-bottom: 40px;
    }

    .row-height {
        min-height: 400px;
    }

    .content {
        text-align: center;
    }

    .icon-circle {
        display: inline-block;
        font-size: 40px;
        line-height: 33px;
        font-weight: normal;

        position: relative;
        top: -5px;
        padding: 20px;
        margin-top: 5px;
        margin-right: 30px;

        color: #fff;
        background: #c93e55;
    }

    h1 {
        display: inline-block;
    }
}