make cancel button icon slightly larger

pull/21833/head
Bruno Windels 2019-01-16 11:14:19 +01:00
parent 8d16ac1d31
commit b14d436e98
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ limitations under the License.
mask: url('../../../img/cancel.svg');
mask-repeat: no-repeat;
mask-position: center;
mask-size: 12px;
padding: 10px;
mask-size: 14px;
padding: 9px;
margin: 0 12px 0 3px;
cursor: pointer;
}