appscms-tools-theme 2.5.5 → 2.5.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e698878224272669604c5af1c297b32108a2b6d2ce7e827972101f6b442341dd
4
- data.tar.gz: a1ed6313cd4d146d100ffae2d1275b04bacf6fa899d90015a9d7f2222010992f
3
+ metadata.gz: c7bf604497b55c50d30ca5543af407d56859fc80b314611b1f893daf2ad62fce
4
+ data.tar.gz: ec27a976128f38a288479af257bb62d1428def2dd4ba9d599a570941216b4c30
5
5
  SHA512:
6
- metadata.gz: 40cb5eb220600e2570ac34534f3038769776c3eb1760de194242bf2ef94f689b1bd5e2d9aaf6107b2a35f060aa17d26841ded211c3a077ab1e7b17f72193bfc8
7
- data.tar.gz: 0c5b99c9e88bca68fc46d72843aa38c1fa365a574165bb5866a89f494b2917bc9f9c4320b597c8304e0a8309d0ddce093b8bdb4992cdc215a38c31ab53dc48c5
6
+ metadata.gz: d93842b5bebcc786e8a4fa5ce27e040a1ca886398c6796afb48dd6e48be88edf757bdc9bc6edb322df6e2b164ff4622c2cd84eacb01e950552aed4a1ff5327ac
7
+ data.tar.gz: 3cf2e14ed523a474321d6f86c7057d099a7febfa0e5b0d933831c91bd338a2b817164840e81c49739cc839f035085f5c29b9c60e0127613b01eb857d7bfbdf7a
@@ -10,7 +10,7 @@
10
10
  {% include header/index.html %}
11
11
 
12
12
  <div class="flex-container feature1-flex-container">
13
- <div class="flex-class">
13
+ <div class="flex-class py-4 mt-4 mt-md-0">
14
14
  <div id="h1-img-wrapper" class="d-flex justify-content-center align-items-center">
15
15
  {%- assign featureh1 = featureData.H1 | replace: "$variable", page.value -%}
16
16
  <h1 class="feature1-h1">{%- for word in featureh1-%}
@@ -10,7 +10,8 @@ HEADER | NAVBAR DESIGN CSS
10
10
  top: 0;
11
11
  z-index: 10;
12
12
  background: #fff;
13
- box-shadow: 0 1px 0 0 rgb(38 38 40 / 9%);
13
+ border: none !important;
14
+ box-shadow: 0 1px 0 0 rgb(38 38 40 / 9%) !important;
14
15
  }
15
16
 
16
17
  .header-navbar {
@@ -106,7 +106,7 @@
106
106
 
107
107
  .feature1-flex-container {
108
108
  padding-top: 75px;
109
- padding-bottom: 60px;
109
+ padding-bottom: 20px;
110
110
  }
111
111
 
112
112
  #filepicker,
@@ -204,6 +204,7 @@ canvas {
204
204
  padding: 30px;
205
205
  width: 100%;
206
206
  text-align: left;
207
+ height: 100%;
207
208
  }
208
209
 
209
210
  .options-panel .title {
data/assets/js/theme.js CHANGED
@@ -21,7 +21,7 @@ if (layout == "feature-1") {
21
21
  document.querySelector('.feature1-h1').style.width = '100%'
22
22
  document.querySelector('.feature1-h2').style.display = 'none'
23
23
  console.log(document.querySelector(".feature1-flex-container"));
24
- document.querySelector(".feature1-flex-container").style.paddingTop = "1.5rem"
24
+ document.querySelector(".feature1-flex-container").style.paddingTop = "0rem"
25
25
  document.querySelector(".feature1-flex-container").style.paddingBottom = "0rem"
26
26
  }
27
27
  } else {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.5
4
+ version: 2.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms