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
_Instagram.scss
64 lines
| 1 | .instagram-area { |
| 2 | transform: translateY(-50%); |
| 3 | position: relative; |
| 4 | z-index: 1; |
| 5 | } |
| 6 | |
| 7 | .instagram-feed-item { |
| 8 | position: relative; |
| 9 | z-index: 1; |
| 10 | height: 196px; |
| 11 | img { |
| 12 | width: 100%; |
| 13 | height: 100%; |
| 14 | object-fit: cover; |
| 15 | } |
| 16 | .icon-link { |
| 17 | inset: 0; |
| 18 | position: absolute; |
| 19 | width: 100%; |
| 20 | height: 100%; |
| 21 | font-size: 35px; |
| 22 | color: #fff; |
| 23 | background: rgba(0, 0, 0, 0.4); |
| 24 | display: flex; |
| 25 | align-items: center; |
| 26 | justify-content: center; |
| 27 | opacity: 0; |
| 28 | visibility: hidden; |
| 29 | } |
| 30 | } |
| 31 | |
| 32 | .instagram-wrapper { |
| 33 | position: relative; |
| 34 | |
| 35 | :is(.swiper-button-prev, .swiper-button-next) { |
| 36 | opacity: 0; |
| 37 | visibility: hidden; |
| 38 | width: 36px; |
| 39 | height: 36px; |
| 40 | line-height: 36px; |
| 41 | text-align: center; |
| 42 | border-radius: 50%; |
| 43 | background: #fff; |
| 44 | -webkit-transition: 0.3s ease-out; |
| 45 | transition: 0.3s ease-out; |
| 46 | |
| 47 | &::after { |
| 48 | font-size: 12px; |
| 49 | color: #838586; |
| 50 | -webkit-transition: 0.3s ease-out; |
| 51 | transition: 0.3s ease-out; |
| 52 | font-family: "Font Awesome 5 Free"; |
| 53 | font-weight: 900; |
| 54 | display: block; |
| 55 | width: 36px; |
| 56 | height: 36px; |
| 57 | line-height: 36px; |
| 58 | text-align: center; |
| 59 | border-radius: 50%; |
| 60 | box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.2); |
| 61 | } |
| 62 | } |
| 63 | |
| 64 | } |