From d5594d65f8ec829a35d6fe71a165324001e46a0e Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Tue, 29 Jan 2019 14:36:40 -0300 Subject: [PATCH] clase right-0, estilos grid --- src/sass/_grid.scss | 11 +++++++++++ src/sass/general.scss | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 src/sass/_grid.scss diff --git a/src/sass/_grid.scss b/src/sass/_grid.scss new file mode 100644 index 0000000..9b4e480 --- /dev/null +++ b/src/sass/_grid.scss @@ -0,0 +1,11 @@ +.gridInforme { + width: 100%; + height: 350px; +} +.ui-grid-header-cell-wrapper{ + height: 40px !important; +} + +.ui-grid-viewport{ + overflow-x: hidden !important; +} \ No newline at end of file diff --git a/src/sass/general.scss b/src/sass/general.scss index 28a4ac6..0f860d8 100644 --- a/src/sass/general.scss +++ b/src/sass/general.scss @@ -17,6 +17,7 @@ $primary-color: #e09125; @import 'foca-crear'; @import 'logistica-pedido-ruta'; @import 'tabs'; +@import 'grid'; //OCULTA FLECHAS INPUT NUMBER @@ -51,4 +52,8 @@ input::-webkit-inner-spin-button { .uib-daypicker{ outline: 0 +} + +.right-0{ + right: 0; } \ No newline at end of file -- 1.9.1