/* Copyright 2015-2017 Parity Technologies (UK) Ltd. /* This file is part of Parity. /* /* Parity is free software: you can redistribute it and/or modify /* it under the terms of the GNU General Public License as published by /* the Free Software Foundation, either version 3 of the License, or /* (at your option) any later version. /* /* Parity is distributed in the hope that it will be useful, /* but WITHOUT ANY WARRANTY; without even the implied warranty of /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the /* GNU General Public License for more details. /* /* You should have received a copy of the GNU General Public License /* along with Parity. If not, see . */ $textColor: #ccc; $statusHeight: 2.75em; .home { color: $textColor !important; font-size: 1.2em; margin-right: 1em; } .container { flex: 0; box-sizing: border-box; .bar { height: $statusHeight; z-index: 1000; border-bottom: 1px solid #405161; color: $textColor; } .status, .warning { padding: 0.5rem 0.75rem; } .status { align-items: center; display: flex; } .warning { background: red; display: block; } } .plugins { align-items: center; display: flex; flex-grow: 1; justify-content: flex-end; > div, > img, > span { align-self: center; margin: 0 0 0 1rem; } .divider { height: 1rem; margin: 0 0.25rem 0 1.25rem; opacity: 0.75; } .health, .pending { /* Same as default line-height, i.e. item same as text following */ height: 1.4285rem; } .health { > span { height: 100%; /* re-instate the original margin, no negative offset */ margin-top: 0.2em; width: auto; > span { /* default vertical alignment */ vertical-align: baseline; } } } .pending { > i { height: 100%; } } } .upgrade { div { display: inline-block; margin-left: 1rem; } }