#923 Modificar estilos de vn-table
This commit is contained in:
parent
68eb61bd7e
commit
35f408571e
|
@ -122,4 +122,22 @@ vn-table {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vn-autocomplete {
|
||||||
|
div.mdl-textfield {
|
||||||
|
padding: 0px !important;
|
||||||
|
}
|
||||||
|
label.mdl-textfield__label:after {
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
div.icons {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
vn-textfield {
|
||||||
|
max-width: 100px;
|
||||||
|
float: right;
|
||||||
|
margin: 0!important;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -1,5 +1,4 @@
|
||||||
import ngModule from '../../module';
|
import ngModule from '../../module';
|
||||||
import './style.scss';
|
|
||||||
|
|
||||||
class Controller {
|
class Controller {
|
||||||
constructor($stateParams, $scope) {
|
constructor($stateParams, $scope) {
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
vn-ticket-request-index {
|
|
||||||
vn-textfield {
|
|
||||||
margin: 0!important;
|
|
||||||
max-width: 150px;
|
|
||||||
}
|
|
||||||
vn-autocomplete {
|
|
||||||
div.mdl-textfield {
|
|
||||||
padding: 0px !important;
|
|
||||||
}
|
|
||||||
label.mdl-textfield__label:after {
|
|
||||||
bottom: 0;
|
|
||||||
}
|
|
||||||
div.icons {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
vn-drop-down {
|
|
||||||
vn-textfield {
|
|
||||||
max-width: initial !important
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -80,14 +80,6 @@ vn-ticket-sale {
|
||||||
}
|
}
|
||||||
|
|
||||||
vn-table {
|
vn-table {
|
||||||
vn-textfield {
|
|
||||||
max-width: 100px;
|
|
||||||
float: right;
|
|
||||||
margin: 0!important;
|
|
||||||
input {
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
img {
|
img {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
max-width: 50px;
|
max-width: 50px;
|
||||||
|
@ -102,12 +94,4 @@ vn-ticket-sale {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
vn-textfield {
|
|
||||||
span.filter {
|
|
||||||
padding-top: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
color: $main-font-color
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -3,15 +3,4 @@ vn-ticket-weekly {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
max-width: 880px;
|
max-width: 880px;
|
||||||
}
|
}
|
||||||
vn-autocomplete {
|
|
||||||
div.mdl-textfield {
|
|
||||||
padding: 0px !important;
|
|
||||||
}
|
|
||||||
label.mdl-textfield__label:after {
|
|
||||||
bottom: 0;
|
|
||||||
}
|
|
||||||
div.icons {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue