moved textfield styles
This commit is contained in:
parent
9d41a70416
commit
35454c5c53
|
@ -1,4 +1,7 @@
|
|||
vn-textfield {
|
||||
div {
|
||||
outline: none; //remove chrome outline
|
||||
}
|
||||
.mdl-chip__action {
|
||||
position: absolute;
|
||||
width: auto;
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
@import "margin";
|
||||
@import "colors";
|
||||
|
||||
*{
|
||||
outline: none;
|
||||
}
|
||||
.form {
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
|
|
Loading…
Reference in New Issue