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