Update with recent @parity/ui

This commit is contained in:
Jaco Greeff
2017-09-12 13:32:21 +02:00
parent dc85c66052
commit 6e2e122288
6 changed files with 443 additions and 285 deletions

View File

@@ -15,17 +15,19 @@
/* along with Parity. If not, see <http://www.gnu.org/licenses/>.
*/
$backgroundColor: rgba(0, 0, 0, 0.8);
@import '../ParityBar/_colors.css';
$textColor: #ccc;
.status {
align-items: center;
background-color: $backgroundColor;
background: $backgroundColor;
background: $backgroundGradient;
bottom: 0;
color: $textColor;
display: flex;
left: 0;
padding: 0.4em 0.5em;
padding: 0.5em 0.75em;
position: fixed;
right: 0;
z-index: 1000;