White copy icon

This commit is contained in:
benber86 2021-05-21 15:34:53 +10:00
parent 480dad8c9d
commit 30a6ee5485
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18">
<path fill-rule="evenodd" fill="#138198"
<path fill-rule="evenodd" fill="#eee"
d="M15 14h-1v1a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h1V3a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3zM3 6a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H3zm13-3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v1h5a3 3 0 0 1 3 3v5h1a1 1 0 0 0 1-1V3z"></path>
</svg>

Before

Width:  |  Height:  |  Size: 386 B

After

Width:  |  Height:  |  Size: 383 B

View File

@ -7,8 +7,12 @@
color: $primary-invert;
}
.input {
border-color: $white;
}
.status-message {
color: $primary-invert;
color: $white;
text-align: center;
&.is-danger {