blob: 8feeb1f9a245bae9343c4bbaf3948d1102512db7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.launch-external-resource-button {
color: transparent;
background-color: transparent;
background-image: url($icons-folder-path + '/../launchExternalResource/ann-icon.svg');
font-size: 20px;
padding: 2px 5px;
margin-left: 10px;
border: none;
vertical-align: text-bottom;
height: 30px;
width: 30px;
background-repeat: no-repeat;
}
.launch-in-context {}
|