mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
47 lines
764 B
Text
47 lines
764 B
Text
body {
|
|
background: #6d9dc8;
|
|
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
|
color: white;
|
|
margin: 0;
|
|
font-weight: 300;
|
|
}
|
|
|
|
div#message {
|
|
padding: 100px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
height: 100vh;
|
|
width: 100vw;
|
|
margin: 0;
|
|
position: absolute;
|
|
box-sizing: border-box;
|
|
text-align: left;
|
|
}
|
|
|
|
div.bg {
|
|
background: white;
|
|
color: #666666;
|
|
padding: 20px 40px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
h1 {
|
|
margin-bottom: 10px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
button {
|
|
height: 32px;
|
|
padding: 0 24px;
|
|
color: white;
|
|
border: none;
|
|
box-sizing: border-box;
|
|
margin-top: 40px;
|
|
border-radius: 3px;
|
|
background: #6d9dc8;
|
|
font-weight: bold;
|
|
float: right;
|
|
cursor: pointer;
|
|
}
|