2023-01-18 12:56:24 +00:00
|
|
|
|
.toggleOpened{
|
|
|
|
|
color: #0a58ca;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toggleOpened:hover{
|
|
|
|
|
color: #0a58ca; !important;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.centered {
|
|
|
|
|
text-align: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pd {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.marg{
|
|
|
|
|
margin: 2px
|
2023-01-27 21:09:16 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.formImage{
|
|
|
|
|
margin: 6px;
|
|
|
|
|
max-width: 200px;
|
|
|
|
|
max-height: 200px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.formImage img{
|
|
|
|
|
max-width:150px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.formContent{
|
|
|
|
|
text-align: left;
|
|
|
|
|
display: flex;
|
2023-02-02 21:13:03 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.postError{
|
|
|
|
|
color: #ff191c;
|
2023-01-18 12:56:24 +00:00
|
|
|
|
}
|