diff --git a/dist/PublicLab.Editor.css b/dist/PublicLab.Editor.css index aad0d72b..b253b309 100644 --- a/dist/PublicLab.Editor.css +++ b/dist/PublicLab.Editor.css @@ -1,3 +1,24 @@ +.bug-btn { + color: #f1f1f1; + font-size: 1em; + padding: 0.7em; + border: none; + /*margin: 2.4em;*/ + margin-left: 3%; + border-radius: 2%; + background: linear-gradient(to right, #424242, #616161); +} + +.bug-btn:hover { + background: linear-gradient(to right, #242323, #838282); + color: #f1f1f1; + text-decoration: none; +} + +.bug-btn-wrapper { + margin: 3rem; +} + .pl-editor { margin-bottom: 100px; } diff --git a/examples/index.html b/examples/index.html index 742d360a..ca01ba3e 100644 --- a/examples/index.html +++ b/examples/index.html @@ -307,6 +307,9 @@