Skip to content

Commit 0b61f31

Browse files
committed
Auth header style
1 parent d7074e4 commit 0b61f31

11 files changed

Lines changed: 717 additions & 836 deletions

File tree

dist/css/app-blue.css

Lines changed: 44 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ body {
8686
top: 50%;
8787
left: 50%;
8888
-webkit-transform: translateY(-50%) translateX(-50%);
89-
-ms-transform: translateY(-50%) translateX(-50%);
9089
transform: translateY(-50%) translateX(-50%); }
9190
.auth-container .auth-header {
9291
background-color: #52BCD3;
@@ -115,7 +114,6 @@ body {
115114
position: relative;
116115
left: 0;
117116
-webkit-transform: inherit;
118-
-ms-transform: inherit;
119117
transform: inherit;
120118
margin: 40px auto; }
121119
.auth-container .auth-content {
@@ -130,7 +128,6 @@ body {
130128
top: 50%;
131129
left: 50%;
132130
-webkit-transform: translateY(-50%) translateX(-50%);
133-
-ms-transform: translateY(-50%) translateX(-50%);
134131
transform: translateY(-50%) translateX(-50%);
135132
margin: 0; }
136133
.error-card .error-title {
@@ -156,7 +153,6 @@ body {
156153
position: relative;
157154
left: 0;
158155
-webkit-transform: inherit;
159-
-ms-transform: inherit;
160156
transform: inherit;
161157
margin: 40px auto; } }
162158

@@ -167,7 +163,6 @@ body {
167163
position: relative;
168164
left: 0;
169165
-webkit-transform: inherit;
170-
-ms-transform: inherit;
171166
transform: inherit;
172167
margin: 40px auto; } }
173168

@@ -545,7 +540,6 @@ body {
545540
.btn-group .dropdown-menu > li:last-child a:hover:before {
546541
height: 0px;
547542
-webkit-transform: scaleX(0);
548-
-ms-transform: scaleX(0);
549543
transform: scaleX(0); }
550544

551545
.card {
@@ -1269,7 +1263,6 @@ a:not(.btn) {
12691263
color: #2c96ad; }
12701264
a:not(.btn):hover:before {
12711265
-webkit-transform: scaleX(1);
1272-
-ms-transform: scaleX(1);
12731266
transform: scaleX(1); }
12741267
a:not(.btn):focus {
12751268
text-decoration: none; }
@@ -1427,7 +1420,6 @@ span a {
14271420
-webkit-backface-visibility: hidden;
14281421
backface-visibility: hidden;
14291422
-webkit-transform: scaleX(0);
1430-
-ms-transform: scaleX(0);
14311423
transform: scaleX(0); }
14321424

14331425
.stat-chart {
@@ -1468,7 +1460,6 @@ span a {
14681460
line-height: 30px; }
14691461
.list-icon [class^='col']:hover em {
14701462
-webkit-transform: scale(2, 2);
1471-
-ms-transform: scale(2, 2);
14721463
transform: scale(2, 2); }
14731464

14741465
.well {
@@ -1740,50 +1731,6 @@ pre {
17401731
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
17411732
top: 32px; }
17421733

1743-
.dashboard-page .stats .card-block {
1744-
padding-bottom: 0; }
1745-
1746-
.dashboard-page .stats .stat-col {
1747-
margin-bottom: 20px;
1748-
float: left;
1749-
white-space: nowrap;
1750-
overflow: hidden; }
1751-
1752-
.dashboard-page .stats .stat-icon {
1753-
color: #52BCD3;
1754-
display: inline-block;
1755-
font-size: 26px;
1756-
text-align: center;
1757-
vertical-align: middle;
1758-
width: 50px; }
1759-
1760-
.dashboard-page .stats .stat-chart {
1761-
margin-right: 5px;
1762-
vertical-align: middle; }
1763-
@media (min-width: 1200px) {
1764-
.dashboard-page .stats .stat-chart {
1765-
margin-right: 0.6vw; } }
1766-
1767-
.dashboard-page .stats .stat {
1768-
vertical-align: middle; }
1769-
@media (min-width: 1200px) {
1770-
.dashboard-page .stats .stat .value {
1771-
font-size: 1.3vw; } }
1772-
@media (min-width: 1200px) {
1773-
.dashboard-page .stats .stat .name {
1774-
font-size: 0.9vw; } }
1775-
1776-
.dashboard-page .stats .stat-progress {
1777-
height: 2px;
1778-
margin: 5px 0;
1779-
color: #52BCD3; }
1780-
.dashboard-page .stats .stat-progress[value]::-webkit-progress-bar {
1781-
background-color: #dddddd; }
1782-
.dashboard-page .stats .stat-progress[value]::-webkit-progress-value {
1783-
background-color: #52BCD3; }
1784-
.dashboard-page .stats .stat-progress[value]::-moz-progress-bar {
1785-
background-color: #dddddd; }
1786-
17871734
.dashboard-page .tasks {
17881735
display: -webkit-box;
17891736
display: -webkit-flex;
@@ -1831,6 +1778,50 @@ pre {
18311778
padding-top: 5px;
18321779
padding-bottom: 5px; }
18331780

1781+
.dashboard-page .stats .card-block {
1782+
padding-bottom: 0; }
1783+
1784+
.dashboard-page .stats .stat-col {
1785+
margin-bottom: 20px;
1786+
float: left;
1787+
white-space: nowrap;
1788+
overflow: hidden; }
1789+
1790+
.dashboard-page .stats .stat-icon {
1791+
color: #52BCD3;
1792+
display: inline-block;
1793+
font-size: 26px;
1794+
text-align: center;
1795+
vertical-align: middle;
1796+
width: 50px; }
1797+
1798+
.dashboard-page .stats .stat-chart {
1799+
margin-right: 5px;
1800+
vertical-align: middle; }
1801+
@media (min-width: 1200px) {
1802+
.dashboard-page .stats .stat-chart {
1803+
margin-right: 0.6vw; } }
1804+
1805+
.dashboard-page .stats .stat {
1806+
vertical-align: middle; }
1807+
@media (min-width: 1200px) {
1808+
.dashboard-page .stats .stat .value {
1809+
font-size: 1.3vw; } }
1810+
@media (min-width: 1200px) {
1811+
.dashboard-page .stats .stat .name {
1812+
font-size: 0.9vw; } }
1813+
1814+
.dashboard-page .stats .stat-progress {
1815+
height: 2px;
1816+
margin: 5px 0;
1817+
color: #52BCD3; }
1818+
.dashboard-page .stats .stat-progress[value]::-webkit-progress-bar {
1819+
background-color: #dddddd; }
1820+
.dashboard-page .stats .stat-progress[value]::-webkit-progress-value {
1821+
background-color: #52BCD3; }
1822+
.dashboard-page .stats .stat-progress[value]::-moz-progress-bar {
1823+
background-color: #dddddd; }
1824+
18341825
.item-editor-page .images-container::after {
18351826
content: "";
18361827
display: table;
@@ -2332,7 +2323,6 @@ pre {
23322323
background-color: #333e48; }
23332324
.sidebar .nav > li.open > a i.arrow {
23342325
-webkit-transform: rotate(90deg);
2335-
-ms-transform: rotate(90deg);
23362326
transform: rotate(90deg); }
23372327
.sidebar .nav > li > a i {
23382328
margin-right: 5px;
@@ -2468,7 +2458,6 @@ pre {
24682458
max-width: 140px; } }
24692459
.header .header-block-search .input-container input:focus + .underline {
24702460
-webkit-transform: scaleX(1);
2471-
-ms-transform: scaleX(1);
24722461
transform: scaleX(1); }
24732462

24742463
.customize {

dist/css/app-custom.css

Lines changed: 44 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ body {
8686
top: 50%;
8787
left: 50%;
8888
-webkit-transform: translateY(-50%) translateX(-50%);
89-
-ms-transform: translateY(-50%) translateX(-50%);
9089
transform: translateY(-50%) translateX(-50%); }
9190
.auth-container .auth-header {
9291
background-color: #59c2e6;
@@ -115,7 +114,6 @@ body {
115114
position: relative;
116115
left: 0;
117116
-webkit-transform: inherit;
118-
-ms-transform: inherit;
119117
transform: inherit;
120118
margin: 40px auto; }
121119
.auth-container .auth-content {
@@ -130,7 +128,6 @@ body {
130128
top: 50%;
131129
left: 50%;
132130
-webkit-transform: translateY(-50%) translateX(-50%);
133-
-ms-transform: translateY(-50%) translateX(-50%);
134131
transform: translateY(-50%) translateX(-50%);
135132
margin: 0; }
136133
.error-card .error-title {
@@ -156,7 +153,6 @@ body {
156153
position: relative;
157154
left: 0;
158155
-webkit-transform: inherit;
159-
-ms-transform: inherit;
160156
transform: inherit;
161157
margin: 40px auto; } }
162158

@@ -167,7 +163,6 @@ body {
167163
position: relative;
168164
left: 0;
169165
-webkit-transform: inherit;
170-
-ms-transform: inherit;
171166
transform: inherit;
172167
margin: 40px auto; } }
173168

@@ -545,7 +540,6 @@ body {
545540
.btn-group .dropdown-menu > li:last-child a:hover:before {
546541
height: 0px;
547542
-webkit-transform: scaleX(0);
548-
-ms-transform: scaleX(0);
549543
transform: scaleX(0); }
550544

551545
.card {
@@ -1269,7 +1263,6 @@ a:not(.btn) {
12691263
color: #20a5d3; }
12701264
a:not(.btn):hover:before {
12711265
-webkit-transform: scaleX(1);
1272-
-ms-transform: scaleX(1);
12731266
transform: scaleX(1); }
12741267
a:not(.btn):focus {
12751268
text-decoration: none; }
@@ -1427,7 +1420,6 @@ span a {
14271420
-webkit-backface-visibility: hidden;
14281421
backface-visibility: hidden;
14291422
-webkit-transform: scaleX(0);
1430-
-ms-transform: scaleX(0);
14311423
transform: scaleX(0); }
14321424

14331425
.stat-chart {
@@ -1468,7 +1460,6 @@ span a {
14681460
line-height: 30px; }
14691461
.list-icon [class^='col']:hover em {
14701462
-webkit-transform: scale(2, 2);
1471-
-ms-transform: scale(2, 2);
14721463
transform: scale(2, 2); }
14731464

14741465
.well {
@@ -1740,50 +1731,6 @@ pre {
17401731
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
17411732
top: 32px; }
17421733

1743-
.dashboard-page .stats .card-block {
1744-
padding-bottom: 0; }
1745-
1746-
.dashboard-page .stats .stat-col {
1747-
margin-bottom: 20px;
1748-
float: left;
1749-
white-space: nowrap;
1750-
overflow: hidden; }
1751-
1752-
.dashboard-page .stats .stat-icon {
1753-
color: #59c2e6;
1754-
display: inline-block;
1755-
font-size: 26px;
1756-
text-align: center;
1757-
vertical-align: middle;
1758-
width: 50px; }
1759-
1760-
.dashboard-page .stats .stat-chart {
1761-
margin-right: 5px;
1762-
vertical-align: middle; }
1763-
@media (min-width: 1200px) {
1764-
.dashboard-page .stats .stat-chart {
1765-
margin-right: 0.6vw; } }
1766-
1767-
.dashboard-page .stats .stat {
1768-
vertical-align: middle; }
1769-
@media (min-width: 1200px) {
1770-
.dashboard-page .stats .stat .value {
1771-
font-size: 1.3vw; } }
1772-
@media (min-width: 1200px) {
1773-
.dashboard-page .stats .stat .name {
1774-
font-size: 0.9vw; } }
1775-
1776-
.dashboard-page .stats .stat-progress {
1777-
height: 2px;
1778-
margin: 5px 0;
1779-
color: #59c2e6; }
1780-
.dashboard-page .stats .stat-progress[value]::-webkit-progress-bar {
1781-
background-color: #dddddd; }
1782-
.dashboard-page .stats .stat-progress[value]::-webkit-progress-value {
1783-
background-color: #59c2e6; }
1784-
.dashboard-page .stats .stat-progress[value]::-moz-progress-bar {
1785-
background-color: #dddddd; }
1786-
17871734
.dashboard-page .tasks {
17881735
display: -webkit-box;
17891736
display: -webkit-flex;
@@ -1831,6 +1778,50 @@ pre {
18311778
padding-top: 5px;
18321779
padding-bottom: 5px; }
18331780

1781+
.dashboard-page .stats .card-block {
1782+
padding-bottom: 0; }
1783+
1784+
.dashboard-page .stats .stat-col {
1785+
margin-bottom: 20px;
1786+
float: left;
1787+
white-space: nowrap;
1788+
overflow: hidden; }
1789+
1790+
.dashboard-page .stats .stat-icon {
1791+
color: #59c2e6;
1792+
display: inline-block;
1793+
font-size: 26px;
1794+
text-align: center;
1795+
vertical-align: middle;
1796+
width: 50px; }
1797+
1798+
.dashboard-page .stats .stat-chart {
1799+
margin-right: 5px;
1800+
vertical-align: middle; }
1801+
@media (min-width: 1200px) {
1802+
.dashboard-page .stats .stat-chart {
1803+
margin-right: 0.6vw; } }
1804+
1805+
.dashboard-page .stats .stat {
1806+
vertical-align: middle; }
1807+
@media (min-width: 1200px) {
1808+
.dashboard-page .stats .stat .value {
1809+
font-size: 1.3vw; } }
1810+
@media (min-width: 1200px) {
1811+
.dashboard-page .stats .stat .name {
1812+
font-size: 0.9vw; } }
1813+
1814+
.dashboard-page .stats .stat-progress {
1815+
height: 2px;
1816+
margin: 5px 0;
1817+
color: #59c2e6; }
1818+
.dashboard-page .stats .stat-progress[value]::-webkit-progress-bar {
1819+
background-color: #dddddd; }
1820+
.dashboard-page .stats .stat-progress[value]::-webkit-progress-value {
1821+
background-color: #59c2e6; }
1822+
.dashboard-page .stats .stat-progress[value]::-moz-progress-bar {
1823+
background-color: #dddddd; }
1824+
18341825
.item-editor-page .images-container::after {
18351826
content: "";
18361827
display: table;
@@ -2332,7 +2323,6 @@ pre {
23322323
background-color: #333e48; }
23332324
.sidebar .nav > li.open > a i.arrow {
23342325
-webkit-transform: rotate(90deg);
2335-
-ms-transform: rotate(90deg);
23362326
transform: rotate(90deg); }
23372327
.sidebar .nav > li > a i {
23382328
margin-right: 5px;
@@ -2468,7 +2458,6 @@ pre {
24682458
max-width: 140px; } }
24692459
.header .header-block-search .input-container input:focus + .underline {
24702460
-webkit-transform: scaleX(1);
2471-
-ms-transform: scaleX(1);
24722461
transform: scaleX(1); }
24732462

24742463
.customize {

0 commit comments

Comments
 (0)