@lluc_llull/ui-lib 0.27.3 → 0.27.4
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 +1 -1
- package/src/lib/styles/main.css +0 -2
- package/styles/main.css +0 -2
package/package.json
CHANGED
package/src/lib/styles/main.css
CHANGED
|
@@ -193,8 +193,6 @@ body.show-grid .debug-grid-overlay {
|
|
|
193
193
|
body.show-grid .debug-grid-overlay div {
|
|
194
194
|
height: 100%;
|
|
195
195
|
background-color: rgba(255, 0, 0, 0.13);
|
|
196
|
-
border-left: 1px solid rgba(255, 0, 0, 0.315);
|
|
197
|
-
border-right: 1px solid rgba(255, 0, 0, 0.315);
|
|
198
196
|
}
|
|
199
197
|
body.show-grid .debug-grid-overlay {
|
|
200
198
|
display: grid !important;
|
package/styles/main.css
CHANGED
|
@@ -193,8 +193,6 @@ body.show-grid .debug-grid-overlay {
|
|
|
193
193
|
body.show-grid .debug-grid-overlay div {
|
|
194
194
|
height: 100%;
|
|
195
195
|
background-color: rgba(255, 0, 0, 0.13);
|
|
196
|
-
border-left: 1px solid rgba(255, 0, 0, 0.315);
|
|
197
|
-
border-right: 1px solid rgba(255, 0, 0, 0.315);
|
|
198
196
|
}
|
|
199
197
|
body.show-grid .debug-grid-overlay {
|
|
200
198
|
display: grid !important;
|