You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
476 B
29 lines
476 B
|
|
.mainErrorDiv{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
|
|
.titleError{
|
|
border: solid 2px #C70039;
|
|
border-radius: 10px;
|
|
margin: 15px;
|
|
padding: 10px;
|
|
box-shadow: 5px 5px 5px #900C3F;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
width: 400px;
|
|
height: 250px;
|
|
}
|
|
|
|
.titleError h1 {
|
|
color: #900C3F;
|
|
margin: 10px !important;
|
|
} |