aboutsummaryrefslogtreecommitdiff
path: root/src/components/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/style.css')
-rw-r--r--src/components/style.css30
1 files changed, 18 insertions, 12 deletions
diff --git a/src/components/style.css b/src/components/style.css
index d33d775..79ef49e 100644
--- a/src/components/style.css
+++ b/src/components/style.css
@@ -16,18 +16,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-/*body, #root {
- margin: 0px;
- height: 100vh;
- width: 100vw;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- background-color: #232627;
- color: white;
-}*/
-
body {
margin: 0;
padding: 0;
@@ -42,6 +30,24 @@ body {
left: 0; right: 0;
}
+.GamemodeChooser {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ height: 90%;
+ width: 100%;
+}
+
+.GamemodeChooser .GamemodeButton {
+ border: 1px solid #5b76b7;
+ text-align: center;
+ font-size: 1.5rem;
+ padding: 0.5rem 0;
+ width: 15rem;
+ margin: 1rem;
+}
+
.MessageBox {
font-size: 7rem;
display: flex;