Skip to content

Commit ae42457

Browse files
added upgrade page for those who want to upsell inside their dashboard
1 parent adbe427 commit ae42457

File tree

9 files changed

+1013
-639
lines changed

9 files changed

+1013
-639
lines changed

assets/css/demo.css

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
margin-bottom: 40px;
55
position: relative;
66
}
7-
7+
88
.typo-line .category{
99
transform: translateY(-50%);
1010
top: 50%;
1111
left: 0px;
1212
position: absolute;
13-
}
13+
}
1414
}
1515

1616
.all-icons [class*="pe-"]{
@@ -35,12 +35,27 @@
3535
font-size: 13px;
3636
}
3737

38-
#map{
39-
position:relative;
40-
width:100%;
38+
#map{
39+
position:relative;
40+
width:100%;
4141
height: calc(100% - 60px);
4242
}
4343

4444
.places-buttons .btn{
4545
margin-bottom: 30px
46-
}
46+
}
47+
.sidebar .nav > li.active-pro{
48+
position: absolute;
49+
width: 100%;
50+
bottom: 10px;
51+
}
52+
.sidebar .nav > li.active-pro a{
53+
background: rgba(255, 255, 255, 0.14);
54+
opacity: 1;
55+
color: #FFFFFF;
56+
}
57+
58+
.table-upgrade td:nth-child(2),
59+
.table-upgrade td:nth-child(3){
60+
text-align: center;
61+
}

0 commit comments

Comments
 (0)