tao-test/app/tao/views/css/error-page.css

3 lines
756 B
CSS

.error-page{display:flex;justify-content:center;align-items:center;flex-direction:column;min-height:calc(100vh - 99px)}.error-page__form{display:flex;max-width:800px;font-family:Arial, Helvetica, sans-serif}.error-page__form__logo{height:50px}.error-page__form__title{font-weight:bolder;font-size:20pt;margin-top:0;margin-bottom:20px}.error-page__form__message{font-size:16pt;line-height:1.6}.error-page__form__action-bar{margin-top:40px}.error-page__form>*{margin:13px}.error-page>*{margin:20px}.button{color:black;border:3px solid black;border-radius:30px;padding:1em;text-transform:uppercase;font-weight:bold;font-size:14pt;transition:.4s}.button:hover{color:white;background-color:black;text-decoration:none}
/*# sourceMappingURL=error-page.css.map */