bulletboards/ImageBoardServerApp/Shared/Components/Forms/CommentForm.razor.css

40 lines
499 B
CSS
Raw Normal View History

2023-01-25 22:45:36 +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
}
.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-01-25 22:45:36 +00:00
}