Commit 9cd5c7d901043ae1e2e8cb785cfab47aa00de689

Authored by Marcelo Puebla
1 parent e665f15450
Exists in master

Cambios en estilos

src/assets/scss/bootstrap-override.scss
... ... @@ -68,15 +68,25 @@ $theme-colors: (
68 68 }
69 69 }
70 70  
71   -.carousel-control {
72   - visibility: hidden !important;
73   -}
74   -
75   -.carousel, .carousel-inner, .item {
  71 +.carousel,
  72 +.carousel-inner,
  73 +.item {
76 74 height: 100% !important;
77   - &:focus{
  75 + &:focus {
78 76 outline: none !important;
79 77 }
80 78 }
81 79  
  80 +.carousel-control-prev-icon {
  81 + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23808080' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
  82 +}
  83 +
  84 +.carousel-control-next-icon {
  85 + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23808080' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  86 +}
  87 +
  88 +li {
  89 + background-color: #808080 !important;
  90 +}
  91 +
82 92 @import "../../../node_modules/bootstrap/scss/bootstrap";
... ... @@ -6,7 +6,7 @@ html,
6 6 body {
7 7 background-color: #f0f0f0;
8 8 font-family: bahnschrift;
9   - overflow: hidden !important;
  9 + // overflow: hidden !important;
10 10 }
11 11  
12 12 .disable-user-select {