Skip to content

Commit

Permalink
Merge pull request #7 from tafcoder/improve-scss
Browse files Browse the repository at this point in the history
Refactor scss variables to overwrite
  • Loading branch information
iamabdus committed Sep 10, 2018
2 parents 23e3589 + 97f653d commit 08e8711
Show file tree
Hide file tree
Showing 120 changed files with 1,165 additions and 1,767 deletions.
10 changes: 5 additions & 5 deletions src/_inc/activity-graph.htm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h4>User Activity</h4>
<span></span>
</div>
</div>
<ul class="nav nav-tabs nav-style-border justify-content-between justify-content-xl-start bdr-bottom" role="tablist">
<ul class="nav nav-tabs nav-style-border justify-content-between justify-content-xl-start border-bottom" role="tablist">
<li class="nav-item">
<a class="nav-link active pb-md-0" data-toggle="tab" href="#user" role="tab" aria-controls="" aria-selected="true">
<span class="type-name">User</span>
Expand Down Expand Up @@ -55,22 +55,22 @@ <h4 class="d-inline-block mr-2 mb-3">4m 49s</h4>
</div>
</div>
</div>
<div class="card-footer d-flex flex-wrap bg-white bdr-top">
<div class="card-footer d-flex flex-wrap bg-white border-top">
<a href="#" class="text-uppercase py-3">Audience Overview</a>
</div>
</div>
</div>
<div class="col-xl-4">
<div class="card-header bg-white border-bottom-0 pt-5">
<h4 class="text-title mb-5">Current Users</h4>
<h4 class="text-dark mb-5">Current Users</h4>
<p class="my-2">Ave Page views per minute</p>
<h4>09</h4>
</div>
<div class="bdr-bottom"></div>
<div class="border-bottom"></div>
<div class="card-body">
<canvas id="currentUser" class="chartjs"></canvas>
</div>
<div class="card-footer d-flex flex-wrap bg-white bdr-top">
<div class="card-footer d-flex flex-wrap bg-white border-top">
<a href="#" class="text-uppercase py-3">Audience Overview</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/_inc/analytics-country.htm
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ <h4>Sessions by Country</h4>
<div class="card-body vector-map-world-2">
<div id="analytic-world" style="height: 100%; width: 100%;"></div>
</div>
<div class="bdr-top">
<div class="border-top">
<div class="row no-gutters">
<div class="col-lg-6">
<div class="world-data-chart bdr-bottom py-4">
<div class="world-data-chart border-bottom py-4">
<canvas id="hbar1" class="chartjs"></canvas>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/_inc/analytics-device.htm
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ <h4>Sessions by Device</h4>
<div class="card card-icon-info text-center border-0">
<i class="fa fa-desktop"></i>
<p class="pt-3 pb-1">Desktop</p>
<h4 class="text-title pb-1">60.0%</h4>
<h4 class="text-dark pb-1">60.0%</h4>
<span class="text-danger">1.5% <i class="fa fa-long-arrow-down"></i></span>
</div>
</div>
<div class="col-4 col-lg-3">
<div class="card card-icon-info text-center border-0">
<i class="fa fa-tablet"></i>
<p class="pt-3 pb-1">Tablet</p>
<h4 class="text-title pb-1">15.0%</h4>
<h4 class="text-dark pb-1">15.0%</h4>
<span class="text-success">1.5% <i class="fa fa-long-arrow-up"></i></span>
</div>
</div>
<div class="col-4 col-lg-3">
<div class="card card-icon-info text-center border-0">
<i class="fa fa-mobile fa-3x"></i>
<p class="pt-3 pb-1">Mobile</p>
<h4 class="text-title pb-1">25.0%</h4>
<h4 class="text-dark pb-1">25.0%</h4>
<span class="text-success">1.5% <i class="fa fa-long-arrow-up"></i></span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/_inc/area-chart.htm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h4>World Wide Customer </h4>
</div>
</div>
<div class="col-6">
<div class="p-4 bdr-left">
<div class="p-4 border-left">
<ul class="d-flex flex-column justify-content-between">
<li class="mb-2"><i class="fa fa-circle-o mr-2" style="color: #ffa128"></i>Europe <span class="float-right">4k</span></li>
<li><i class="fa fa-circle-o mr-2" style="color: #fe5461"></i>Africa <span class="float-right">2k</span></li>
Expand Down
2 changes: 1 addition & 1 deletion src/_inc/breadcrumb-custom.htm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<nav aria-label="breadcrumb" class=" bg-white">
<ol class="breadcrumb mb-0">
<ol class="breadcrumb mb-0 border-top-0">
<li class="breadcrumb-item">
<a href="index.html">Home</a>
</li>
Expand Down
22 changes: 11 additions & 11 deletions src/_inc/breadcrumb.htm
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

