coer-elements 0.0.96 → 0.0.97
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.
- package/components/lib/coer-datebox/coer-datebox.component.d.ts +1 -1
- package/components/lib/coer-numberbox/coer-numberbox.component.d.ts +1 -1
- package/components/lib/coer-sidenav/coer-toolbar/coer-toolbar.component.d.ts +3 -1
- package/components/lib/coer-textarea/coer-textarea.component.d.ts +1 -1
- package/components/lib/coer-textbox/coer-textbox.component.d.ts +1 -1
- package/fesm2022/coer-elements-components.mjs +16 -14
- package/fesm2022/coer-elements-components.mjs.map +1 -1
- package/fesm2022/coer-elements-tools.mjs +16 -9
- package/fesm2022/coer-elements-tools.mjs.map +1 -1
- package/interfaces/lib/login-response.interface.d.ts +1 -0
- package/interfaces/lib/screen-size.interface.d.ts +1 -1
- package/package.json +1 -1
- package/styles/coer-elements.css +5 -2
package/package.json
CHANGED
package/styles/coer-elements.css
CHANGED
@@ -1019,13 +1019,17 @@ header.coer-page-title h2 span {
|
|
1019
1019
|
font-size: 20px !important;
|
1020
1020
|
}
|
1021
1021
|
header.coer-page-title nav {
|
1022
|
-
height:
|
1022
|
+
height: auto;
|
1023
|
+
min-height: 25px;
|
1023
1024
|
font-size: small;
|
1024
1025
|
background-color: whitesmoke;
|
1025
1026
|
display: flex;
|
1026
1027
|
align-items: center;
|
1027
1028
|
justify-content: space-between;
|
1028
1029
|
}
|
1030
|
+
header.coer-page-title nav a.go-back-button {
|
1031
|
+
min-width: 60px;
|
1032
|
+
}
|
1029
1033
|
header.coer-page-title ol, header.coer-page-title a, header.coer-page-title .bi-info-circle {
|
1030
1034
|
margin: 0px;
|
1031
1035
|
padding-left: 5px;
|
@@ -1263,7 +1267,6 @@ mat-drawer-container mat-drawer {
|
|
1263
1267
|
width: auto;
|
1264
1268
|
min-width: 200px;
|
1265
1269
|
background-color: var(--black) !important;
|
1266
|
-
z-index: 3 !important;
|
1267
1270
|
}
|
1268
1271
|
mat-drawer-container mat-drawer div.mat-drawer-inner-container::-webkit-scrollbar {
|
1269
1272
|
width: 1px !important;
|