diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-07-27 22:30:22 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-07-27 22:30:22 +0100 |
| commit | 8b69e65e51507118b014a0426ae6f957b78a0707 (patch) | |
| tree | c1507990c5f5cc05a4e9000c295618ac85524f9a /code/ui/mainmenu | |
| parent | 71db52c5443a7bf82d9a23a770994a42b043be04 (diff) | |
Reformat
Diffstat (limited to 'code/ui/mainmenu')
| -rw-r--r-- | code/ui/mainmenu/MainMenu.razor | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/code/ui/mainmenu/MainMenu.razor b/code/ui/mainmenu/MainMenu.razor index ffca318..ccdf17a 100644 --- a/code/ui/mainmenu/MainMenu.razor +++ b/code/ui/mainmenu/MainMenu.razor @@ -7,22 +7,22 @@ <style>
.wip-warning {
- position: absolute;
- z-index: 1000000;
- background-color: #FF4136;
- font-family: 'Roboto';
- font-size: 40px;
- width: 100%;
- font-weight: 700;
- display: flex;
- flex-direction: column;
- align-items: center;
+ position: absolute;
+ z-index: 1000000;
+ background-color: #FF4136;
+ font-family: 'Roboto';
+ font-size: 40px;
+ width: 100%;
+ font-weight: 700;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
}
</style>
<root class="gamemainmenu">
- <div class="wip-warning">Work in progress! Expect bugs, missing features, and general weird-ness. Things *will* break.</div>
+ <div class="wip-warning">Work in progress! Expect bugs, missing features, and general weird-ness. Things *will* break.</div>
<div class="navigator-canvas" slot="navigator-canvas"></div>
|