<nav aria-label="breadcrumb" class=" bg-white">
<ol class="breadcrumb mb-0">
<li class="breadcrumb-item">
<a href="index.html">Home</a>
</li>
<li class="breadcrumb-item">
<a href="alert.html">Components</a>
</li>
<li class="breadcrumb-item active" aria-current="page">@@active</li>
</ol>
</nav>
<nav aria-label="breadcrumb" class=" bg-white">
<ol class="breadcrumb mb-0 border-top-0">
<li class="breadcrumb-item">
<a href="index.html">Home</a>
</li>
<li class="breadcrumb-item">
<a href="">@@parent</a>
</li>
<li class="breadcrumb-item active" aria-current="page">@@active</li>
</ol>
</nav>
3 changes: 3 additions & 0 deletions src/_inc/header.htm
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
<link href="assets/plugins/prism/prism.css" rel="stylesheet" type="text/css">
<link href="assets/plugins/daterangepicker/daterangepicker.css" rel="stylesheet">

<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500|Poppins:400,500,600,700|Roboto:400,500" rel="stylesheet">

<!-- SLEEK CSS -->
<link href="assets/css/sleek.css" rel="stylesheet">

Expand Down
9 changes: 0 additions & 9 deletions src/_inc/home-slider.htm

This file was deleted.

