Skip to content

Commit 797a93c

Browse files
committed
added button upgrade to pro
1 parent 84da60b commit 797a93c

File tree

12 files changed

+346
-9
lines changed

12 files changed

+346
-9
lines changed

assets/css/demo.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
display: block;
3030
}
3131

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

assets/css/material-dashboard.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5078,8 +5078,4 @@ footer .btn {
50785078
margin-left: -20px;
50795079
margin-right: -20px;
50805080
}
5081-
5082-
.table-responsive {
5083-
overflow: visible;
5084-
}
50855081
}

assets/css/material-dashboard.css.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/sass/md/_responsive.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,4 @@
450450
margin-left: -20px;
451451
margin-right: -20px;
452452
}
453-
.table-responsive{
454-
overflow: visible;
455-
}
456-
457453
}

examples/dashboard.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@
8585
<i class="material-icons text-gray">notifications</i>
8686
<p>Notifications</p>
8787
</a>
88+
</li>
89+
<li class="active-pro">
90+
<a href="upgrade.html">
91+
<i class="material-icons">stars</i>
92+
<p>Upgrade to PRO</p>
93+
</a>
8894
</li>
8995
</ul>
9096
</div>

examples/icons.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@
8686
<p>Notifications</p>
8787
</a>
8888
</li>
89+
<li class="active-pro">
90+
<a href="upgrade.html">
91+
<i class="material-icons">stars</i>
92+
<p>Upgrade to PRO</p>
93+
</a>
94+
</li>
8995
</ul>
9096
</div>
9197
</div>

examples/maps.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@
8686
<p>Notifications</p>
8787
</a>
8888
</li>
89+
<li class="active-pro">
90+
<a href="upgrade.html">
91+
<i class="material-icons">stars</i>
92+
<p>Upgrade to PRO</p>
93+
</a>
94+
</li>
8995
</ul>
9096
</div>
9197
</div>

examples/notifications.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</head>
2828

2929
<body>
30-
30+
3131
<div class="wrapper">
3232
<div class="sidebar" data-color="purple" data-image="../assets/img/sidebar-1.jpg">
3333
<!--
@@ -86,6 +86,12 @@
8686
<p>Notifications</p>
8787
</a>
8888
</li>
89+
<li class="active-pro">
90+
<a href="upgrade.html">
91+
<i class="material-icons">stars</i>
92+
<p>Upgrade to PRO</p>
93+
</a>
94+
</li>
8995
</ul>
9096
</div>
9197
</div>

examples/table.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@
8787
<p>Notifications</p>
8888
</a>
8989
</li>
90+
<li class="active-pro">
91+
<a href="upgrade.html">
92+
<i class="material-icons">stars</i>
93+
<p>Upgrade to PRO</p>
94+
</a>
95+
</li>
9096
</ul>
9197
</div>
9298
</div>

examples/typography.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@
8888
<p>Notifications</p>
8989
</a>
9090
</li>
91+
<li class="active-pro">
92+
<a href="upgrade.html">
93+
<i class="material-icons">stars</i>
94+
<p>Upgrade to PRO</p>
95+
</a>
96+
</li>
9197
</ul>
9298
</div>
9399
</div>

0 commit comments

Comments
 (0)