@leuffen/themejs1 8.2.55 → 8.2.57

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leuffen/themejs1",
3
- "version": "8.2.55",
3
+ "version": "8.2.57",
4
4
  "description": "",
5
5
  "license": "proprietary",
6
6
  "main": "./index.js",
@@ -118,8 +118,28 @@
118
118
 
119
119
  }
120
120
 
121
+ liweco-collapse-openhour-table {
122
+ table {
123
+ width: 100%;
124
+
125
+ }
126
+ width: 100%;
127
+ display: block;
128
+ }
129
+ .openhours {
130
+ tr {
131
+ td:first-child {
132
+ // Test should be on top of the cell
133
+ vertical-align: top;
134
+ font-weight: bold;
135
+ padding-right: 20px;
136
+ }
137
+ border-bottom: 1px solid var(--bs-gray-200);
138
+ &:last-child {
139
+ border-bottom: none;
140
+ }
141
+ }
142
+ }
121
143
 
122
144
  }
123
- .openhours {
124
- --joda-class: "table table-borderless";
125
- }
145
+