22 changes: 11 additions & 11 deletions src/_inc/new-customers.htm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<!-- New Customers -->
<div class="card card-table-border-none mb-4 bdr bg-white pt-5">
<div class="card card-table-border-none mb-4 border bg-white pt-5">
<div class="card-header bg-white border-bottom-0">
<h4 class="d-inline-block">New Customers</h4>
</div>
Expand All @@ -14,13 +14,13 @@ <h4 class="d-inline-block">New Customers</h4>
<a href="profile.html"><img class="rounded-circle w-45" src="assets/img/user/u1.jpg" alt="customer image"></a>
</div>
<div class="media-body align-self-center">
<a href="profile.html"><h6 class="mt-0 text-black semi-bold">Selena Wagner</h6></a>
<a href="profile.html"><h6 class="mt-0 text-dark font-weight-medium">Selena Wagner</h6></a>
<small>@selena.oi</small>
</div>
</div>
</td>
<td class="">2 Orders</td>
<td class="text-black d-none d-md-block">$150</td>
<td class="text-dark d-none d-md-block">$150</td>
</tr>
<tr>
<td class="">
Expand All @@ -29,13 +29,13 @@ <h4 class="d-inline-block">New Customers</h4>
<a href="profile.html"><img class="rounded-circle w-45" src="assets/img/user/u2.jpg" alt="customer image"></a>
</div>
<div class="media-body align-self-center">
<a href="profile.html"><h6 class="mt-0 text-black semi-bold">Walter Reuter</h6></a>
<a href="profile.html"><h6 class="mt-0 text-dark font-weight-medium">Walter Reuter</h6></a>
<small>@walter.me</small>
</div>
</div>
</td>
<td class="">5 Orders</td>
<td class="text-black d-none d-md-block">$200</td>
<td class="text-dark d-none d-md-block">$200</td>
</tr>
<tr>
<td class="">
Expand All @@ -44,13 +44,13 @@ <h4 class="d-inline-block">New Customers</h4>
<a href="profile.html"><img class="rounded-circle w-45" src="assets/img/user/u3.jpg" alt="customer image"></a>
</div>
<div class="media-body align-self-center">
<a href="profile.html"><h6 class="mt-0 text-black semi-bold">Larissa Gebhardt</h6></a>
<a href="profile.html"><h6 class="mt-0 text-dark font-weight-medium">Larissa Gebhardt</h6></a>
<small>@larissa.gb</small>
</div>
</div>
</td>
<td class="">1 Order</td>
<td class="text-black d-none d-md-block">$50</td>
<td class="text-dark d-none d-md-block">$50</td>
</tr>
<tr>
<td class="">
Expand All @@ -59,13 +59,13 @@ <h4 class="d-inline-block">New Customers</h4>
<a href="profile.html"><img class="rounded-circle w-45" src="assets/img/user/u4.jpg" alt="customer image"></a>
</div>
<div class="media-body align-self-center">
<a href="profile.html"><h6 class="mt-0 text-black semi-bold">Albrecht Straub</h6></a>
<a href="profile.html"><h6 class="mt-0 text-dark font-weight-medium">Albrecht Straub</h6></a>
<small>@albrech.as</small>
</div>
</div>
</td>
<td class="">2 Orders</td>
<td class="text-black d-none d-md-block">$100</td>
<td class="text-dark d-none d-md-block">$100</td>
</tr>
<tr>
<td class="">
Expand All @@ -74,13 +74,13 @@ <h4 class="d-inline-block">New Customers</h4>
<a href="profile.html"><img class="rounded-circle w-45" src="assets/img/user/u5.jpg" alt="customer image"></a>
</div>
<div class="media-body align-self-center">
<a href="profile.html"><h6 class="mt-0 text-black semi-bold">Leopold Ebert</h6></a>
<a href="profile.html"><h6 class="mt-0 text-dark font-weight-medium">Leopold Ebert</h6></a>
<small>@leopold.et</small>
</div>
</div>
</td>
<td class="">1 Order</td>
<td class="text-black d-none d-md-block">$60</td>
<td class="text-dark d-none d-md-block">$60</td>
</tr>
</tbody>
</table>
Expand Down
14 changes: 7 additions & 7 deletions src/_inc/notification.htm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h4>Latest Notifications</h4>
<i class="icon-cart font-size-20"></i>
</div>
<div class="media-body pr-3 ">
<a class="mt-0 mb-1 font-size-15 text-black" href="#">New Order</a>
<a class="mt-0 mb-1 font-size-15 text-dark" href="#">New Order</a>
<p class="">Selena has placed an new order</p>
</div>
<span class=" font-size-12 d-inline-block"><i class="fa fa-clock-o"></i> 10 AM</span>
Expand All @@ -29,7 +29,7 @@ <h4>Latest Notifications</h4>
<i class="icon-envelope font-size-20"></i>
</div>
<div class="media-body pr-3">
<a class="mt-0 mb-1 font-size-15 text-black" href="#">New Enquiry</a>
<a class="mt-0 mb-1 font-size-15 text-dark" href="#">New Enquiry</a>
<p class="">Phileine has placed an new order</p>
</div>
<span class=" font-size-12 d-inline-block"><i class="fa fa-clock-o"></i> 9 AM</span>
Expand All @@ -41,7 +41,7 @@ <h4>Latest Notifications</h4>
<i class="icon-ticket font-size-20"></i>
</div>
<div class="media-body pr-3">
<a class="mt-0 mb-1 font-size-15 text-black" href="#">Support Ticket</a>
<a class="mt-0 mb-1 font-size-15 text-dark" href="#">Support Ticket</a>
<p class="">Emma has placed an new order</p>
</div>
<span class=" font-size-12 d-inline-block"><i class="fa fa-clock-o"></i> 10 AM</span>
Expand All @@ -52,7 +52,7 @@ <h4>Latest Notifications</h4>
<i class="icon-cart font-size-20"></i>
</div>
<div class="media-body pr-3">
<a class="mt-0 mb-1 font-size-15 text-black" href="#">New order</a>
<a class="mt-0 mb-1 font-size-15 text-dark" href="#">New order</a>
<p class="">Ryan has placed an new order</p>
</div>
<span class=" font-size-12 d-inline-block"><i class="fa fa-clock-o"></i> 10 AM</span>
Expand All @@ -63,7 +63,7 @@ <h4>Latest Notifications</h4>
<i class="icon-calender font-size-20"></i>
</div>
<div class="media-body pr-3">
<a class="mt-0 mb-1 font-size-15 text-black" href="">Comapny Meetup</a>
<a class="mt-0 mb-1 font-size-15 text-dark" href="">Comapny Meetup</a>
<p class="">Phileine has placed an new order</p>
</div>
<span class=" font-size-12 d-inline-block"><i class="fa fa-clock-o"></i> 10 AM</span>
Expand All @@ -74,7 +74,7 @@ <h4>Latest Notifications</h4>
<i class="icon-ticket font-size-20"></i>
</div>
<div class="media-body pr-3">
<a class="mt-0 mb-1 font-size-15 text-black" href="#">Support Ticket</a>
<a class="mt-0 mb-1 font-size-15 text-dark" href="#">Support Ticket</a>
<p class="">Emma has placed an new order</p>
</div>
<span class=" font-size-12 d-inline-block"><i class="fa fa-clock-o"></i> 10 AM</span>
Expand All @@ -86,7 +86,7 @@ <h4>Latest Notifications</h4>
<i class="icon-cart font-size-20"></i>
</div>
<div class="media-body pr-3">
<a class="mt-0 mb-1 font-size-15 text-black" href="#">New order</a>
<a class="mt-0 mb-1 font-size-15 text-dark" href="#">New order</a>
<p class="">Ryan has placed an new order</p>
</div>
<span class=" font-size-12 d-inline-block"><i class="fa fa-clock-o"></i> 10 AM</span>
Expand Down
10 changes: 5 additions & 5 deletions src/_inc/profile-tiny.htm
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@

