app-layout-frame 0.0.45 → 0.0.46

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.
Files changed (2) hide show
  1. package/dist/index.css +1 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -11,4 +11,4 @@
11
11
  ._2yvUY{filter:drop-shadow(0 1px 2px rgba(0,0,0,.35));border-radius:35px;margin-top:5px}
12
12
  ._1Hpad{display:flex;align-items:center;justify-content:space-between;padding:0 25px 0 47px;gap:40px;height:72px;border-bottom:1px solid var(--color-grey-200)}
13
13
  ._3RkpO{display:flex;align-items:center;justify-content:center;height:38px;width:38px;border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.35);background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}._3RkpO:focus{box-shadow:0 0 8px var(--color-blueberry-300)}
14
- ._3zD6l{display:flex}._3zD6l img{width:100%;margin-top:150px}._2jkua{display:flex;justify-content:center;margin-bottom:40px;margin-top:90px}._2jkua svg{width:80%}._1Ny96{width:547px;height:100vh;box-sizing:border-box;left:0;top:0;padding:28px;display:flex;justify-content:center}._1m5-W{flex-basis:382px}._1m5-W>*{height:-moz-fit-content;height:fit-content}._2MMwX{width:100%}@media (max-width:900px){._2hBAV{width:100%}._QYbD_{display:none}}
14
+ ._3zD6l{display:flex}._3zD6l img{width:100%;margin-top:150px}._2jkua{display:flex;justify-content:center;margin-bottom:40px;margin-top:90px}._2jkua svg{width:80%}._1Ny96{width:547px;height:100vh;box-sizing:border-box;left:0;top:0;padding:28px;display:flex;justify-content:center}._1m5-W{flex-basis:382px}._1m5-W>*{height:-moz-fit-content;height:fit-content}._2MMwX{width:100%}@media (max-width:900px){._1Ny96,._2hBAV{width:100%}._2MMwX,._QYbD_{display:none}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "app-layout-frame",
3
- "version": "0.0.45",
3
+ "version": "0.0.46",
4
4
  "description": "Easily layout your webapp with sidenav and topbar",
5
5
  "author": "galexandrade",
6
6
  "license": "MIT",