hanyuu/assets/oauth2.css/error.css

22 lines
388 B
CSS

.oauth2-errorhead {
display: flex;
align-items: center;
}
.oauth2-errorhead-icon {
flex: 0 0 auto;
background-color: #fff;
mask: url('/images/circle-exclamation-solid.svg') no-repeat center;
width: 40px;
height: 40px;
margin: 10px;
}
.oauth2-errorhead-text {
font-size: 1.8em;
line-height: 1.4em;
}
.oauth2-errorbody p {
margin: .5em 1em;
}