23 lines
387 B
CSS
23 lines
387 B
CSS
.action-entry{
|
|
height: 28px;
|
|
display: flex;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.action-entry-title{
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
line-height: 28px;
|
|
width: 100%;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.action-entry-arrow{
|
|
width: 18px;
|
|
height: 18px;
|
|
margin-left: auto;
|
|
margin-top: auto;
|
|
margin-bottom: auto;
|
|
cursor: pointer;
|
|
} |