Browse Source

Jun 30 : [UPDT] Updated 'theme_silon'

pull/266/head
AjmalCybro 2 years ago
parent
commit
77e448fd7b
  1. 48
      theme_silon/__manifest__.py
  2. 6
      theme_silon/static/src/scss/_common.scss
  3. 2
      theme_silon/static/src/scss/_variables.scss
  4. 2
      theme_silon/static/src/scss/layout/_header.scss

48
theme_silon/__manifest__.py

@ -58,30 +58,30 @@
], ],
'assets': { 'assets': {
'web.assets_frontend': [ 'web.assets_frontend': [
'/theme_silon/static/src/css/font-awesome.min.css', 'theme_silon/static/src/css/font-awesome.min.css',
'/theme_silon/static/src/scss/_variables.scss', 'theme_silon/static/src/scss/_variables.scss',
'/theme_silon/static/src/scss/_normalize.scss', 'theme_silon/static/src/scss/_normalize.scss',
'/theme_silon/static/src/scss/_common.scss', 'theme_silon/static/src/scss/_common.scss',
'/theme_silon/static/src/scss/components/_buttons.scss', 'theme_silon/static/src/scss/components/_buttons.scss',
'/theme_silon/static/src/scss/layout/_footer.scss', 'theme_silon/static/src/scss/layout/_footer.scss',
'/theme_silon/static/src/scss/components/_banner.scss', 'theme_silon/static/src/scss/components/_banner.scss',
'/theme_silon/static/src/scss/components/_product.scss', 'theme_silon/static/src/scss/components/_product.scss',
'/theme_silon/static/src/scss/pages/home/_offers.scss', 'theme_silon/static/src/scss/pages/home/_offers.scss',
'/theme_silon/static/src/scss/pages/home/_features.scss', 'theme_silon/static/src/scss/pages/home/_features.scss',
'/theme_silon/static/src/scss/pages/home/_journal.scss', 'theme_silon/static/src/scss/pages/home/_journal.scss',
'/theme_silon/static/src/scss/pages/home/_trending.scss', 'theme_silon/static/src/scss/pages/home/_trending.scss',
'/theme_silon/static/src/scss/pages/home/_follow-us.scss', 'theme_silon/static/src/scss/pages/home/_follow-us.scss',
'/theme_silon/static/src/scss/pages/home/_most-popular.scss', 'theme_silon/static/src/scss/pages/home/_most-popular.scss',
'/theme_silon/static/src/scss/pages/_maincontents.scss', 'theme_silon/static/src/scss/pages/_maincontents.scss',
'/theme_silon/static/src/scss/pages/_product.scss', 'theme_silon/static/src/scss/pages/_product.scss',
'/theme_silon/static/src/scss/pages/_about.scss', 'theme_silon/static/src/scss/pages/_about.scss',
'/theme_silon/static/src/scss/layout/_header.scss', 'theme_silon/static/src/scss/layout/_header.scss',
'/theme_silon/static/src/scss/pages/_preview.scss', 'theme_silon/static/src/scss/pages/_preview.scss',
'/theme_silon/static/src/scss/pages/_contact.scss', 'theme_silon/static/src/scss/pages/_contact.scss',
'/theme_silon/static/src/scss/pages/_cart.scss', 'theme_silon/static/src/scss/pages/_cart.scss',
'/theme_silon/static/src/js/most_popular.js', 'theme_silon/static/src/js/most_popular.js',
'/theme_silon/static/src/js/featured_product.js', 'theme_silon/static/src/js/featured_product.js',
'/theme_silon/static/src/js/trending.js', 'theme_silon/static/src/js/trending.js',
], ],
}, },
'license': 'LGPL-3', 'license': 'LGPL-3',

6
theme_silon/static/src/scss/_common.scss

@ -21,8 +21,4 @@
content: ""; content: "";
display: block; display: block;
} }
}
}

2
theme_silon/static/src/scss/_variables.scss

@ -24,5 +24,3 @@ $font-size-s:15px;
$font-size-banner:53px; $font-size-banner:53px;
$font-size-form:12px; $font-size-form:12px;
$font-bold:18px; $font-bold:18px;

2
theme_silon/static/src/scss/layout/_header.scss

@ -75,4 +75,4 @@ ul{
.icons-nav img{ .icons-nav img{
width:100%; width:100%;
max-width: 24px; max-width: 24px;
}

Loading…
Cancel
Save