Skip to content

Commit

Permalink
Merge pull request #52 from Livefyre/fix_build
Browse files Browse the repository at this point in the history
Replacing SDK less dependency with local version
  • Loading branch information
ross-pfahler authored Apr 13, 2017
2 parents e296477 + 1f4315c commit 9b903c3
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 8 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamhub-input",
"version": "0.10.1",
"version": "0.10.2",
"main": [
"./src/main.js"
],
Expand All @@ -17,7 +17,7 @@
"rework": "gobengo/rework#0.21.0",
"stream": "git://github.com/Livefyre/stream.git#~0.1",
"streamhub-editor": "git://github.com/Livefyre/streamhub-editor.git#1.3.2",
"streamhub-sdk": "git://github.com/Livefyre/streamhub-sdk.git#2.26.2",
"streamhub-sdk": "git://github.com/Livefyre/streamhub-sdk.git#2.26.4",
"view": "git://github.com/Livefyre/view.git#1.4",
"livefyre-theme-styler": "git://github.com/livefyre/livefyre-theme-styler.git#1.1.0",
"node-tiny-uuid": "git://github.com/RiveraGroup/node-tiny-uuid.git#ea7f741c9ad912d8ad2201b25fe9f5d945206386"
Expand All @@ -40,7 +40,7 @@
"mout": "0.11.0",
"streamhub-share": "0.1.5",
"view": "1.4",
"streamhub-sdk": "2.26.2",
"streamhub-sdk": "2.26.4",
"streamhub-editor": "1.3.2",
"cajon": "0.1.12",
"streamhub-ui": "0.4.4"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Livefyre",
"email": "[email protected]"
},
"version": "0.10.1",
"version": "0.10.2",
"scripts": {
"postinstall": "bower install",
"start": "node ./dev/server.js",
Expand Down
51 changes: 51 additions & 0 deletions src/styles/modal.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
.hub-modal {
position: fixed;
width: 100%;
height: 100%;
background: rgb(23, 30, 34);
background: rgba(0,0,0,0.85);
display: none;
z-index: 50;
top: 0;
right: 0;
bottom: 0;
left: 0;
color: #FFF;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;

.hub-modal-close {
padding: 0;
position: absolute;
width: 32px;
height: 32px;
background-position: 32px 0px;
right: 27px;
top: 20px;
font-size: 30px;
cursor: pointer;
z-index: 51;
text-indent: -9999px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAAlCAQAAABCZccyAAACdElEQVR4Ab3Yv04cVxgF8DNrGRqShmYfwMKdCyoaFyiWeI1IlhvkZ6CgcGchxbD+gxK75yGWjo4yErJEwwsYduv9JVh2Rt4Qlo8r5Zxmmln9dGd157uTRdHZc+WViFeu7Onknl2y5cDYmYmJM2MHtizJvxu3t3MIJiIm4MO9aEMjl27KpZFhBdaz+E3EG6jTLNs1Bad2bFqzYsWaTTtOwdSu5bvCOh8AHw1EDHxUpw2dgCOP5YY+dgRO9OuWAuuetCcucG5DbumGc1x40sMqrDpt6ALHVmVBVx3j4vuqVVk12rITHHsoFvehY5xYFqmzKrRdnFuVO3bVOXZFyqwCbWiKDSl0A1NDKbMKtLc4kmKPMJIiq0Bbcon5DeKZddF33TPzmweXloqsAm0Lp+ZZzGzLt26DedoptoqsAu0AOzK3PjM9bRvM5tYwdnBQZBVoY2zKXLf/ofVXmesmxgVWkXaGNflPGjezYg1nBVaRNsGK3ES7lRUrmAzS5X1e5Dqf8jyz3CezPM+nXOdF3qfL93Sppb9LvF6wWvVVe73gUcLMbNGj/AI+eyCNfeAz+CLtf/5B/sh1HuVdurSky7s8SpJvv/hnkqf5MevZTxd5mdHffRnpsp/1/JinX+/WP4LDhmm+c9j/JQob7Ay/3LzBFmgFVvsrSYFWYEWM2l7iBVqF1T72FGgVVvugWKBVWO2jdYFWZPWHkbH6YUSBVmG1H98KtAqr/cBbodVZDZ8IKrQ6q+/Q29pHlQqtzmr4DFWgFVjNLcyldVY7bDFtT8Te/8WSTm7NIL/n1yST/JzkKj+VRvCGDO4wze9nmv0k+Xr1psBqyF8HZMkSa2ieXwAAAABJRU5ErkJggg==);
background-color: transparent;
border: 0;
}

.hub-modal-content,
.hub-modal-content > * {
width: 100%;
-webkit-overflow-scrolling: touch;
}

.hub-modal-content {
height: 100%;
overflow: auto;
}

.hub-modal-content > .hub-modal-content-view.content,
.hub-modal-content > .hub-modal-content-view.streamhub-content-list-view {
width: 40%;
margin: 70px auto;
min-width: 300px;
}
}
8 changes: 4 additions & 4 deletions src/styles/streamhub-input.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import "livefyre-bootstrap/src/styles/fycons.less";
@import (reference) "livefyre-bootstrap/src/styles/mixins.less";
@import "streamhub-sdk/src/modal/css/modal.less";
@import "streamhub-editor/src/styles/editor.less";
@import "lib/livefyre-bootstrap/src/styles/fycons.less";
@import (reference) "lib/livefyre-bootstrap/src/styles/mixins.less";
@import "./modal.less";
@import "lib/streamhub-editor/src/styles/editor.less";

.lf-input-btn {
.box-sizing(border-box);
Expand Down

0 comments on commit 9b903c3

Please sign in to comment.