Spade

Mini Shell

Directory:~$ /home/lmsyaran/www/administrator/components/com_gantry5/scss/joomla-admin/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/www/administrator/components/com_gantry5/scss/joomla-admin/_typography.scss

#g5-container {

	h1 {
		font-size: $h1-font-size;
	}

	h2 {
		font-size: $h2-font-size;
	}

	h3 {
		font-size: $h3-font-size;
	}

	h4 {
		font-size: $h4-font-size;
	}

	h5 {
		font-size: $h5-font-size;
	}

	h6 {
		font-size: $h6-font-size;
	}

	h1, h2, h3, h4, h5, h6 {
		line-height: inherit;
	}

	.page-title {
        color: inherit;
        text-shadow: none;
        line-height: inherit;
    }

}