2650-add_button_edit_on_summaries #507

Merged
carlosjr merged 11 commits from 2650-add_button_edit_on_summaries into dev 2021-01-12 10:07:19 +00:00
1 changed files with 15 additions and 0 deletions
Showing only changes of commit ef4f7d7ca9 - Show all commits

View File

@ -73,6 +73,21 @@ ui-view > .vn-summary {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
span {
display: block;
}
a {
color: $color-font;
}
}
h4 span:after {
font-family: 'Material Icons';
content: 'open_in_new';
position: absolute;
right: 5px;
text-transform: none;
color: $color-spacer
}
& > * {
margin: $spacing-sm;