<div class="card card-md card-default rounded bg-white bdr mb-4">
<div class="card card-md card-default rounded bg-white mb-4">
<div class="card-header bg-white border-bottom-0 pb-xl-0 pt-5">
<h4>Profile</h4>
<img class="rounded-circle d-flex mx-auto mt-4" src="assets/img/user/u6.jpg" alt="user image">
<div class="card-img mx-auto ">
</div>
</div>
<div class="card-body text-center">
<h4 class="py-2 text-title">Albrecht Straub</h4>
<h4 class="py-2 text-dark">Albrecht Straub</h4>
<p >Albrecht.straub@gmail.com</p>
<a class="btn btn-primary btn-pill btn-lg my-4" href="#">Follow</a>
</div>
<div class="d-flex justify-content-between px-5 pb-4">
<div class="text-center pb-4">
<h6 class="text-title pb-2">1503</h6>
<h6 class="text-dark pb-2">1503</h6>
<p>Friends</p>
</div>
<div class="text-center pb-4">
<h6 class="text-title pb-2">2905</h6>
<h6 class="text-dark pb-2">2905</h6>
<p>Followers</p>
</div>
<div class="text-center pb-4">
<h6 class="text-title pb-2">1200</h6>
<h6 class="text-dark pb-2">1200</h6>
<p>Following</p>
</div>
</div>
Expand Down
Loading

0 comments on commit 08e8711

Please sign in to comment.