/**
 * Jericho Comms - Information-theoretically secure communications
 * Copyright (c) 2013-2024  Joshua M. David
 *
 * This program 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 in version 3 of the License.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see [http://www.gnu.org/licenses/].
 */

/* --------------------------------------- */
/*	7. AUTO NUKE PAGE
/* --------------------------------------- */

.nukePage body {
	background-color: #eee;
	display: flex;
	flex-direction: column;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0 auto;
	max-width: 540px;
	padding: 5px;
}

.nukePage .warningText {
	margin-top: 7px;
	margin-bottom: 14px;
}

.nukePage .warningLabel {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	margin-top: 14px;
}

.nukePage .nukeButton {
	text-align: center;
}

.nukePage .localNukeContainer {
	display: none;
}
