make cancel button icon slightly larger
parent
8d16ac1d31
commit
b14d436e98
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue