| @ -0,0 +1,41 @@ | |||
| Theme Splash | |||
| ============ | |||
| * Design Web Pages with theme Splash | |||
| 
 | |||
| Installation | |||
| ============ | |||
| 	- www.odoo.com/documentation/14.0/setup/install.html | |||
| 	- Install our custom addon | |||
| 
 | |||
| License | |||
| ------- | |||
| General Public License, Version 3 (LGPL v3). | |||
| (https://www.odoo.com/documentation/user/14.0/legal/licenses/licenses.html) | |||
| 
 | |||
| Company | |||
| ------- | |||
| * 'Cybrosys Techno Solutions <https://cybrosys.com/>`__ | |||
| 
 | |||
| Credits | |||
| ------- | |||
| * Developer: | |||
| Abhijith @ cybrosys | |||
| 
 | |||
| Contacts | |||
| -------- | |||
| * Mail Contact : odoo@cybrosys.com | |||
| 
 | |||
| Bug Tracker | |||
| ----------- | |||
| Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. | |||
| 
 | |||
| Maintainer | |||
| ========== | |||
| This module is maintained by Cybrosys Technologies. | |||
| 
 | |||
| For support and more information, please visit https://www.cybrosys.com | |||
| 
 | |||
| Further information | |||
| =================== | |||
| HTML Description: `<static/description/index.html>`__ | |||
| 
 | |||
| @ -0,0 +1,24 @@ | |||
| # -*- coding: utf-8 -*- | |||
| ############################################################################# | |||
| # | |||
| #    Cybrosys Technologies Pvt. Ltd. | |||
| # | |||
| #    Copyright (C) 2021-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | |||
| #    Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>) | |||
| # | |||
| #    You can modify it under the terms of the GNU LESSER | |||
| #    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | |||
| # | |||
| #    This program is distributed in the hope that it will be useful, | |||
| #    but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
| #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | |||
| #    GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. | |||
| # | |||
| #    You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE | |||
| #    (LGPL v3) along with this program. | |||
| #    If not, see <http://www.gnu.org/licenses/>. | |||
| # | |||
| ############################################################################# | |||
| 
 | |||
| from . import models | |||
| from . import controllers | |||
| @ -0,0 +1,62 @@ | |||
| # -*- coding: utf-8 -*- | |||
| ############################################################################# | |||
| # | |||
| #    Cybrosys Technologies Pvt. Ltd. | |||
| # | |||
| #    Copyright (C) 2021-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | |||
| #    Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>) | |||
| # | |||
| #    You can modify it under the terms of the GNU LESSER | |||
| #    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | |||
| # | |||
| #    This program is distributed in the hope that it will be useful, | |||
| #    but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
| #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | |||
| #    GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. | |||
| # | |||
| #    You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE | |||
| #    (LGPL v3) along with this program. | |||
| #    If not, see <http://www.gnu.org/licenses/>. | |||
| # | |||
| ############################################################################# | |||
| 
 | |||
| { | |||
|     'name': 'Theme Splash', | |||
|     'description': 'Design Web Pages with Theme Splash', | |||
|     'summary': 'Design Web Pages with Theme Splash', | |||
|     'category': 'Theme/Corporate', | |||
|     'version': '14.0.1.0.0', | |||
|     'author': 'Cybrosys Techno Solutions', | |||
|     'company': 'Cybrosys Techno Solutions', | |||
|     'maintainer': 'Cybrosys Techno Solutions', | |||
|     'website': "https://www.cybrosys.com", | |||
|     'depends': ['base', 'website', 'website_blog'], | |||
|     'data': ['views/assets.xml', | |||
|              'views/footer.xml', | |||
|              'views/header.xml', | |||
|              'views/contact_us.xml', | |||
|              'views/views.xml', | |||
|              'views/blog.xml', | |||
|              'views/blog_details.xml', | |||
|              'views/snippets/about.xml', | |||
|              'views/snippets/service.xml', | |||
|              'views/snippets/index/index_banner.xml', | |||
|              'views/snippets/index/index_about.xml', | |||
|              'views/snippets/index/index_tab_section.xml', | |||
|              'views/snippets/index/index_about_section.xml', | |||
|              'views/snippets/index/index_service.xml', | |||
|              'views/snippets/index/index_expect_tab.xml', | |||
|              'views/snippets/index/index_commercial_service.xml', | |||
|              'views/snippets/index/index_testmonial.xml', | |||
|              'views/snippets/index/index_blog.xml', | |||
|              'views/snippets/index/index_partner.xml' | |||
|              ], | |||
|     'images': [ | |||
|         'static/description/banner.png', | |||
|         'static/description/splash_screenshot.png' | |||
|     ], | |||
|     'license': 'LGPL-3', | |||
|     'installable': True, | |||
|     'application': False, | |||
|     'auto_install': False, | |||
| } | |||
| @ -0,0 +1,23 @@ | |||
| # -*- coding: utf-8 -*- | |||
| ############################################################################# | |||
| # | |||
| #    Cybrosys Technologies Pvt. Ltd. | |||
| # | |||
| #    Copyright (C) 2021-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | |||
| #    Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>) | |||
| # | |||
| #    You can modify it under the terms of the GNU LESSER | |||
| #    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | |||
| # | |||
| #    This program is distributed in the hope that it will be useful, | |||
| #    but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
| #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | |||
| #    GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. | |||
| # | |||
| #    You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE | |||
| #    (LGPL v3) along with this program. | |||
| #    If not, see <http://www.gnu.org/licenses/>. | |||
| # | |||
| ############################################################################# | |||
| 
 | |||
| from . import main | |||
| @ -0,0 +1,73 @@ | |||
| # -*- coding: utf-8 -*- | |||
| ############################################################################# | |||
| # | |||
| #    Cybrosys Technologies Pvt. Ltd. | |||
| # | |||
| #    Copyright (C) 2021-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | |||
| #    Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>) | |||
| # | |||
| #    You can modify it under the terms of the GNU LESSER | |||
| #    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | |||
| # | |||
| #    This program is distributed in the hope that it will be useful, | |||
| #    but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
| #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | |||
| #    GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. | |||
| # | |||
| #    You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE | |||
| #    (LGPL v3) along with this program. | |||
| #    If not, see <http://www.gnu.org/licenses/>. | |||
| # | |||
| ############################################################################# | |||
| 
 | |||
| from odoo.addons.website_blog.controllers.main import WebsiteBlog | |||
| from odoo import http, fields | |||
| from odoo.http import request | |||
| from odoo.osv import expression | |||
| 
 | |||
| 
 | |||
| class WebsiteBlogInherit(WebsiteBlog): | |||
| 
 | |||
|     @http.route([ | |||
|         '/blog', | |||
|         '/blog/page/<int:page>', | |||
|         '/blog/tag/<string:tag>', | |||
|         '/blog/tag/<string:tag>/page/<int:page>', | |||
|         '''/blog/<model("blog.blog"):blog>''', | |||
|         '''/blog/<model("blog.blog"):blog>/page/<int:page>''', | |||
|         '''/blog/<model("blog.blog"):blog>/tag/<string:tag>''', | |||
|         '''/blog/<model("blog.blog"):blog>/tag/<string:tag>/page/<int:page>''', | |||
|     ], type='http', auth="public", website=True, sitemap=True) | |||
|     def blog(self, blog=None, tag=None, page=1, search=None, **opt): | |||
|         limit = 3 | |||
|         order = 'published_date desc' | |||
|         dom = expression.AND([ | |||
|             [('website_published', '=', True), | |||
|              ('post_date', '<=', fields.Datetime.now())], | |||
|             request.website.website_domain() | |||
|         ]) | |||
|         posts = request.env['blog.post'].search(dom, limit=limit, order=order) | |||
|         res = super(WebsiteBlogInherit, self).blog(blog=blog, tag=tag, page=1, | |||
|                                                    search=search, **opt) | |||
|         res.qcontext.update({'posts_recent': posts}) | |||
|         return res | |||
| 
 | |||
|     @http.route([ | |||
|         '''/blog/<model("blog.blog"):blog>/<model("blog.post", "[('blog_id','=',blog.id)]"):blog_post>''', | |||
|     ], type='http', auth="public", website=True, sitemap=True) | |||
|     def blog_post(self, blog, blog_post, tag_id=None, page=1, | |||
|                   enable_editor=None, **post): | |||
|         limit = 3 | |||
|         order = 'published_date desc' | |||
|         dom = expression.AND([ | |||
|             [('website_published', '=', True), | |||
|              ('post_date', '<=', fields.Datetime.now())], | |||
|             request.website.website_domain() | |||
|         ]) | |||
|         posts = request.env['blog.post'].search(dom, limit=limit, order=order) | |||
|         res = super(WebsiteBlogInherit, self).blog_post(blog, blog_post, | |||
|                                                         tag_id=tag_id, page=1, | |||
|                                                         enable_editor=None, | |||
|                                                         **post) | |||
|         res.qcontext.update({'posts_recent': posts}) | |||
|         return res | |||
| @ -0,0 +1,6 @@ | |||
| ## Module <theme_splash> | |||
| 
 | |||
| #### 04.08.2021 | |||
| #### Version 14.0.1.0.0 | |||
| #### ADD | |||
| - Initial commit for Theme Splash | |||
| @ -0,0 +1,23 @@ | |||
| # -*- coding: utf-8 -*- | |||
| ############################################################################# | |||
| # | |||
| #    Cybrosys Technologies Pvt. Ltd. | |||
| # | |||
| #    Copyright (C) 2021-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | |||
| #    Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>) | |||
| # | |||
| #    You can modify it under the terms of the GNU LESSER | |||
| #    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | |||
| # | |||
| #    This program is distributed in the hope that it will be useful, | |||
| #    but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
| #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | |||
| #    GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. | |||
| # | |||
| #    You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE | |||
| #    (LGPL v3) along with this program. | |||
| #    If not, see <http://www.gnu.org/licenses/>. | |||
| # | |||
| ############################################################################# | |||
| 
 | |||
| from . import theme_splash | |||
| @ -0,0 +1,34 @@ | |||
| # -*- coding: utf-8 -*- | |||
| ############################################################################# | |||
| # | |||
| #    Cybrosys Technologies Pvt. Ltd. | |||
| # | |||
| #    Copyright (C) 2021-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | |||
| #    Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>) | |||
| # | |||
| #    You can modify it under the terms of the GNU LESSER | |||
| #    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | |||
| # | |||
| #    This program is distributed in the hope that it will be useful, | |||
| #    but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
| #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | |||
| #    GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. | |||
| # | |||
| #    You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE | |||
| #    (LGPL v3) along with this program. | |||
| #    If not, see <http://www.gnu.org/licenses/>. | |||
| # | |||
| ############################################################################# | |||
| 
 | |||
| from odoo import models, fields | |||
| 
 | |||
| 
 | |||
| class ThemeSplash(models.AbstractModel): | |||
|     _inherit = 'theme.utils' | |||
| 
 | |||
|     def _theme_splash_post_copy(self, mod): | |||
|         self.enable_view('website_blog.opt_blog_sidebar_show') | |||
|         self.enable_view('website_blog.opt_blog_list_view') | |||
|         self.enable_view('website_blog.opt_blog_post_sidebar') | |||
|         self.disable_view('website_blog.opt_posts_loop_show_author') | |||
| 
 | |||
| After Width: | Height: | Size: 1.9 MiB | 
| After Width: | Height: | Size: 32 KiB | 
| After Width: | Height: | Size: 71 KiB | 
| After Width: | Height: | Size: 76 KiB | 
| After Width: | Height: | Size: 84 KiB | 
| After Width: | Height: | Size: 61 KiB | 
| After Width: | Height: | Size: 54 KiB | 
| After Width: | Height: | Size: 57 KiB | 
| After Width: | Height: | Size: 51 KiB | 
| After Width: | Height: | Size: 10 KiB | 
| After Width: | Height: | Size: 28 KiB | 
| After Width: | Height: | Size: 488 KiB | 
| After Width: | Height: | Size: 451 KiB | 
| After Width: | Height: | Size: 515 KiB | 
| After Width: | Height: | Size: 89 KiB | 
| After Width: | Height: | Size: 90 KiB | 
| After Width: | Height: | Size: 87 KiB | 
| @ -0,0 +1,264 @@ | |||
| <div class="container pt-4 mt-4 rounded" style="background-color: #fff; font-family: Montserrat, 'sans-serif';"> | |||
|     <div class="row"> | |||
|         <div class="col-lg-12 mb-4"> | |||
|             <img src="images/Cybrosys.png" alt="Cybrosys Logo" style="width: 120px; height: auto;"> | |||
|             <hr style="border-color: #e1e5e9;" /> | |||
|         </div> | |||
|     </div> | |||
|     <div class="row"> | |||
|         <div class="col-lg-12 text-center"> | |||
|             <img src="images/hero.png" width=60% height="auto" class="mb-4" alt="Theme Screenshot"> | |||
|         </div> | |||
|         <div class="col-lg-12 text-center"> | |||
|             <h1 class="mt-4">Theme Splash</h1> | |||
|             <p class="lead mb-4" style="max-width: 700px; margin: 0 auto;"> | |||
|                 Theme Splash is a attractive and unique front-end theme mainly suitable for eCommerce website. Many | |||
|                 custom designed snippets facilitates to add better user experience. Contains best deals with new arrival | |||
|                 products slider, testimonial slider that are configured from the backend. This theme fully customized | |||
|                 the eCommerce website, shop view, custom categories view, product view, contact us page...etc. it | |||
|                 contains price filter and clear cart options by default. | |||
|             </p> | |||
|         </div> | |||
|     </div> | |||
| 
 | |||
|     <!-- End of Hero Section --> | |||
| 
 | |||
|     <!-- Alternate Section --> | |||
|     <div class="row p-4"> | |||
|         <div class="col-lg-6 px-4" style="margin-top: 100px;"> | |||
|             <h2>Desktop View</h2> | |||
|             <p class="lead"> | |||
|                 It is easy to customize and use. Just drag and drop the building blocks to make attractive webpages. | |||
|             </p> | |||
|         </div> | |||
|         <div class="col-lg-6 px-4"> | |||
|             <img style="border-radius: 0.5em;" src="images/laptop-screenshots.jpg" width="90%" height="auto" | |||
|                 class="mb-4 shadow-sm" alt="Theme Screenshot"> | |||
|         </div> | |||
|     </div> | |||
|     <div class="row p-4"> | |||
|         <div class="col-lg-6 px-4"> | |||
|             <img style="border-radius: 0.5em;" src="images/phone-screenshots.jpg" width="90%" height="auto" | |||
|                 class="mb-4 shadow-sm" alt="Theme Screenshot"> | |||
|         </div> | |||
|         <div class="col-lg-6 px-4" style="margin-top: 100px;"> | |||
|             <h2>Mobile View</h2> | |||
|             <p class="lead"> | |||
|                 User friendly and modern looking theme makes your page more Stylish And Beautiful. | |||
|             </p> | |||
|         </div> | |||
|     </div> | |||
|     <!-- End of Alternate Section --> | |||
| 
 | |||
| 
 | |||
|     <!-- Two Columns Section --> | |||
|     <div class="row p-4"> | |||
|         <!-- Column 1 --> | |||
|         <div class="col-lg-6"> | |||
|             <div class="row"> | |||
|                 <div class="col-lg-12"> | |||
|                     <img style="border-radius: 0.5em;" src="images/1.jpg" width="100%" height="auto" | |||
|                         class="mb-4 shadow-sm" alt="Theme Screenshot"> | |||
|                 </div> | |||
|                 <div class="col-lg-12 mt-4"> | |||
|                     <h2 class="text-center">Home Page</h2> | |||
|                     <p class="lead text-center"> | |||
|                         It is easy to customize and use. Just drag and drop the building blocks to make attractive | |||
|                         webpages. | |||
|                     </p> | |||
|                 </div> | |||
|             </div> | |||
|         </div> | |||
|         <!-- End of Column 1 --> | |||
| 
 | |||
|         <!-- Column 2 --> | |||
|         <div class="col-lg-6"> | |||
|             <div class="row"> | |||
|                 <div class="col-lg-12"> | |||
|                     <img style="border-radius: 0.5em;" src="images/2.jpg" width="100%" height="auto" | |||
|                         class="mb-4 shadow-sm" alt="Theme Screenshot"> | |||
|                 </div> | |||
|                 <div class="col-lg-12 mt-4"> | |||
|                     <h2 class="text-center">Blog</h2> | |||
|                     <p class="lead text-center"> | |||
|                         It is easy to customize and use. Just drag and drop the building blocks to make attractive | |||
|                         webpages. | |||
|                     </p> | |||
|                 </div> | |||
|             </div> | |||
|         </div> | |||
|         <!-- End of Column 2 --> | |||
|     </div> | |||
|     <!-- End of Two Columns Section --> | |||
| 
 | |||
| 
 | |||
|     <!-- One Column Section --> | |||
|     <div class="row p-4"> | |||
|         <div class="col-lg-6"> | |||
|             <img style="border-radius: 0.5em;" src="images/3.jpg" width="90%" height="auto" class="mb-4 shadow-sm" | |||
|                 alt="Theme Screenshot"> | |||
|         </div> | |||
|         <div class="col-lg-6" style="padding-top: 100px;"> | |||
|             <h2>Overview</h2> | |||
|             <p class="lead"> | |||
|                 It is easy to customize and use. Just drag and drop the building blocks to make attractive webpages. | |||
|             </p> | |||
|         </div> | |||
|     </div> | |||
|     <!-- End of Two Columns Section --> | |||
| 
 | |||
|     <!-- Two Columns Section --> | |||
|     <div class="row p-4"> | |||
|         <!-- Column 1 --> | |||
|         <div class="col-lg-4"> | |||
|             <div class="row"> | |||
|                 <div class="col-lg-12"> | |||
|                     <img style="border-radius: 0.5em;" src="images/4.jpg" width="100%" height="auto" | |||
|                         class="mb-4 shadow-sm" alt="Theme Screenshot"> | |||
|                 </div> | |||
|                 <div class="col-lg-12 mt-4"> | |||
|                     <h2 class="text-center">Contact</h2> | |||
|                     <p class="lead text-center"> | |||
|                         It is easy to customize and use. Just drag and drop the building blocks to make attractive | |||
|                         webpages. | |||
|                     </p> | |||
|                 </div> | |||
|             </div> | |||
|         </div> | |||
|         <!-- End of Column 1 --> | |||
| 
 | |||
|         <!-- Column 2 --> | |||
|         <div class="col-lg-4"> | |||
|             <div class="row"> | |||
|                 <div class="col-lg-12"> | |||
|                     <img style="border-radius: 0.5em;" src="images/5.jpg" width="100%" height="auto" | |||
|                         class="mb-4 shadow-sm" alt="Theme Screenshot"> | |||
|                 </div> | |||
|                 <div class="col-lg-12 mt-4"> | |||
|                     <h2 class="text-center">Services</h2> | |||
|                     <p class="lead text-center"> | |||
|                         It is easy to customize and use. Just drag and drop the building blocks to make attractive | |||
|                         webpages. | |||
|                     </p> | |||
|                 </div> | |||
|             </div> | |||
|         </div> | |||
|         <!-- End of Column 2 --> | |||
| 
 | |||
| 
 | |||
|         <!-- Column 4 --> | |||
|         <div class="col-lg-4"> | |||
|             <div class="row"> | |||
|                 <div class="col-lg-12"> | |||
|                     <img style="border-radius: 0.5em;" src="images/6.jpg" width="100%" height="auto" | |||
|                         class="mb-4 shadow-sm" alt="Theme Screenshot"> | |||
|                 </div> | |||
|                 <div class="col-lg-12 mt-4"> | |||
|                     <h2 class="text-center">About</h2> | |||
|                     <p class="lead text-center"> | |||
|                         It is easy to customize and use. Just drag and drop the building blocks to make attractive | |||
|                         webpages. | |||
|                     </p> | |||
|                 </div> | |||
|             </div> | |||
|         </div> | |||
|         <!-- End of Column 4 --> | |||
|     </div> | |||
|     <!-- End of Two Columns Section --> | |||
| 
 | |||
|     <!-- Demo Pages --> | |||
|     <section class="oe_container"> | |||
|         <div class="row" style="margin: 60px auto -30px;"> | |||
|             <div class="col-lg-12 text-center"> | |||
|                 <h4 class="mt-4">Demo Pages</h4> | |||
|                 <hr style="border-width: 3px; border-color: #0984e3; width: 100px;"> | |||
|             </div> | |||
|         </div> | |||
| 
 | |||
|         <div class="row" style="margin: 40px auto; border-radius: 15px; padding: 38px;"> | |||
|             <div class="col-sm-6 col-md-4 px-2"> | |||
|                 <div class="bg-white shadow overflow-hidden mb32" | |||
|                     style="border-radius: 15px; width: 300px; padding-bottom: 0; margin-right: 30px;"> | |||
|                     <img src="./images/demo-1.jpg" width="300px" height="auto"> | |||
|                     <h6 class="text-center my-3">Home</h6> | |||
|                     <hr style="border-width: 5px; border-color: #0984e3; width: 150px; margin-bottom: 0;"> | |||
|                 </div> | |||
|             </div> | |||
| 
 | |||
|             <div class="col-sm-6 col-md-4 px-2"> | |||
|                 <div class="bg-white shadow overflow-hidden mb32" | |||
|                     style="border-radius: 15px; width: 300px; padding-bottom: 0;"> | |||
|                     <img src="./images/demo-2.jpg" width="300px" height="auto"> | |||
|                     <h6 class="text-center my-3">Blog</h6> | |||
|                     <hr style="border-width: 5px; border-color: #05c46b; width: 150px; margin-bottom: 0;"> | |||
|                 </div> | |||
|             </div> | |||
| 
 | |||
|             <div class="col-sm-6 col-md-4 px-2"> | |||
|                 <div class="bg-white shadow overflow-hidden mb32" | |||
|                     style="border-radius: 15px; width: 300px; padding-bottom: 0;"> | |||
|                     <img src="./images/demo-3.jpg" width="300px" height="auto"> | |||
|                     <h6 class="text-center my-3"></h6> | |||
|                     <hr style="border-width: 5px; border-color: #f44f52; width: 150px; margin-bottom: 0;"> | |||
|                 </div> | |||
|             </div> | |||
| 
 | |||
|         </div> | |||
|     </section> | |||
|     <!-- End of Demo Pages --> | |||
| 
 | |||
|     <!-- Footer --> | |||
|     <div class="row" style="margin-top: 4rem;"> | |||
|         <div class="col-lg-12 text-center"> | |||
|             <h2>Get Help</h2> | |||
|             <hr style=" border: 2px solid #b22126; margin-top: 2px;" width="40px"> | |||
|             <p class="text-center" style="max-width: 650px; margin: 0 auto;">If you have anything to share with us | |||
|                 based | |||
|                 on | |||
|                 your use of this module, please let us know. We are ready to offer our support.</p> | |||
|         </div> | |||
|     </div> | |||
|     <div class="row"> | |||
|         <div class="col px-4 pt-3 pb-2 shadow-sm" | |||
|             style="background-color: #fff; max-width: 450px; border-radius: 0.5em; margin: 1em auto;"> | |||
|             <div class="row"> | |||
|                 <div class="col-lg-8"> | |||
|                     <h6><a href="mailto:info@cybrosys.com" target="_blank" | |||
|                             style="color: #050505; text-decoration: none;"><i | |||
|                                 class="fa fa-envelope mr-2"></i>info@cybrosys.com</a></h6> | |||
|                 </div> | |||
|                 <div class="col-lg-4 d-flex justify-content-end" style="position: relative;"> | |||
|                     <h6><a href="mailto:info@cybrosys.com" target="_blank" | |||
|                             style="color: #050505; text-decoration: none;"><i class="fa fa-chevron-right"></i></a> | |||
|                     </h6> | |||
|                 </div> | |||
|             </div> | |||
|         </div> | |||
|     </div> | |||
|     <div class="row"> | |||
|         <div class="col px-4 pt-3 pb-2 shadow-sm" | |||
|             style="background-color: #fff; max-width: 450px; border-radius: 0.5em; margin: 1em auto;"> | |||
|             <div class="row"> | |||
|                 <div class="col-lg-8"> | |||
|                     <h6><a href="https://www.cybrosys.com" target="_blank" | |||
|                             style="color: #050505; text-decoration: none;"><i | |||
|                                 class="fa fa-globe mr-2"></i>www.cybrosys.com</a></h6> | |||
|                 </div> | |||
|                 <div class="col-lg-4 d-flex justify-content-end" style="position: relative;"> | |||
|                     <h6><a href="https://www.cybrosys.com" target="_blank" | |||
|                             style="color: #050505; text-decoration: none;"><i class="fa fa-chevron-right"></i></a> | |||
|                     </h6> | |||
|                 </div> | |||
|             </div> | |||
|         </div> | |||
|     </div> | |||
|     <div class="row"> | |||
|         <div class="col-lg-12 mt-4 mb-2 text-center"> | |||
|             <p style="font-weight: bold">A Quality Theme From</p> | |||
|         </div> | |||
|         <div class="col-lg-12 text-center"> | |||
|             <img src="images/cybro-logo-oca.png" width="80px" height="auto"> | |||
|         </div> | |||
|     </div> | |||
|     <!-- End of Footer --> | |||
| </div> | |||
| After Width: | Height: | Size: 979 KiB | 
| After Width: | Height: | Size: 271 KiB | 
| After Width: | Height: | Size: 434 KiB | 
| After Width: | Height: | Size: 45 KiB | 
| After Width: | Height: | Size: 21 KiB | 
| After Width: | Height: | Size: 27 KiB | 
| After Width: | Height: | Size: 40 KiB | 
| After Width: | Height: | Size: 1.1 MiB | 
| After Width: | Height: | Size: 41 KiB | 
| After Width: | Height: | Size: 165 KiB | 
| After Width: | Height: | Size: 1.8 MiB | 
| After Width: | Height: | Size: 17 MiB | 
| After Width: | Height: | Size: 15 MiB | 
| After Width: | Height: | Size: 12 MiB | 
| After Width: | Height: | Size: 4.5 MiB | 
| After Width: | Height: | Size: 101 KiB | 
| After Width: | Height: | Size: 61 KiB | 
| After Width: | Height: | Size: 93 KiB | 
| After Width: | Height: | Size: 52 KiB | 
| After Width: | Height: | Size: 26 KiB | 
| After Width: | Height: | Size: 40 KiB | 
| After Width: | Height: | Size: 10 KiB | 
| After Width: | Height: | Size: 1.1 KiB | 
| After Width: | Height: | Size: 723 B | 
| After Width: | Height: | Size: 943 B | 
| After Width: | Height: | Size: 958 B | 
| After Width: | Height: | Size: 37 KiB | 
| After Width: | Height: | Size: 57 KiB | 
| After Width: | Height: | Size: 5.5 KiB | 
| After Width: | Height: | Size: 6.5 KiB | 
| After Width: | Height: | Size: 4.3 KiB | 
| After Width: | Height: | Size: 5.1 KiB | 
| After Width: | Height: | Size: 8.8 KiB | 
| After Width: | Height: | Size: 14 KiB | 
| After Width: | Height: | Size: 7.7 KiB | 
| After Width: | Height: | Size: 7.7 KiB | 
| After Width: | Height: | Size: 7.2 KiB | 
| After Width: | Height: | Size: 4.6 KiB | 
| After Width: | Height: | Size: 13 KiB | 
| After Width: | Height: | Size: 12 KiB | 
| After Width: | Height: | Size: 4.0 KiB | 
| After Width: | Height: | Size: 7.8 KiB | 
| After Width: | Height: | Size: 13 KiB | 
| After Width: | Height: | Size: 3.7 KiB | 
| After Width: | Height: | Size: 4.0 KiB | 
| After Width: | Height: | Size: 12 KiB | 
| After Width: | Height: | Size: 3.7 KiB | 
| After Width: | Height: | Size: 11 KiB | 
| After Width: | Height: | Size: 6.3 KiB | 
| After Width: | Height: | Size: 3.8 KiB | 
| After Width: | Height: | Size: 4.5 KiB | 
| After Width: | Height: | Size: 10 KiB | 
| After Width: | Height: | Size: 49 KiB | 
| After Width: | Height: | Size: 44 KiB | 
| After Width: | Height: | Size: 85 KiB | 
| After Width: | Height: | Size: 165 KiB | 
| @ -0,0 +1,38 @@ | |||
| *{ | |||
|     list-style-type:none; | |||
| 
 | |||
|     font-family: $font-default; | |||
|     | |||
|     &:focus,&:active{ | |||
|         outline: none !important; | |||
|     } | |||
| } | |||
| img{width: 100%;} | |||
| 
 | |||
| .borderd_header { | |||
|     font-size: 18px; | |||
|     position: relative; | |||
|     &::after{ | |||
|       position: absolute; | |||
|       left: 0; | |||
|       bottom: -4px; | |||
|       height: 2px; | |||
|       width: 70px; | |||
|       background: #db4242; | |||
|       content: ""; | |||
|       display: block; | |||
|     } | |||
|      | |||
|   } | |||
| 
 | |||
| .para{ | |||
|   color: #535353; | |||
|   letter-spacing: 0.1rem; | |||
|   margin-bottom: 30px; | |||
|   padding-top: 20px; | |||
|   line-height: 1.7rem; | |||
|   font-size: 18px; | |||
| } | |||
| html { | |||
|   scroll-behavior: smooth; | |||
| } | |||
| @ -0,0 +1,352 @@ | |||
| /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ | |||
| 
 | |||
| /* Document | |||
|    ========================================================================== */ | |||
| 
 | |||
| /** | |||
|  * 1. Correct the line height in all browsers. | |||
|  * 2. Prevent adjustments of font size after orientation changes in iOS. | |||
|  */ | |||
| 
 | |||
|  html { | |||
|     line-height: 1.15; /* 1 */ | |||
|     -webkit-text-size-adjust: 100%; /* 2 */ | |||
|   } | |||
|    | |||
|   /* Sections | |||
|      ========================================================================== */ | |||
|    | |||
|   /** | |||
|    * Remove the margin in all browsers. | |||
|    */ | |||
|    | |||
|   body { | |||
|     margin: 0; | |||
|   } | |||
|    | |||
|   /** | |||
|    * Render the `main` element consistently in IE. | |||
|    */ | |||
|    | |||
|   main { | |||
|     display: block; | |||
|   } | |||
|    | |||
|   /** | |||
|    * Correct the font size and margin on `h1` elements within `section` and | |||
|    * `article` contexts in Chrome, Firefox, and Safari. | |||
|    */ | |||
|    | |||
|   h1 { | |||
|     font-size: 2em; | |||
|     margin: 0.67em 0; | |||
|   } | |||
|    | |||
|   /* Grouping content | |||
|      ========================================================================== */ | |||
|    | |||
|   /** | |||
|    * 1. Add the correct box sizing in Firefox. | |||
|    * 2. Show the overflow in Edge and IE. | |||
|    */ | |||
|    | |||
|   hr { | |||
|     box-sizing: content-box; /* 1 */ | |||
|     height: 0; /* 1 */ | |||
|     overflow: visible; /* 2 */ | |||
|   } | |||
|    | |||
|   /** | |||
|    * 1. Correct the inheritance and scaling of font size in all browsers. | |||
|    * 2. Correct the odd `em` font sizing in all browsers. | |||
|    */ | |||
|    | |||
|   pre { | |||
|     font-family: monospace, monospace; /* 1 */ | |||
|     font-size: 1em; /* 2 */ | |||
|   } | |||
|    | |||
|   /* Text-level semantics | |||
|      ========================================================================== */ | |||
|    | |||
|   /** | |||
|    * Remove the gray background on active links in IE 10. | |||
|    */ | |||
|    | |||
|   a { | |||
|     background-color: transparent; | |||
|   } | |||
|    | |||
|   /** | |||
|    * 1. Remove the bottom border in Chrome 57- | |||
|    * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. | |||
|    */ | |||
|    | |||
|   abbr[title] { | |||
|     border-bottom: none; /* 1 */ | |||
|     text-decoration: underline; /* 2 */ | |||
|     text-decoration: underline dotted; /* 2 */ | |||
|   } | |||
|    | |||
|   /** | |||
|    * Add the correct font weight in Chrome, Edge, and Safari. | |||
|    */ | |||
|    | |||
|   b, | |||
|   strong { | |||
|     font-weight: bolder; | |||
|   } | |||
|    | |||
|   /** | |||
|    * 1. Correct the inheritance and scaling of font size in all browsers. | |||
|    * 2. Correct the odd `em` font sizing in all browsers. | |||
|    */ | |||
|    | |||
|   code, | |||
|   kbd, | |||
|   samp { | |||
|     font-family: monospace, monospace; /* 1 */ | |||
|     font-size: 1em; /* 2 */ | |||
|   } | |||
|    | |||
|   /** | |||
|    * Add the correct font size in all browsers. | |||
|    */ | |||
|    | |||
|   small { | |||
|     font-size: 80%; | |||
|   } | |||
|    | |||
|   /** | |||
|    * Prevent `sub` and `sup` elements from affecting the line height in | |||
|    * all browsers. | |||
|    */ | |||
|    | |||
|   sub, | |||
|   sup { | |||
|     font-size: 75%; | |||
|     line-height: 0; | |||
|     position: relative; | |||
|     vertical-align: baseline; | |||
|   } | |||
|    | |||
|   sub { | |||
|     bottom: -0.25em; | |||
|   } | |||
|    | |||
|   sup { | |||
|     top: -0.5em; | |||
|   } | |||
|    | |||
|   /* Embedded content | |||
|      ========================================================================== */ | |||
|    | |||
|   /** | |||
|    * Remove the border on images inside links in IE 10. | |||
|    */ | |||
|    | |||
|   img { | |||
|     border-style: none; | |||
|   } | |||
|    | |||
|   /* Forms | |||
|      ========================================================================== */ | |||
|    | |||
|   /** | |||
|    * 1. Change the font styles in all browsers. | |||
|    * 2. Remove the margin in Firefox and Safari. | |||
|    */ | |||
|    | |||
|   button, | |||
|   input, | |||
|   optgroup, | |||
|   select, | |||
|   textarea { | |||
|     font-family: inherit; /* 1 */ | |||
|     font-size: 100%; /* 1 */ | |||
|     line-height: 1.15; /* 1 */ | |||
|     margin: 0; /* 2 */ | |||
|   } | |||
|    | |||
|   /** | |||
|    * Show the overflow in IE. | |||
|    * 1. Show the overflow in Edge. | |||
|    */ | |||
|    | |||
|   button, | |||
|   input { /* 1 */ | |||
|     overflow: visible; | |||
|   } | |||
|    | |||
|   /** | |||
|    * Remove the inheritance of text transform in Edge, Firefox, and IE. | |||
|    * 1. Remove the inheritance of text transform in Firefox. | |||
|    */ | |||
|    | |||
|   button, | |||
|   select { /* 1 */ | |||
|     text-transform: none; | |||
|   } | |||
|    | |||
|   /** | |||
|    * Correct the inability to style clickable types in iOS and Safari. | |||
|    */ | |||
|    | |||
|   button, | |||
|   [type="button"], | |||
|   [type="reset"], | |||
|   [type="submit"] { | |||
|     -webkit-appearance: button; | |||
|   } | |||
|    | |||
|   /** | |||
|    * Remove the inner border and padding in Firefox. | |||
|    */ | |||
|    | |||
|   button::-moz-focus-inner, | |||
|   [type="button"]::-moz-focus-inner, | |||
|   [type="reset"]::-moz-focus-inner, | |||
|   [type="submit"]::-moz-focus-inner { | |||
|     border-style: none; | |||
|     padding: 0; | |||
|   } | |||
|    | |||
|   /** | |||
|    * Restore the focus styles unset by the previous rule. | |||
|    */ | |||
|    | |||
|   button:-moz-focusring, | |||
|   [type="button"]:-moz-focusring, | |||
|   [type="reset"]:-moz-focusring, | |||
|   [type="submit"]:-moz-focusring { | |||
|     outline: 1px dotted ButtonText; | |||
|   } | |||
|    | |||
|   /** | |||
|    * Correct the padding in Firefox. | |||
|    */ | |||
|    | |||
|   fieldset { | |||
|     padding: 0.35em 0.75em 0.625em; | |||
|   } | |||
|    | |||
|   /** | |||
|    * 1. Correct the text wrapping in Edge and IE. | |||
|    * 2. Correct the color inheritance from `fieldset` elements in IE. | |||
|    * 3. Remove the padding so developers are not caught out when they zero out | |||
|    *    `fieldset` elements in all browsers. | |||
|    */ | |||
|    | |||
|   legend { | |||
|     box-sizing: border-box; /* 1 */ | |||
|     color: inherit; /* 2 */ | |||
|     display: table; /* 1 */ | |||
|     max-width: 100%; /* 1 */ | |||
|     padding: 0; /* 3 */ | |||
|     white-space: normal; /* 1 */ | |||
|   } | |||
|    | |||
|   /** | |||
|    * Add the correct vertical alignment in Chrome, Firefox, and Opera. | |||
|    */ | |||
|    | |||
|   progress { | |||
|     vertical-align: baseline; | |||
|   } | |||
|    | |||
|   /** | |||
|    * Remove the default vertical scrollbar in IE 10+. | |||
|    */ | |||
|    | |||
|   textarea { | |||
|     overflow: auto; | |||
|   } | |||
|    | |||
|   /** | |||
|    * 1. Add the correct box sizing in IE 10. | |||
|    * 2. Remove the padding in IE 10. | |||
|    */ | |||
|    | |||
|   [type="checkbox"], | |||
|   [type="radio"] { | |||
|     box-sizing: border-box; /* 1 */ | |||
|     padding: 0; /* 2 */ | |||
|   } | |||
|    | |||
|   /** | |||
|    * Correct the cursor style of increment and decrement buttons in Chrome. | |||
|    */ | |||
|    | |||
|   [type="number"]::-webkit-inner-spin-button, | |||
|   [type="number"]::-webkit-outer-spin-button { | |||
|     height: auto; | |||
|   } | |||
|    | |||
|   /** | |||
|    * 1. Correct the odd appearance in Chrome and Safari. | |||
|    * 2. Correct the outline style in Safari. | |||
|    */ | |||
|    | |||
|   [type="search"] { | |||
|     -webkit-appearance: textfield; /* 1 */ | |||
|     outline-offset: -2px; /* 2 */ | |||
|   } | |||
|    | |||
|   /** | |||
|    * Remove the inner padding in Chrome and Safari on macOS. | |||
|    */ | |||
|    | |||
|   [type="search"]::-webkit-search-decoration { | |||
|     -webkit-appearance: none; | |||
|   } | |||
|    | |||
|   /** | |||
|    * 1. Correct the inability to style clickable types in iOS and Safari. | |||
|    * 2. Change font properties to `inherit` in Safari. | |||
|    */ | |||
|    | |||
|   ::-webkit-file-upload-button { | |||
|     -webkit-appearance: button; /* 1 */ | |||
|     font: inherit; /* 2 */ | |||
|   } | |||
|    | |||
|   /* Interactive | |||
|      =========================================== | |||
|   =============================== */ | |||
|    | |||
|   /* | |||
|    * Add the correct display in Edge, IE 10+, and Firefox. | |||
|    */ | |||
|    | |||
|   details { | |||
|     display: block; | |||
|   } | |||
|    | |||
|   /* | |||
|    * Add the correct display in all browsers. | |||
|    */ | |||
|    | |||
|   summary { | |||
|     display: list-item; | |||
|   } | |||
|    | |||
|   /* Misc | |||
|      ========================================================================== */ | |||
|    | |||
|   /** | |||
|    * Add the correct display in IE 10+. | |||
|    */ | |||
|    | |||
|   template { | |||
|     display: none; | |||
|   } | |||
|    | |||
|   /** | |||
|    * Add the correct display in IE 10. | |||
|    */ | |||
|    | |||
|   [hidden] { | |||
|     display: none; | |||
|   } | |||
| 
 | |||
|    | |||
| @ -0,0 +1,27 @@ | |||
| //font | |||
| $font-default:'Kumbh Sans', sans-serif; | |||
| $font-offer: 'Kaushan Script', cursive; | |||
| 
 | |||
| //colors | |||
| 
 | |||
| 
 | |||
| $color-brand: #24c5ce; | |||
| $color-black:#000000; | |||
| $color-white:#fff; | |||
| $color-font:#797979; | |||
| $color-font2:#535353; | |||
| $color-sub-head:#087b81;; | |||
| $color-bg:#f7f7f7; | |||
| $color-footer:#036b70; | |||
| $color-p:#aaa; | |||
| $color-border:#d6d6d6; | |||
| 
 | |||
| //fon-size | |||
| 
 | |||
| 
 | |||
| $font-size-subheading:36px; | |||
| $font-size-text: 18px; | |||
| $font-size-banner:60px; | |||
| 
 | |||
| 
 | |||
| 
 | |||
| @ -0,0 +1,193 @@ | |||
| .btn { | |||
|     border: none !important; | |||
|     outline: none !important; | |||
|     &-primary { | |||
|         background-color: #0aa1aa !important; | |||
|         border-color: #0aa1aa; | |||
|         padding: 10px 26px; | |||
|         color: #fff !important; | |||
|         font-size: 20px; | |||
|         font-weight: 600; | |||
|         border-radius: 8px; | |||
|         &:hover { | |||
|             background-color: darken($color-sub-head, 5%) !important; | |||
|             border: none;  | |||
|         } | |||
|     } | |||
|     &-qut { | |||
|         background-color: #0aa1aa !important; | |||
|         border-color: #0aa1aa; | |||
|         padding: 10px 26px; | |||
|         color: #fff !important; | |||
|         font-size: 20px; | |||
|         font-weight: 600; | |||
|         border-radius: 8px; | |||
|         &:hover { | |||
|             background-color: darken($color-sub-head, 5%) !important; | |||
|             border: none;  | |||
|         } | |||
| 
 | |||
| 
 | |||
|         @media screen  and(max-width:1198px){ | |||
|              | |||
|             font-size: 16px; | |||
|             padding: 5px 45px; | |||
|         } | |||
|     } | |||
|     &-get { | |||
|         background-color: $color-white !important; | |||
|         border-color: $color-white; | |||
|         padding: 11px 29px; | |||
|         color: $color-sub-head !important; | |||
|         font-size: 20px; | |||
|         font-weight: 600; | |||
|         border-radius: 8px; | |||
|         margin-right: 10px; | |||
|         &:hover { | |||
|             color: $color-black !important; | |||
|             border: none;  | |||
|         } | |||
| 
 | |||
|         @media screen and(max-width:382px) { | |||
| 
 | |||
|             margin-bottom: 20px; | |||
|             margin-left: 10px; | |||
|         } | |||
|     } | |||
| 
 | |||
|     &-get_t { | |||
|         background-color: $color-white !important; | |||
|         border-color: $color-white; | |||
|         padding: 11px 29px; | |||
|         color: $color-sub-head !important; | |||
|         font-size: 20px; | |||
|         font-weight: 600; | |||
|         border-radius: 8px; | |||
|         margin-right: 10px; | |||
|         &:hover { | |||
|             color: $color-black !important; | |||
|             border: none;  | |||
|         } | |||
| 
 | |||
|         @media screen and(max-width:424px) { | |||
| 
 | |||
|             margin-bottom: 20px; | |||
|            | |||
|         } | |||
|     } | |||
|     &-quote { | |||
|         background-color:transparent !important; | |||
|         border-color: none; | |||
|         color: #6ddbba !important; | |||
|         font-size: 18px; | |||
|         font-weight: 600; | |||
|         outline: transparent !important; | |||
|         &:hover { | |||
|           color: darken(#6ddbba, 5%) !important; | |||
|             border: none;  | |||
|         } | |||
|     } | |||
|     &-quoteF { | |||
|         background-color:transparent !important; | |||
|         border-color: none; | |||
|         color: #6ddbba !important; | |||
|         font-size: 18px; | |||
|         font-weight: 600; | |||
|         outline: transparent !important; | |||
|         padding-left: 0; | |||
|         &:hover { | |||
|           color: darken(#6ddbba, 5%) !important; | |||
|             border: none;  | |||
|         } | |||
|     } | |||
|     &-light { | |||
|         margin-left: 20px; | |||
|         color: #fff; | |||
|         padding: 9px 25px !important; | |||
|         | |||
|   cursor: pointer; | |||
|       | |||
|         padding: 9px 35px; | |||
|         &:hover { | |||
|   | |||
|   color: #fff; | |||
| 
 | |||
|         } | |||
|     } | |||
|     | |||
|     &-service { | |||
|         background-color: $color-white !important; | |||
|         border-color: #0aa1aa; | |||
|         border: 1px solid !important; | |||
|         padding: 11px 29px; | |||
|         color:  #0aa1aa !important; | |||
|         font-size: 20px; | |||
|         font-weight: 600; | |||
|         border-radius: 8px; | |||
|         margin-top: 20px; | |||
|         &:hover { | |||
|             background-color:$color-sub-head !important; | |||
|             border: none;  | |||
|             color: $color-white !important; | |||
|         } | |||
|          | |||
|     }   | |||
|      | |||
|     &-sub { | |||
|         background-color: #0aa1aa !important; | |||
|         border-color: #0aa1aa; | |||
|         padding: 11px ; | |||
|         width: 100%; | |||
|         color: #fff !important; | |||
|         font-size: 20px; | |||
|         font-weight: 600; | |||
|         border-radius: 8px; | |||
|         &:hover { | |||
|             background-color: darken($color-sub-head, 5%) !important; | |||
|             border: none;  | |||
|         } | |||
|     } | |||
|     &-booking { | |||
|         background-color: transparent !important; | |||
|         border-color: #ffffff; | |||
|         border: 1px solid !important; | |||
|         padding: 11px 29px; | |||
|         color: $color-white !important; | |||
|         font-size: 20px; | |||
|         font-weight: 600; | |||
|         border-radius: 8px; | |||
|         | |||
|         &:hover { | |||
|             background-color:$color-white !important; | |||
|             border: $color-white !important;  | |||
|             color: $color-black !important; | |||
|         } | |||
|          | |||
|     }  | |||
|     &-reply{ | |||
|         color: $color-sub-head; | |||
|         font-size: 16px; | |||
|         font-weight: 600; | |||
|         padding: 0; | |||
|         outline-style: none !important; | |||
|         outline: none !important; | |||
|         &:hover{ | |||
|             color: $color-brand; | |||
|         } | |||
|     } | |||
| 
 | |||
|     &-pop{ | |||
|         color: $color-font2; | |||
|         font-size: 18px; | |||
|         border: 1px solid !important; | |||
|         border-color:$color-border !important; | |||
|         border-radius: 5px; | |||
|         padding: 6px 10px; | |||
|         margin-bottom: 10px !important; | |||
|         &:hover{ | |||
|              | |||
|             color: $color-white !important; | |||
|             background-color: $color-sub-head; | |||
|         } | |||
|     } | |||
| } | |||
| @ -0,0 +1,3 @@ | |||
| @import './banner'; | |||
| @import './buttons'; | |||
| @import './product'; | |||