2017-04-28 13:04:29 +00:00
|
|
|
vn-textfield {
|
2017-09-27 10:44:33 +00:00
|
|
|
div {
|
|
|
|
outline: none; //remove chrome outline
|
|
|
|
}
|
2017-05-17 19:23:47 +00:00
|
|
|
.mdl-chip__action {
|
2017-09-13 08:59:34 +00:00
|
|
|
position: absolute;
|
|
|
|
width: auto;
|
2017-04-28 13:04:29 +00:00
|
|
|
top: 0px;
|
|
|
|
right: -6px;
|
|
|
|
margin: 22px 0px;
|
2017-11-23 13:09:38 +00:00
|
|
|
background: transparent;
|
|
|
|
z-index: 9999;
|
2017-04-28 13:04:29 +00:00
|
|
|
}
|
2017-05-17 19:23:47 +00:00
|
|
|
.material-icons {
|
2017-09-13 08:59:34 +00:00
|
|
|
font-size: 18px;
|
|
|
|
float: right;
|
2017-11-23 13:09:38 +00:00
|
|
|
margin-right: 5px;
|
2017-04-28 13:04:29 +00:00
|
|
|
}
|
|
|
|
}
|