Skip to content

Commit cf72940

Browse files
author
Manu
committed
updated to v1.2.0 like on tim platform. added changelog. added packagejson for npmjs
1 parent 9e0b620 commit cf72940

38 files changed

+8937
-8298
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
v1.0.0 21 Sept, 2016 - Initial Release
2+
3+
v1.1.0 10 Nov, 2016 - New Page Added
4+
- fix link in documentation
5+
- for those who want to upsell inside their dashboard we added a new page "Upgrade to PRO" with a pricing and options table
6+
7+
v1.1.1 8 Feb 2017
8+
- switched to MIT License
9+
10+
v1.2.0 8 Sep 2017
11+
- added PerfectScrollbar for windows better scroll
12+
- added arrive.js library for dynamic content
13+
- fix issue with charts when resizing window
14+
- change size of buttons for notifications on mobile
15+
- added pagination style
16+
- fixed issue with Bootstrap modal
17+
- added fixed navbar
18+
- documentation updates
19+
- minor design fixes

assets/css/bootstrap.min.css

100644100755
+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/demo.css

+22-21
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,49 @@
1-
@media (min-width: 992px){
2-
.typo-line{
1+
@media (min-width: 992px) {
2+
.typo-line {
33
padding-left: 140px;
44
margin-bottom: 40px;
55
position: relative;
66
}
7-
8-
.typo-line .category{
7+
.typo-line .category {
98
transform: translateY(-50%);
109
top: 50%;
1110
left: 0px;
1211
position: absolute;
1312
}
13+
.sidebar .nav>li.active-pro {
14+
position: absolute;
15+
width: 100%;
16+
bottom: 10px;
17+
}
1418
}
1519

16-
#map{
17-
position:relative;
18-
width:100%;
20+
#map {
21+
position: relative;
22+
width: 100%;
1923
height: calc(100% - 60px);
2024
margin-top: 70px;
2125
}
2226

23-
.places-buttons .btn{
27+
.places-buttons .btn {
2428
margin-bottom: 30px
2529
}
2630

27-
.space-70{
31+
.space-70 {
2832
height: 70px;
2933
display: block;
3034
}
3135

32-
.sidebar .nav > li.active-pro{
33-
position: absolute;
34-
width: 100%;
35-
bottom: 10px;
36-
}
37-
38-
.tim-row{
36+
.tim-row {
3937
margin-bottom: 20px;
4038
}
4139

42-
.tim-typo{
40+
.tim-typo {
4341
padding-left: 25%;
4442
margin-bottom: 40px;
4543
position: relative;
4644
}
47-
.tim-typo .tim-note{
45+
46+
.tim-typo .tim-note {
4847
bottom: 10px;
4948
color: #c0c1c2;
5049
display: block;
@@ -56,9 +55,11 @@
5655
position: absolute;
5756
width: 260px;
5857
}
59-
.tim-row{
58+
59+
.tim-row {
6060
padding-top: 50px;
6161
}
62-
.tim-row h3{
62+
63+
.tim-row h3 {
6364
margin-top: 0;
64-
}
65+
}

0 commit comments

Comments
 (0)