Files
seweb/client/components/help_entry/help_entry.css

21 lines
345 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-arrow{
width: 15px;
height: 15px;
margin-left: auto;
margin-top: auto;
margin-bottom: auto;
cursor: pointer;
}