Commit 25834328d3ea23f9b2da513bc3d466ac3887d052

Authored by Jose Pinto
1 parent 2f475a32e3
Exists in master

estilos varios

src/sass/_admin-seguimiento.scss
1 1 .foca-admin-seguimiento {
2 2 osm {
3 3 &>div {
4   - height: 600px;
  4 + height: 535px;
5 5 }
6 6 }
7 7 }
src/sass/_bootstrap.scss
1   -.active{
2   - color: #fff;
  1 +button.active{
3 2 text-decoration: none;
4 3 outline: 0;
5   - background-color: #337ab7;
  4 + background-color: $primary-color;
  5 + &:focus{
  6 + box-shadow: 0 0 0 0.2rem #d8b07d;
  7 + }
6 8 }
7 9 .btn-xs {
8 10 padding: .15rem .5rem;
src/sass/_contenedor.scss
1 1 body {
2   - @media (min-width: 768px) {
3   - background-color: #cccccc;
4   - }
  2 + background-color: #cccccc;
5 3 }
6 4  
7 5 .contenedor {
src/sass/_tabla.scss
... ... @@ -10,5 +10,12 @@
10 10 thead th{
11 11 font-size: 13px;
12 12 }
  13 +
  14 + &.table-abm{
  15 + thead{
  16 + color: #FFF;
  17 + background-color: #67615e;
  18 + }
  19 + }
13 20  
14 21 }
src/sass/general.scss
... ... @@ -31,3 +31,14 @@ input::-webkit-inner-spin-button {
31 31 display: grid !important;
32 32 }
33 33 }
  34 +
  35 +.btn-outline-debo{
  36 + background-color: transparent;
  37 + color: $primary-color;
  38 + border-color: $primary-color;
  39 + &:hover{
  40 + color: #FFF;
  41 + border-color: transparent;
  42 + background-color: $primary-color;
  43 + }
  44 +}
34 45 \ No newline at end of file