#923 Modificar estilos de vn-table

This commit is contained in:
Gerard 2018-12-20 09:22:07 +01:00
parent 68eb61bd7e
commit 35f408571e
5 changed files with 18 additions and 51 deletions

View File

@ -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;
}
}

View File

@ -1,5 +1,4 @@
import ngModule from '../../module';
import './style.scss';
class Controller {
constructor($stateParams, $scope) {

View File

@ -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
}
}
}
}

View File

@ -80,14 +80,6 @@ vn-ticket-sale {
}
vn-table {
vn-textfield {
max-width: 100px;
float: right;
margin: 0!important;
input {
text-align: right;
}
}
img {
border-radius: 50%;
max-width: 50px;
@ -102,12 +94,4 @@ vn-ticket-sale {
margin-top: 1em;
}
}
vn-textfield {
span.filter {
padding-top: 3px;
padding-right: 3px;
color: $main-font-color
}
}
}

View File

@ -3,15 +3,4 @@ vn-ticket-weekly {
margin: auto;
max-width: 880px;
}
vn-autocomplete {
div.mdl-textfield {
padding: 0px !important;
}
label.mdl-textfield__label:after {
bottom: 0;
}
div.icons {
display: none !important;
}
}
}