21 lines
353 B
CSS
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;
|
|
} |