Skip to content

Instantly share code, notes, and snippets.

/*
* Material Design Icons
*/
@font-face {
font-family: "Material Design Icons";
src: url("../fonts/materialdesignicons-webfont.eot?v=1.4.57");
src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=1.4.57") format("embedded-opentype"),
url("../fonts/materialdesignicons-webfont.woff2?v=1.4.57") format("woff2"),
url("../fonts/materialdesignicons-webfont.woff?v=1.4.57") format("woff"),
*
* Blurb
*/
.blurb {
text-align: center;
.heading {
color: $gray-base;
}
* + .heading { margin-top: 10px; }
// Custom mixins
@import 'mixins/functions';
@import 'mixins/mixins';
@import "mixins/context-styling";
@import 'mixins/vendors';
@import 'mixins/buttons';
@import 'mixins/groups';
@import 'mixins/spacing';
@import 'mixins/grid-spacing';
@import 'mixins/unit-utilities';
//
// Reset Styles
//
a,
button {
&:focus {
outline: none !important;
}
}
// Gray colors
$white: #fff;
$gray-100: #edeff4;
$gray-200: #d7d7d7;
$gray-300: #ccc;
$gray-400: #b7b7b7;
$gray-500: #9b9b9b;
$gray-600: #868e96;
$gray-700: #2c343b;
$gray-800: #151515;
// Fonts
@import "fonts/font-awesome";
@import "fonts/mdi";
// Main styles
@import "../bootstrap/functions";
@import "../bootstrap/variables";
@import "../bootstrap/mixins";
@import "variables-custom";
@import "mixins";
@import "reset";
// Components
@import "components/type-custom";
extends ../_skeleton
//- Includes
include ../elements/_ui-rd-navbar-default-transparent
include ../elements/_ui-page-loader-variant-1
//- Title
block title
title Intense - the best HTML theme at Templatemonster.com
//- Includes
include ../elements/_ui-box-icon-type-4
// 404
section.context-dark
.shell
.range
.cell-lg-6
h3 Sorry, but page was not found
hr.divider.bg-mantis
//- Blockquote
@param {object} data object for parameters storage
@param {string} data.excerpt excerpt from cite
@param {string} [data.author] author name
mixin blockquote( data )
blockquote.quote
.quote-cloud
p.excerpt= data.excerpt
if( data.author )
cite.author.heading-5= data.author