admin
2 years ago
_Accordion.scss
2 years ago
_Alerts_box.scss
2 years ago
_Animated_Headline.scss
2 years ago
_Animation.scss
2 years ago
_Before_after.scss
2 years ago
_Buttons.scss
2 years ago
_Cheat_sheet.scss
2 years ago
_Common.scss
2 years ago
_Counter.scss
2 years ago
_Fullscreen_Slider.scss
2 years ago
_Icon_box.scss
2 years ago
_Instagram.scss
2 years ago
_Integration.scss
2 years ago
_List_item.scss
2 years ago
_Mixins.scss
2 years ago
_Pricing_Table.scss
2 years ago
_Pricing_Table_Switcher.scss
2 years ago
_Skill_Showcase.scss
2 years ago
_Tabs.scss
2 years ago
_Testimonial.scss
2 years ago
_Timeline.scss
2 years ago
_Variables.scss
2 years ago
_Video.scss
2 years ago
_Video_popup.scss
2 years ago
_blog_grid.scss
2 years ago
_framework.scss
2 years ago
_prefix.scss
2 years ago
_team.scss
2 years ago
admin.css
2 years ago
admin.css.map
2 years ago
admin.scss
2 years ago
main.css
2 years ago
main.css.map
2 years ago
main.scss
2 years ago
main.scss
87 lines
| 1 | /*---------------------------------------------------- |
| 2 | @File: Default Styles |
| 3 | |
| 4 | This file contains the styling for the actual template, this |
| 5 | is the file you need to edit to change the look of the |
| 6 | template. |
| 7 | ---------------------------------------------------- */ |
| 8 | |
| 9 | /*===================================================================== |
| 10 | @Template Name: Spider Elements |
| 11 | |
| 12 | @Default Styles |
| 13 | Table of Content: |
| 14 | 01/ Variables |
| 15 | 02/ Common |
| 16 | 03/ Accordion |
| 17 | 04/ Tabs |
| 18 | 05/ Testimonial |
| 19 | 06/ Video |
| 20 | 07/ Alerts_box |
| 21 | 08/ Pricing_Table |
| 22 | 09/ Pricing_Table_Switcher |
| 23 | 10/ Animation |
| 24 | 11/ List_Item |
| 25 | 12/ Cheat_sheet |
| 26 | 13/ Team |
| 27 | 14/Integration |
| 28 | 15/ After_before |
| 29 | |
| 30 | |
| 31 | =====================================================================*/ |
| 32 | @import "Mixins"; |
| 33 | |
| 34 | @import "prefix"; |
| 35 | |
| 36 | @import "Variables"; |
| 37 | |
| 38 | @import "framework"; |
| 39 | |
| 40 | @import "Common"; |
| 41 | |
| 42 | @import "Accordion"; |
| 43 | |
| 44 | @import "Tabs"; |
| 45 | |
| 46 | @import "Testimonial"; |
| 47 | |
| 48 | @import "Video"; |
| 49 | |
| 50 | @import "Alerts_box"; |
| 51 | |
| 52 | @import "Pricing_Table"; |
| 53 | |
| 54 | @import "Pricing_Table_Switcher"; |
| 55 | |
| 56 | @import "Animation"; |
| 57 | |
| 58 | @import "List_Item"; |
| 59 | |
| 60 | @import "Cheat_sheet"; |
| 61 | |
| 62 | @import "Team"; |
| 63 | |
| 64 | @import "Integration"; |
| 65 | |
| 66 | @import "Blog_grid"; |
| 67 | |
| 68 | @import "Before_after"; |
| 69 | |
| 70 | @import "Skill_Showcase"; |
| 71 | |
| 72 | @import "Timeline"; |
| 73 | |
| 74 | @import "Buttons"; |
| 75 | |
| 76 | @import "Animated_Headline"; |
| 77 | |
| 78 | @import "video_popup"; |
| 79 | |
| 80 | @import "Counter"; |
| 81 | |
| 82 | @import "Instagram"; |
| 83 | |
| 84 | @import "Fullscreen_Slider"; |
| 85 | |
| 86 | @import "Icon_box"; |
| 87 |