|
@@ -17,7 +17,7 @@ body {
|
17
|
17
|
position: relative;
|
18
|
18
|
margin: 0 auto;
|
19
|
19
|
font-family: 'gudea';
|
20
|
|
- background: #1a2233;
|
|
20
|
+ background: #f1f1f1;
|
21
|
21
|
|
22
|
22
|
}
|
23
|
23
|
.container-in {
|
|
@@ -37,8 +37,8 @@ a:focus {
|
37
|
37
|
}
|
38
|
38
|
.navbar {
|
39
|
39
|
padding: 8px 10px;
|
40
|
|
- background: #1a2233;
|
41
|
|
- border-bottom: 1px solid #28303f;
|
|
40
|
+ background: #ffff;
|
|
41
|
+ border-bottom: 1px solid #ec5e69;
|
42
|
42
|
border-radius: 0;
|
43
|
43
|
margin-bottom: 40px;
|
44
|
44
|
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
|
|
@@ -64,7 +64,6 @@ a:focus {
|
64
|
64
|
display: flex;
|
65
|
65
|
width: 100%;
|
66
|
66
|
}
|
67
|
|
-
|
68
|
67
|
#sidebar {
|
69
|
68
|
width: 180px;
|
70
|
69
|
position: fixed;
|
|
@@ -72,22 +71,28 @@ a:focus {
|
72
|
71
|
left: 0;
|
73
|
72
|
height: 100vh;
|
74
|
73
|
z-index: 999;
|
75
|
|
- background: #131c2a;
|
76
|
|
- color: #fff;
|
|
74
|
+ background: #ffffff;
|
|
75
|
+ color: #ec1c24;
|
77
|
76
|
transition: all 0.3s;
|
78
|
77
|
}
|
79
|
|
-
|
80
|
78
|
#sidebar.active {
|
81
|
79
|
margin-left: -250px;
|
82
|
80
|
}
|
83
|
|
-
|
84
|
81
|
#sidebar .sidebar-header {
|
85
|
|
- padding: 20px;
|
86
|
|
- background: #131c2a;
|
|
82
|
+ padding: 0;
|
|
83
|
+ background: #ffffff;
|
|
84
|
+ height: 57px;
|
|
85
|
+ border-bottom: 1px solid #ec5e69;
|
|
86
|
+}
|
|
87
|
+.width_img {
|
|
88
|
+ width: 120px;
|
|
89
|
+ float: none;
|
|
90
|
+ margin: auto;
|
|
91
|
+ padding: 14px;
|
87
|
92
|
}
|
88
|
93
|
#sidebar ul.components {
|
89
|
94
|
padding: 20px 0;
|
90
|
|
- border-bottom: 1px solid #1f2634;
|
|
95
|
+ border-bottom: 1px solid #ffffff;
|
91
|
96
|
}
|
92
|
97
|
|
93
|
98
|
#sidebar ul p {
|
|
@@ -98,19 +103,22 @@ a:focus {
|
98
|
103
|
padding: 10px 30px;
|
99
|
104
|
font-size: .875rem;
|
100
|
105
|
display: block;
|
101
|
|
- color: #b9c3ce;
|
|
106
|
+ color: #25344f;
|
102
|
107
|
}
|
103
|
108
|
#sidebar ul li a:hover {
|
104
|
109
|
color: #ffffff;
|
105
|
|
- background: rgb(47, 55, 70);
|
|
110
|
+ background: rgb(253, 75, 75);
|
106
|
111
|
}
|
107
|
|
-
|
108
|
|
-#sidebar ul li.active>a,
|
109
|
|
-a[aria-expanded="true"] {
|
110
|
|
- color: #fff;
|
111
|
|
- background: #303747;
|
|
112
|
+#sidebar ul li.active>a, a[aria-expanded="true"] {
|
|
113
|
+ color: #fff!important;
|
|
114
|
+ background: #fd4b4b;
|
|
115
|
+}
|
|
116
|
+#sidebar a[aria-expanded="true"] i {
|
|
117
|
+ color: #ffffff!important;
|
|
118
|
+}
|
|
119
|
+#sidebar a[aria-expanded="true"]::after {
|
|
120
|
+ color: #ffffff!important;
|
112
|
121
|
}
|
113
|
|
-
|
114
|
122
|
a[data-toggle="collapse"] {
|
115
|
123
|
position: relative;
|
116
|
124
|
}
|
|
@@ -126,7 +134,7 @@ a[data-toggle="collapse"] {
|
126
|
134
|
ul ul a {
|
127
|
135
|
font-size: 0.9em !important;
|
128
|
136
|
padding-left: 30px !important;
|
129
|
|
- background: #1b2235;
|
|
137
|
+ background: #f1f1f1;
|
130
|
138
|
}
|
131
|
139
|
|
132
|
140
|
ul.CTAs {
|
|
@@ -195,7 +203,7 @@ a.article:hover {
|
195
|
203
|
border: none;
|
196
|
204
|
}
|
197
|
205
|
.btncollapse i {
|
198
|
|
- color: #fff;
|
|
206
|
+ color: #212529;
|
199
|
207
|
cursor: pointer;
|
200
|
208
|
font-size: 14px;
|
201
|
209
|
}
|
|
@@ -207,7 +215,7 @@ a.article:hover {
|
207
|
215
|
padding: 0 30px;
|
208
|
216
|
}
|
209
|
217
|
.nav-item a i{
|
210
|
|
- color: #fff;
|
|
218
|
+ color: #212529;
|
211
|
219
|
}
|
212
|
220
|
.nav-item a i:hover{
|
213
|
221
|
color: #c3c3c3;
|
|
@@ -614,7 +622,7 @@ table.dataTable tbody th, table.dataTable tbody td {
|
614
|
622
|
transition: all 0.3s;
|
615
|
623
|
}
|
616
|
624
|
.list-unstyled .active i {
|
617
|
|
- color: #ec5e69;
|
|
625
|
+ color: #ffffff;
|
618
|
626
|
}
|
619
|
627
|
.img-container {
|
620
|
628
|
width: 90px;
|
|
@@ -1065,7 +1073,7 @@ section.lockscreen {
|
1065
|
1073
|
vertical-align: middle;
|
1066
|
1074
|
}
|
1067
|
1075
|
#elementos i {
|
1068
|
|
- color: #ec5e69;
|
|
1076
|
+ color: #25344f;
|
1069
|
1077
|
}
|
1070
|
1078
|
.error_page{
|
1071
|
1079
|
display: table;
|
|
@@ -1641,4 +1649,12 @@ button.restore_btn:hover {
|
1641
|
1649
|
width: 150px;
|
1642
|
1650
|
float: right;
|
1643
|
1651
|
text-align: center;
|
1644
|
|
-}
|
|
1652
|
+}
|
|
1653
|
+#elementos:hover i {
|
|
1654
|
+ color: #fff;
|
|
1655
|
+ transition: all 0.3s;
|
|
1656
|
+}
|
|
1657
|
+.dropdown-toggle:hover::after {
|
|
1658
|
+ transition: all 0.3s;
|
|
1659
|
+ color: #ffffff;
|
|
1660
|
+}
|