@enki-tek/fms-web-components 0.1.29 → 0.1.30

Sign up to get free protection for your applications and to get access to all the features.
@@ -109,5 +109,4 @@ ul, .icon-sidebar-content ul li, .icon-sidebar-content .toggle-button {
109
109
  #sidebarMenu {
110
110
  height: calc(100vh - 146px);
111
111
  overflow: auto;
112
- border-radius: 0.75rem;
113
112
  }</style>
@@ -122,6 +122,5 @@ ul, .icon-sidebar-content ul li, .icon-sidebar-content .toggle-button {
122
122
  #sidebarMenu {
123
123
  height: calc(100vh - 146px);
124
124
  overflow: auto;
125
- border-radius: 0.75rem;
126
125
  }</style>
127
126
 
@@ -5,9 +5,9 @@
5
5
  export let companyName = 'EnkiTek';
6
6
  </script>
7
7
 
8
- <div class="sidebar pe-0" >
8
+ <div class="sidebar pe-0">
9
9
  <div
10
- class="offcanvas-md offcanvas-end bg-white"
10
+ class="offcanvas-md offcanvas-end bg-white rounded-3"
11
11
  tabindex="-1"
12
12
  id="sidebarMenu"
13
13
  aria-labelledby="sidebarMenuLabel"
@@ -132,7 +132,6 @@ ul, .icon-sidebar-content ul li, .icon-sidebar-content .toggle-button {
132
132
  #sidebarMenu {
133
133
  height: calc(100vh - 146px);
134
134
  overflow: auto;
135
- border-radius: 0.75rem;
136
135
  }
137
136
  @media (min-width: 768px) {
138
137
  .sidebar .offcanvas-lg {
@@ -153,5 +153,4 @@ ul {
153
153
  #sidebarMenu {
154
154
  height: calc(100vh - 146px);
155
155
  overflow: auto;
156
- border-radius: .75rem;
157
156
  }
@@ -185,7 +185,6 @@ ul, .icon-sidebar-content ul li, .icon-sidebar-content .toggle-button {
185
185
  #sidebarMenu {
186
186
  height: calc(100vh - 146px);
187
187
  overflow: auto;
188
- border-radius: 0.75rem;
189
188
  }
190
189
  :global(.ebg-none) {
191
190
  background-color: #ffffff !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enki-tek/fms-web-components",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "devDependencies": {
5
5
  "@storybook/addon-essentials": "^7.6.14",
6
6
  "@storybook/addon-interactions": "^7.6.14",