Decrease e2e shield fill mask size so that it doesn't overlap

This commit is contained in:
Michael Telatynski 2021-06-23 16:10:47 +01:00
parent f0ad70f0e7
commit 5d93216c94
4 changed files with 5 additions and 5 deletions

View file

@ -71,7 +71,7 @@ limitations under the License.
&::before {
background-color: #ffffff;
mask-image: url('$(res)/img/e2e/normal.svg');
mask-size: 90%;
mask-size: 80%;
}
&::after {