Update with recent @parity/ui
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user