@coorpacademy/components 10.21.1 → 10.21.2

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.
@@ -578,14 +578,14 @@
578
578
  height: auto;
579
579
  background-color: white;
580
580
  left: 0;
581
- top: -100%;
581
+ top: -100vh;
582
582
  width: 100%;
583
583
  transition: top 0.8s ease-out;
584
584
  max-height: 100vh;
585
585
  }
586
586
 
587
587
  .menuWrapper:last-child {
588
- padding-bottom: 40px;
588
+ padding-bottom: 60px;
589
589
  }
590
590
 
591
591
  .hiddenSearchBar {
@@ -578,14 +578,14 @@
578
578
  height: auto;
579
579
  background-color: white;
580
580
  left: 0;
581
- top: -100%;
581
+ top: -100vh;
582
582
  width: 100%;
583
583
  transition: top 0.8s ease-out;
584
584
  max-height: 100vh;
585
585
  }
586
586
 
587
587
  .menuWrapper:last-child {
588
- padding-bottom: 40px;
588
+ padding-bottom: 60px;
589
589
  }
590
590
 
591
591
  .hiddenSearchBar {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "10.21.1",
3
+ "version": "10.21.2",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -130,5 +130,5 @@
130
130
  "webpack": "^4.43.0"
131
131
  },
132
132
  "author": "CoorpAcademy",
133
- "gitHead": "9b67197b24c5d84d7bc7c412b6af19d2d8ca7d7b"
133
+ "gitHead": "d45f65336f89f149396b5b466c74318fe742dfe1"
134
134
  }