css & eslint fix
This commit is contained in:
parent
0ca8d1a2ad
commit
10350ac97e
|
@ -1 +1,2 @@
|
||||||
node_modules
|
node_modules
|
||||||
|
services/nginx/*
|
|
@ -1,7 +1,6 @@
|
||||||
<button type="{{::$ctrl.type}}" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored">
|
<button type="{{::$ctrl.type}}" class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored">
|
||||||
<span translate>{{$ctrl.label}}</span>
|
<span translate>{{$ctrl.label}}</span>
|
||||||
<vn-icon
|
<vn-icon
|
||||||
icon="{{::$ctrl.icon}}"
|
icon="{{::$ctrl.icon}}">
|
||||||
class="{{::$ctrl.icon}}">
|
|
||||||
</vn-icon>
|
</vn-icon>
|
||||||
</button>
|
</button>
|
|
@ -1,5 +1,5 @@
|
||||||
vn-button {
|
vn-button {
|
||||||
& i {
|
& i[class="material-icons"] {
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,9 +1,9 @@
|
||||||
|
|
||||||
.icon-flor:before { content: '\e800'; } /* '' */
|
.icon-flower:before { content: '\e800'; } /* '' */
|
||||||
.icon-volume:before { content: '\e801'; } /* '' */
|
.icon-volume:before { content: '\e801'; } /* '' */
|
||||||
.icon-barcode:before { content: '\e802'; } /* '' */
|
.icon-barcode:before { content: '\e802'; } /* '' */
|
||||||
.icon-bucket:before { content: '\e803'; } /* '' */
|
.icon-bucket:before { content: '\e803'; } /* '' */
|
||||||
.icon-complementos:before { content: '\e804'; } /* '' */
|
.icon-accessory:before { content: '\e804'; } /* '' */
|
||||||
.icon-dfiscales:before { content: '\e805'; } /* '' */
|
.icon-dfiscales:before { content: '\e805'; } /* '' */
|
||||||
.icon-doc:before { content: '\e806'; } /* '' */
|
.icon-doc:before { content: '\e806'; } /* '' */
|
||||||
.icon-eye:before { content: '\e807'; } /* '' */
|
.icon-eye:before { content: '\e807'; } /* '' */
|
||||||
|
@ -34,8 +34,8 @@
|
||||||
.icon-reserva:before { content: '\e828'; } /* '' */
|
.icon-reserva:before { content: '\e828'; } /* '' */
|
||||||
.icon-entry:before { content: '\e829'; } /* '' */
|
.icon-entry:before { content: '\e829'; } /* '' */
|
||||||
.icon-transaction:before { content: '\e82b'; } /* '' */
|
.icon-transaction:before { content: '\e82b'; } /* '' */
|
||||||
.icon-verde:before { content: '\e82c'; } /* '' */
|
.icon-greenery:before { content: '\e82c'; } /* '' */
|
||||||
.icon-regentry:before { content: '\e82d'; } /* '' */
|
.icon-regentry:before { content: '\e82d'; } /* '' */
|
||||||
.icon-planta:before { content: '\e82e'; } /* '' */
|
.icon-plant:before { content: '\e82e'; } /* '' */
|
||||||
.icon-artificial:before { content: '\e82f'; } /* '' */
|
.icon-artificial:before { content: '\e82f'; } /* '' */
|
||||||
.icon-confeccion:before { content: '\e830'; } /* '' */
|
.icon-handmade:before { content: '\e830'; } /* '' */
|
Loading…
Reference in New Issue