Commit 846d85a3d58bd06362273fc93c7b8ab96cfd09b7

Authored by =
1 parent ae83faea2c
Exists in master

Eliminado icon-dim

Showing 1 changed file with 0 additions and 5 deletions   Show diff stats
src/assets/scss/bootstrap-override.scss
1 @import "../../../node_modules/bootstrap/scss/functions"; 1 @import "../../../node_modules/bootstrap/scss/functions";
2 @import "../../../node_modules/bootstrap/scss/variables"; 2 @import "../../../node_modules/bootstrap/scss/variables";
3 3
4 $theme-colors: ( 4 $theme-colors: (
5 primary: #2872ae, 5 primary: #2872ae,
6 light: white 6 light: white
7 ); 7 );
8 8
9 .popover{ 9 .popover{
10 background-color: #2872AE !important; 10 background-color: #2872AE !important;
11 color: white !important; 11 color: white !important;
12 } 12 }
13 13
14 .list-group-item.active { 14 .list-group-item.active {
15 background-color: #2872ae !important; 15 background-color: #2872ae !important;
16 border-color: #2872ae !important; 16 border-color: #2872ae !important;
17 } 17 }
18 18
19 .icon-dim{
20 height: 40px !important;
21 width: auto !important;
22 background-color: white !important;
23 }
24 19
25 @import "../../../node_modules/bootstrap/scss/bootstrap.scss"; 20 @import "../../../node_modules/bootstrap/scss/bootstrap.scss";
26 21