@coorpacademy/components 10.3.24 → 10.3.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -233,7 +233,7 @@ ul {
233
233
  }
234
234
 
235
235
  .checkbox:checked + .summary {
236
- height: 70%;
236
+ min-height: 500px;
237
237
  max-height: 1000px;
238
238
  padding: 12px 24px 12px 24px;
239
239
  box-shadow: 0 -6px 42px -14px rgba(0, 0, 0, 0.25);
@@ -82,7 +82,6 @@
82
82
 
83
83
  .footer {
84
84
  width: 100%;
85
- height: 100%;
86
85
  bottom: 0px;
87
86
  display: none;
88
87
  position: inherit;
@@ -104,7 +103,6 @@
104
103
  bottom: 10px;
105
104
  position: sticky;
106
105
  z-index: 1;
107
- min-height: 600px;
108
106
  }
109
107
  .footer::before {
110
108
  content: '';
@@ -233,7 +233,7 @@ ul {
233
233
  }
234
234
 
235
235
  .checkbox:checked + .summary {
236
- height: 70%;
236
+ min-height: 500px;
237
237
  max-height: 1000px;
238
238
  padding: 12px 24px 12px 24px;
239
239
  box-shadow: 0 -6px 42px -14px rgba(0, 0, 0, 0.25);
@@ -82,7 +82,6 @@
82
82
 
83
83
  .footer {
84
84
  width: 100%;
85
- height: 100%;
86
85
  bottom: 0px;
87
86
  display: none;
88
87
  position: inherit;
@@ -104,7 +103,6 @@
104
103
  bottom: 10px;
105
104
  position: sticky;
106
105
  z-index: 1;
107
- min-height: 600px;
108
106
  }
109
107
  .footer::before {
110
108
  content: '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "10.3.24",
3
+ "version": "10.3.25",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -119,5 +119,5 @@
119
119
  "webpack-hot-middleware": "^2.25.0"
120
120
  },
121
121
  "author": "CoorpAcademy",
122
- "gitHead": "121b7d03debd96233c7184225b0b5a318618e5e2"
122
+ "gitHead": "c49eb7a8344af049dc39b7bfa34a2686d63ce82e"
123
123
  }