bulletboards/ImageBoardServerApp/Shared/Components/Forms/CommentForm.razor.css
limited_dev 1524d12647 feat: improved visuals
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
2023-06-07 14:46:39 +02:00

64 lines
No EOL
915 B
CSS

.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
}
.formImage{
margin: 6px;
max-width: 200px;
max-height: 200px;
padding: 5px;
}
.formImage img{
max-width:150px;
width: 100%;
}
.formContent{
text-align: left;
display: flex;
}
.postError{
color: #ff191c;
}
.toggler button{
color: white;
padding: 4px 8px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
border-radius: 3px;
background-color: #433F6B;
border: none;
}
.toggler button:hover{
background-color: #0de873;
color: black;
}