Improve error page styling
This commit is contained in:
27
wise-webapp/src/main/webapp/css/error.less
Normal file
27
wise-webapp/src/main/webapp/css/error.less
Normal file
@@ -0,0 +1,27 @@
|
||||
@import "compatibility.less";
|
||||
|
||||
div#errorContainer {
|
||||
padding: 200px;
|
||||
height: 100vh;
|
||||
background-color: rgb(252, 235, 192);
|
||||
text-align:center
|
||||
}
|
||||
|
||||
div#errorContainer > h1 {
|
||||
padding-top: 200px;
|
||||
color: rgb(241, 163, 39);
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
div#errorContainer > p {
|
||||
font-size: 25px;
|
||||
}
|
||||
div#bottom-logo {
|
||||
position: fixed;
|
||||
right: 20px;
|
||||
bottom: 10px;
|
||||
background: url(../../images/editor/logo-text-black.svg) no-repeat;
|
||||
width: 90px;
|
||||
height: 40px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user