Create a mixin of cancel button (#8526)
This commit is contained in:
parent
7e63202f9a
commit
e980c146ff
7 changed files with 16 additions and 35 deletions
|
@ -34,14 +34,9 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_CompleteSecurity_skip {
|
||||
mask: url('$(res)/img/feather-customised/cancel.svg');
|
||||
mask-repeat: no-repeat;
|
||||
mask-position: center;
|
||||
mask-size: cover;
|
||||
@mixin customisedCancelButton;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-color: $dialog-close-fg-color;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
right: 24px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue