Skip to content

Commit 8201eff

Browse files
committed
Fix navigation tags
1 parent 5952069 commit 8201eff

11 files changed

Lines changed: 751 additions & 601 deletions

File tree

dist/css/app-blue.css

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ body {
143143
font-weight: 700;
144144
color: #252932;
145145
text-align: center;
146-
text-shadow: rgba(61, 61, 61, 0.3) 0.5px 0.5px, rgba(61, 61, 61, 0.2) 1px 1px, rgba(61, 61, 61, 0.3) 1px 1px; }
146+
text-shadow: rgba(61, 61, 61, 0.3) 0.5px 0.5px, rgba(61, 61, 61, 0.2) 1px 1px, rgba(61, 61, 61, 0.3) 1.5px 1.5px; }
147147
.error-card .error-sub-title {
148148
font-weight: 100;
149149
text-align: center; }
@@ -171,6 +171,7 @@ body {
171171
width: 50%; }
172172
.error-card.global {
173173
position: relative;
174+
top: 25%;
174175
left: 0;
175176
-webkit-transform: inherit;
176177
-ms-transform: inherit;
@@ -182,6 +183,7 @@ body {
182183
width: 90%; }
183184
.error-card.global {
184185
position: relative;
186+
top: 25%;
185187
left: 0;
186188
-webkit-transform: inherit;
187189
-ms-transform: inherit;
@@ -239,12 +241,6 @@ body {
239241
.alert.alert-inverse .alert-link {
240242
color: #e6e6e6; }
241243

242-
.animated {
243-
-webkit-animation-duration: .5s;
244-
animation-duration: .5s;
245-
-webkit-animation-delay: .1s;
246-
animation-delay: .1s; }
247-
248244
.btn {
249245
background-image: none;
250246
border-radius: 0;
@@ -565,6 +561,12 @@ body {
565561
-ms-transform: scaleX(0);
566562
transform: scaleX(0); }
567563

564+
.animated {
565+
-webkit-animation-duration: .5s;
566+
animation-duration: .5s;
567+
-webkit-animation-delay: .1s;
568+
animation-delay: .1s; }
569+
568570
.card {
569571
background-color: #fff;
570572
box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
@@ -1775,11 +1777,6 @@ pre {
17751777
.dashboard-page .items .item-list .item-col-date {
17761778
border: none; } }
17771779

1778-
.dashboard-page .sales-breakdown .dashboard-sales-breakdown-chart {
1779-
margin: 0 auto;
1780-
max-width: 250px;
1781-
max-height: 250px; }
1782-
17831780
.dashboard-page #dashboard-sales-map .jqvmap-zoomin,
17841781
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
17851782
background-color: #52BCD3;
@@ -1790,6 +1787,11 @@ pre {
17901787
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
17911788
top: 32px; }
17921789

1790+
.dashboard-page .sales-breakdown .dashboard-sales-breakdown-chart {
1791+
margin: 0 auto;
1792+
max-width: 250px;
1793+
max-height: 250px; }
1794+
17931795
.dashboard-page .stats .card-block {
17941796
padding-bottom: 0; }
17951797

@@ -2521,17 +2523,6 @@ pre {
25212523
-ms-transform: scaleX(1);
25222524
transform: scaleX(1); }
25232525

2524-
.sidebar-header .brand {
2525-
color: #fff;
2526-
text-align: left;
2527-
padding-left: 25px;
2528-
line-height: 70px;
2529-
font-size: 16px; }
2530-
@media (max-width: 767px) {
2531-
.sidebar-header .brand {
2532-
line-height: 50px;
2533-
font-size: 16px; } }
2534-
25352526
.customize {
25362527
width: 100%;
25372528
color: rgba(255, 255, 255, 0.5);
@@ -2622,6 +2613,17 @@ pre {
26222613
left: 0;
26232614
color: #fff; }
26242615

2616+
.sidebar-header .brand {
2617+
color: #fff;
2618+
text-align: left;
2619+
padding-left: 25px;
2620+
line-height: 70px;
2621+
font-size: 16px; }
2622+
@media (max-width: 767px) {
2623+
.sidebar-header .brand {
2624+
line-height: 50px;
2625+
font-size: 16px; } }
2626+
26252627
.header .header-block-nav .notifications {
26262628
font-size: 16px; }
26272629
.header .header-block-nav .notifications a {

dist/css/app-custom.css

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ body {
143143
font-weight: 700;
144144
color: #252932;
145145
text-align: center;
146-
text-shadow: rgba(61, 61, 61, 0.3) 0.5px 0.5px, rgba(61, 61, 61, 0.2) 1px 1px, rgba(61, 61, 61, 0.3) 1px 1px; }
146+
text-shadow: rgba(61, 61, 61, 0.3) 0.5px 0.5px, rgba(61, 61, 61, 0.2) 1px 1px, rgba(61, 61, 61, 0.3) 1.5px 1.5px; }
147147
.error-card .error-sub-title {
148148
font-weight: 100;
149149
text-align: center; }
@@ -171,6 +171,7 @@ body {
171171
width: 50%; }
172172
.error-card.global {
173173
position: relative;
174+
top: 25%;
174175
left: 0;
175176
-webkit-transform: inherit;
176177
-ms-transform: inherit;
@@ -182,6 +183,7 @@ body {
182183
width: 90%; }
183184
.error-card.global {
184185
position: relative;
186+
top: 25%;
185187
left: 0;
186188
-webkit-transform: inherit;
187189
-ms-transform: inherit;
@@ -239,12 +241,6 @@ body {
239241
.alert.alert-inverse .alert-link {
240242
color: #e6e6e6; }
241243

242-
.animated {
243-
-webkit-animation-duration: .5s;
244-
animation-duration: .5s;
245-
-webkit-animation-delay: .1s;
246-
animation-delay: .1s; }
247-
248244
.btn {
249245
background-image: none;
250246
border-radius: 0;
@@ -565,6 +561,12 @@ body {
565561
-ms-transform: scaleX(0);
566562
transform: scaleX(0); }
567563

564+
.animated {
565+
-webkit-animation-duration: .5s;
566+
animation-duration: .5s;
567+
-webkit-animation-delay: .1s;
568+
animation-delay: .1s; }
569+
568570
.card {
569571
background-color: #fff;
570572
box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
@@ -1775,11 +1777,6 @@ pre {
17751777
.dashboard-page .items .item-list .item-col-date {
17761778
border: none; } }
17771779

1778-
.dashboard-page .sales-breakdown .dashboard-sales-breakdown-chart {
1779-
margin: 0 auto;
1780-
max-width: 250px;
1781-
max-height: 250px; }
1782-
17831780
.dashboard-page #dashboard-sales-map .jqvmap-zoomin,
17841781
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
17851782
background-color: #59c2e6;
@@ -1790,6 +1787,11 @@ pre {
17901787
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
17911788
top: 32px; }
17921789

1790+
.dashboard-page .sales-breakdown .dashboard-sales-breakdown-chart {
1791+
margin: 0 auto;
1792+
max-width: 250px;
1793+
max-height: 250px; }
1794+
17931795
.dashboard-page .stats .card-block {
17941796
padding-bottom: 0; }
17951797

@@ -2521,17 +2523,6 @@ pre {
25212523
-ms-transform: scaleX(1);
25222524
transform: scaleX(1); }
25232525

2524-
.sidebar-header .brand {
2525-
color: #fff;
2526-
text-align: left;
2527-
padding-left: 25px;
2528-
line-height: 70px;
2529-
font-size: 16px; }
2530-
@media (max-width: 767px) {
2531-
.sidebar-header .brand {
2532-
line-height: 50px;
2533-
font-size: 16px; } }
2534-
25352526
.customize {
25362527
width: 100%;
25372528
color: rgba(255, 255, 255, 0.5);
@@ -2622,6 +2613,17 @@ pre {
26222613
left: 0;
26232614
color: #fff; }
26242615

2616+
.sidebar-header .brand {
2617+
color: #fff;
2618+
text-align: left;
2619+
padding-left: 25px;
2620+
line-height: 70px;
2621+
font-size: 16px; }
2622+
@media (max-width: 767px) {
2623+
.sidebar-header .brand {
2624+
line-height: 50px;
2625+
font-size: 16px; } }
2626+
26252627
.header .header-block-nav .notifications {
26262628
font-size: 16px; }
26272629
.header .header-block-nav .notifications a {

dist/css/app-green.css

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ body {
143143
font-weight: 700;
144144
color: #252932;
145145
text-align: center;
146-
text-shadow: rgba(61, 61, 61, 0.3) 0.5px 0.5px, rgba(61, 61, 61, 0.2) 1px 1px, rgba(61, 61, 61, 0.3) 1px 1px; }
146+
text-shadow: rgba(61, 61, 61, 0.3) 0.5px 0.5px, rgba(61, 61, 61, 0.2) 1px 1px, rgba(61, 61, 61, 0.3) 1.5px 1.5px; }
147147
.error-card .error-sub-title {
148148
font-weight: 100;
149149
text-align: center; }
@@ -171,6 +171,7 @@ body {
171171
width: 50%; }
172172
.error-card.global {
173173
position: relative;
174+
top: 25%;
174175
left: 0;
175176
-webkit-transform: inherit;
176177
-ms-transform: inherit;
@@ -182,6 +183,7 @@ body {
182183
width: 90%; }
183184
.error-card.global {
184185
position: relative;
186+
top: 25%;
185187
left: 0;
186188
-webkit-transform: inherit;
187189
-ms-transform: inherit;
@@ -239,12 +241,6 @@ body {
239241
.alert.alert-inverse .alert-link {
240242
color: #e6e6e6; }
241243

242-
.animated {
243-
-webkit-animation-duration: .5s;
244-
animation-duration: .5s;
245-
-webkit-animation-delay: .1s;
246-
animation-delay: .1s; }
247-
248244
.btn {
249245
background-image: none;
250246
border-radius: 0;
@@ -565,6 +561,12 @@ body {
565561
-ms-transform: scaleX(0);
566562
transform: scaleX(0); }
567563

564+
.animated {
565+
-webkit-animation-duration: .5s;
566+
animation-duration: .5s;
567+
-webkit-animation-delay: .1s;
568+
animation-delay: .1s; }
569+
568570
.card {
569571
background-color: #fff;
570572
box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
@@ -1775,11 +1777,6 @@ pre {
17751777
.dashboard-page .items .item-list .item-col-date {
17761778
border: none; } }
17771779

1778-
.dashboard-page .sales-breakdown .dashboard-sales-breakdown-chart {
1779-
margin: 0 auto;
1780-
max-width: 250px;
1781-
max-height: 250px; }
1782-
17831780
.dashboard-page #dashboard-sales-map .jqvmap-zoomin,
17841781
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
17851782
background-color: #4bcf99;
@@ -1790,6 +1787,11 @@ pre {
17901787
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
17911788
top: 32px; }
17921789

1790+
.dashboard-page .sales-breakdown .dashboard-sales-breakdown-chart {
1791+
margin: 0 auto;
1792+
max-width: 250px;
1793+
max-height: 250px; }
1794+
17931795
.dashboard-page .stats .card-block {
17941796
padding-bottom: 0; }
17951797

@@ -2521,17 +2523,6 @@ pre {
25212523
-ms-transform: scaleX(1);
25222524
transform: scaleX(1); }
25232525

2524-
.sidebar-header .brand {
2525-
color: #fff;
2526-
text-align: left;
2527-
padding-left: 25px;
2528-
line-height: 70px;
2529-
font-size: 16px; }
2530-
@media (max-width: 767px) {
2531-
.sidebar-header .brand {
2532-
line-height: 50px;
2533-
font-size: 16px; } }
2534-
25352526
.customize {
25362527
width: 100%;
25372528
color: rgba(255, 255, 255, 0.5);
@@ -2622,6 +2613,17 @@ pre {
26222613
left: 0;
26232614
color: #fff; }
26242615

2616+
.sidebar-header .brand {
2617+
color: #fff;
2618+
text-align: left;
2619+
padding-left: 25px;
2620+
line-height: 70px;
2621+
font-size: 16px; }
2622+
@media (max-width: 767px) {
2623+
.sidebar-header .brand {
2624+
line-height: 50px;
2625+
font-size: 16px; } }
2626+
26252627
.header .header-block-nav .notifications {
26262628
font-size: 16px; }
26272629
.header .header-block-nav .notifications a {

0 commit comments

Comments
 (0)