2650 new style icon edit button for summaries

This commit is contained in:
Jorge Padawan 2021-01-08 15:42:43 +01:00
parent 344840d2c9
commit ef4f7d7ca9
1 changed files with 15 additions and 0 deletions

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;