Skip to content

Commit ed3c55f

Browse files
committed
more edits
1 parent ed0e469 commit ed3c55f

File tree

5 files changed

+31
-30
lines changed

5 files changed

+31
-30
lines changed

client/app/app.css

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -77,25 +77,23 @@ ul {
7777
height: 55px;
7878
line-height: 55px;
7979
color: white;
80-
background-color: #4B8BF4;
80+
background-color: #6795F5;
8181
z-index: 10;
82-
box-shadow: -2px 4px 8px rgba(255, 255, 255, 0.7);
83-
-webkit-box-shadow: -2px 4px 8px rgba(255, 255, 255, 0.7);
8482
}
8583

8684
.side-panel > header .logo {
8785
float: left;
8886
padding-left: 10px;
8987
height: 45px;
90-
padding-top: 7px;
88+
padding-top: 8px;
9189
vertical-align: middle;
9290
}
9391

9492
.side-panel > header .logo-title {
9593
float: left;
96-
margin-left: 20px;
94+
margin-left: 15px;
9795
font-weight: 200;
98-
font-size: 16px;
96+
font-size: 15px;
9997
letter-spacing: 2px;
10098
border-top: 2px solid transparent;
10199
text-transform: uppercase;
@@ -115,6 +113,9 @@ ul {
115113
width: 100%;
116114
border-bottom: 1px solid #ECF0F6;
117115
z-index: 10;
116+
box-shadow: -2px 4px 8px rgba(250, 250, 250, 0.7);
117+
-webkit-box-shadow: -2px 4px 8px rgba(250, 250, 250, 0.7);
118+
-moz-box-shadow: -2px 4px 8px rgba(250, 250, 250, 0.7);
118119
}
119120

120121
.sub-header .button-row {
@@ -180,13 +181,13 @@ ul {
180181

181182
.side-panel .btn-download {
182183
width: 100%;
183-
background-color: #4B8BF4;
184+
background-color: #6795F5;
184185
color: #fFF;
185186
font-size: 15px;
186187
letter-spacing: 1px;
187188
font-weight: 200;
188189
text-transform: uppercase;
189-
border: 1px solid #4B8BF4;
190+
border: 1px solid #6795F5;
190191
-webkit-transition: all 0.20s ease-in-out;
191192
-moz-transition: all 0.20s ease-in-out;
192193
-ms-transition: all 0.20s ease-in-out;
@@ -195,8 +196,8 @@ ul {
195196

196197
.side-panel .btn-download:hover, .side-panel .btn-download:focus {
197198
outline: none;
198-
border: 1px solid #4B8BF4;
199-
color: #4B8BF4;
199+
border: 1px solid #6795F5;
200+
color: #6795F5;
200201
background-color: #FFFFFF;
201202
-webkit-transition: all 0.20s ease-in-out;
202203
-moz-transition: all 0.20s ease-in-out;
@@ -274,7 +275,7 @@ ul {
274275
}
275276

276277
.side-section-input:focus, .side-section-input:hover {
277-
border: 1px solid #4B8BF4;
278+
border: 1px solid #6795F5;
278279
outline: none;
279280
}
280281

@@ -295,7 +296,7 @@ ul {
295296
}
296297

297298
.side-section-select:focus, .side-section-select:hover {
298-
border: 1px solid #4B8BF4;
299+
border: 1px solid #6795F5;
299300
outline: none;
300301
}
301302

@@ -331,7 +332,6 @@ ul {
331332
border: none;
332333
}
333334

334-
335335
.sp-color {
336336
border: none;
337337
border-radius: 2px;
@@ -381,7 +381,7 @@ ul {
381381

382382
input.sp-input {
383383
background-color: #ffFFFF;
384-
border: 1px solid #4B8BF4;
384+
border: 1px solid #6795F5;
385385
border-radius: 2px;
386386
padding: 5px;
387387
-webkit-transition: all 0.30s ease-in-out;
@@ -392,7 +392,7 @@ input.sp-input {
392392

393393
input.sp-input:focus, input.sp-input:hover {
394394
outline: none;
395-
border: 1px solid #4B8BF4;
395+
border: 1px solid #6795F5;
396396
}
397397

398398
.sp-cancel {
@@ -417,20 +417,20 @@ input.sp-input:focus, input.sp-input:hover {
417417
}
418418

419419
.sp-button-container > button {
420-
background: #4B8BF4;
420+
background: #6795F5;
421421
text-shadow: none;
422422
color: #fFF;
423423
letter-spacing: 1px;
424424
font-size: 11px;
425425
font-weight: 200;
426426
text-transform: uppercase;
427-
border: 1px solid #4B8BF4;
427+
border: 1px solid #6795F5;
428428
}
429429

430430
.sp-button-container > button:hover {
431-
border: 1px solid #4B8BF4;
431+
border: 1px solid #6795F5;
432432
background: #FFF !important;
433-
color: #4B8BF4;
433+
color: #6795F5;
434434
text-shadow: none;
435435
}
436436

@@ -454,7 +454,7 @@ input.sp-input:focus, input.sp-input:hover {
454454
height: 55px;
455455
line-height: 55px;
456456
color: white;
457-
background-color: #4B8BF4;
457+
background-color: #6795F5;
458458
font-weight: lighter;
459459
letter-spacing: 1px;
460460
z-index: 10;
@@ -596,7 +596,7 @@ input.sp-input:focus, input.sp-input:hover {
596596
width: 100%;
597597
height: 100%;
598598
border-radius: 50%;
599-
background-color: #4B8BF4;
599+
background-color: #6795F5;
600600
opacity: 0.6;
601601
position: absolute;
602602
top: 0;
@@ -637,7 +637,7 @@ input.sp-input:focus, input.sp-input:hover {
637637
.ngdialog-content {
638638
background: #ffffff !important;
639639
border-radius: 1px !important;
640-
border: 3px solid #4B8BF4;
640+
border: 3px solid #6795F5;
641641
color: #575859 !important;
642642
margin: 0 auto;
643643
max-width: 100%;
@@ -688,7 +688,7 @@ input.sp-input:focus, input.sp-input:hover {
688688
}
689689

690690
.imodal-content input:focus, .imodal-content input:hover {
691-
border: 1px solid #4B8BF4;
691+
border: 1px solid #6795F5;
692692
outline: none;
693693
}
694694

@@ -727,9 +727,9 @@ input.sp-input:focus, input.sp-input:hover {
727727
}
728728

729729
.imodal .btn-modal-download {
730-
background: #4B8BF4;
730+
background: #6795F5;
731731
color: #fFF;
732-
border: 1px solid #4B8BF4;
732+
border: 1px solid #6795F5;
733733
-webkit-transition: all 0.30s ease-in-out;
734734
-moz-transition: all 0.30s ease-in-out;
735735
-ms-transition: all 0.30s ease-in-out;
@@ -738,8 +738,8 @@ input.sp-input:focus, input.sp-input:hover {
738738

739739
.imodal .btn-modal-download:hover, .imodal .btn-modal-download:focus {
740740
outline: none;
741-
border: 1px solid #4B8BF4;
742-
color: #4B8BF4;
741+
border: 1px solid #6795F5;
742+
color: #6795F5;
743743
background-color: #FFFFFF;
744744
-webkit-transition: all 0.30s ease-in-out;
745745
-moz-transition: all 0.30s ease-in-out;
@@ -748,7 +748,7 @@ input.sp-input:focus, input.sp-input:hover {
748748
}
749749

750750
.ngdialog.ngdialog-theme-default .ngdialog-close:before {
751-
background: #4B8BF4;
751+
background: #6795F5;
752752
border-radius: 0 !important;
753753
color: white;
754754
content: '\00D7';

client/favicon.ico

-6.62 KB
Binary file not shown.

client/icon.ico

361 KB
Binary file not shown.

client/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
<meta charset="utf-8">
1212
<meta http-equiv="X-UA-Compatible" content="IE=edge">
1313
<base href="/">
14-
<title>Ionic Theme Editor</title>
14+
<title>Ionic Tailor</title>
1515
<meta name="description" content="">
1616
<meta name="viewport" content="width=device-width">
17-
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
17+
<link rel="icon" type="image/x-icon" href="icon.ico"/>
18+
1819
<!-- build:css(client) app/vendor.css -->
1920
<!-- bower:css -->
2021
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />

ionic-tailor.sketch

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)