Commit af871bc6b55d3ba942889bd02b05ca6282ecdcc7
1 parent
f9a4d57903
Exists in
master
and in
2 other branches
Cambios de estilos.
Showing
4 changed files
with
14 additions
and
2 deletions
Show diff stats
index.html
... | ... | @@ -111,7 +111,7 @@ |
111 | 111 | <style> |
112 | 112 | </style> |
113 | 113 | <foca-nombre-empresa></foca-nombre-empresa> |
114 | - <div ng-view class="container contenedor"></div> | |
114 | + <div ng-view class="container"></div> | |
115 | 115 | <div ng-controller="appWrapperFacturadorController" class="teclado-container container d-none d-md-block "> |
116 | 116 | <foca-botonera-lateral></foca-botonera-lateral> |
117 | 117 | <foca-teclado |
src/sass/_bootstrap.scss
... | ... | @@ -91,3 +91,11 @@ input[type="number"]::-webkit-outer-spin-button { |
91 | 91 | .border-warning { |
92 | 92 | border-color: #cd9035 !important; |
93 | 93 | } |
94 | + | |
95 | +.rounded-1 { | |
96 | + border-radius: .25rem!important; | |
97 | +} | |
98 | + | |
99 | +.rounded-2 { | |
100 | + border-radius: .5rem!important; | |
101 | +} | |
94 | 102 | \ No newline at end of file |
src/sass/_botonera-principal.scss