diff --git a/src/fixations/_assets.scss b/src/fixations/_assets.scss index e6e7658..0ecc17c 100644 --- a/src/fixations/_assets.scss +++ b/src/fixations/_assets.scss @@ -481,3 +481,11 @@ .bd-logo { display: none; } + +/* Connections Link Icon */ +[class*="connectedAccountOpenIcon-"] { + -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='25' viewBox='-1 -1 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z' fill='currentColor' /%3E%3C/svg%3E"), url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='25' viewBox='-1 -1 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z' fill='currentColor' /%3E%3C/svg%3E"); + -webkit-mask-repeat: no-repeat; + background-color: currentColor; + transform: scale(0.8); +} \ No newline at end of file