Commit d5594d65f8ec829a35d6fe71a165324001e46a0e
1 parent
87b595ddfd
Exists in
master
clase right-0, estilos grid
Showing
2 changed files
with
16 additions
and
0 deletions
Show diff stats
src/sass/_grid.scss
src/sass/general.scss
... | ... | @@ -17,6 +17,7 @@ $primary-color: #e09125; |
17 | 17 | @import 'foca-crear'; |
18 | 18 | @import 'logistica-pedido-ruta'; |
19 | 19 | @import 'tabs'; |
20 | +@import 'grid'; | |
20 | 21 | |
21 | 22 | |
22 | 23 | //OCULTA FLECHAS INPUT NUMBER |
... | ... | @@ -51,4 +52,8 @@ input::-webkit-inner-spin-button { |
51 | 52 | |
52 | 53 | .uib-daypicker{ |
53 | 54 | outline: 0 |
55 | +} | |
56 | + | |
57 | +.right-0{ | |
58 | + right: 0; | |
54 | 59 | } |
55 | 60 | \ No newline at end of file |