62 أسطر
1.4 KiB
SCSS
62 أسطر
1.4 KiB
SCSS
/*
|
|
Theme Name: Portland
|
|
Theme URI: //template.portland.itembridge.com/
|
|
Author: InfoStyle
|
|
Author URI: https://themeforest.net/user/itembridgethemes
|
|
Description: Portland responsive theme
|
|
Version: 1.0.3
|
|
License: ThemeForest Regular & Extended License
|
|
License URI: http://themeforest.net/licenses/regular_extended
|
|
|
|
[Table of contents]
|
|
1. Typography ---------------- #line 33
|
|
1.1. Title ----------------- #line 71
|
|
1.2. Text ------------------ #line 122
|
|
1.3. Images ---------------- #line 146
|
|
1.4. Lists ----------------- #line 175
|
|
1.5. Blockquote ------------ #line 206
|
|
1.6. Table ----------------- #line 233
|
|
1.7. Forms ----------------- #line 280
|
|
1.8. Video ----------------- #line 720
|
|
1.9. Retina ---------------- #line 751
|
|
2. Helper Classes ------------ #line 766
|
|
3. Main ---------------------- #line 806
|
|
4. Preloader ----------------- #line 839
|
|
5. Background ---------------- #line 993
|
|
6. Header -------------------- #line 1139
|
|
7. Footer -------------------- #line 1544
|
|
8. Structure ----------------- #line 1612
|
|
9. Carousels ----------------- #line 1766
|
|
10. Content ------------------ #line 1820
|
|
*/
|
|
|
|
//Variables
|
|
@import "theme-variables";
|
|
|
|
//Typography
|
|
@import "typography";
|
|
@import "helper-classes";
|
|
|
|
//Main Styles
|
|
@import "main";
|
|
|
|
//Preloader
|
|
@import "preloader";
|
|
|
|
//Background
|
|
@import "background";
|
|
|
|
//Header
|
|
@import "header";
|
|
|
|
//Footer
|
|
@import "footer";
|
|
|
|
//Structure
|
|
@import "structure";
|
|
|
|
//Carousels
|
|
@import "carousels";
|
|
|
|
//Content
|
|
@import "content"; |