Files
seweb/client/components/help_entry/help_entry.css
2024-08-21 16:35:33 +02:00

21 lines
353 B
CSS

.help-entry{
height: 28px;
display: flex;
margin-left: 10px;
margin-right: 10px;
}
.help-entry-title{
text-align: center;
vertical-align: middle;
line-height: 28px;
}
.help-entry-question-mark{
width: 20px;
height: 20px;
margin-left: auto;
margin-top: auto;
margin-bottom: auto;
cursor: pointer;
}