Make maintenance text readable.
This commit is contained in:
parent
a4353fee78
commit
f54ab1b066
|
|
@ -99,7 +99,7 @@ class Maintenance extends React.Component {
|
|||
</Suspense>
|
||||
</Canvas>
|
||||
</div>
|
||||
<div className="text-center mt-auto container">
|
||||
<div className="text-center mt-auto container gtoria-maintenance-form">
|
||||
<h1>Graphictoria is currently under maintenance.</h1>
|
||||
<h4>Our cyborg team of highly trained code-monkes are working to make Graphictoria better. We'll be back soon!</h4>
|
||||
<div className="input-group mt-5">
|
||||
|
|
|
|||
|
|
@ -22,12 +22,26 @@ $web-font-path: "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,w
|
|||
}
|
||||
|
||||
// Maintenance
|
||||
|
||||
.gtoria-maintenance-background {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -9999;
|
||||
}
|
||||
|
||||
.gtoria-maintenance-form {
|
||||
html.gtoria-light & {
|
||||
background: radial-gradient($gray-100 5%, transparent 65%);
|
||||
}
|
||||
|
||||
html.gtoria-dark & {
|
||||
background: radial-gradient(shade-color($gray-900, 30%) 5%, transparent 65%);
|
||||
}
|
||||
|
||||
background-repeat: no-repeat;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
// Loader
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue