@fest-lib/fl-ui 0.1.13 → 0.1.14
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/dist/fl-ui.js +2 -2
- package/package.json +1 -1
- package/src/styles/ui/_home-host.scss +4 -1
package/package.json
CHANGED
|
@@ -46,7 +46,10 @@ $bp-desktop-min: 641px;
|
|
|
46
46
|
border: none;
|
|
47
47
|
outline: none;
|
|
48
48
|
box-shadow: none;
|
|
49
|
-
background:
|
|
49
|
+
background: none;
|
|
50
|
+
background-color: transparent;
|
|
51
|
+
border: none 0px transparent;
|
|
52
|
+
outline: none 0px transparent;
|
|
50
53
|
}
|
|
51
54
|
|
|
52
55
|
/* Extra-standalone: `<main>` is the only host (no wf-mounted-view on child) — nothing frames the launcher */
|