2650 new style icon edit button for summaries
This commit is contained in:
parent
344840d2c9
commit
ef4f7d7ca9
|
@ -73,6 +73,21 @@ ui-view > .vn-summary {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
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;
|
margin: $spacing-sm;
|
||||||
|
|
Loading…
Reference in New Issue