Skip to content

Commit 5330503

Browse files
committed
Change importer styles
1 parent 7cd358f commit 5330503

2 files changed

Lines changed: 31 additions & 28 deletions

File tree

amp/src/main/webapp/WEB-INF/jsp/aim/view/dataImporter.jsp

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<html:html>
77
<head>
88
<title><digi:trn>Data Importer</digi:trn></title>
9+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap" rel="stylesheet">
910
<link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.1.0/css/select2.min.css" rel="stylesheet" />
1011
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
1112

@@ -646,15 +647,15 @@
646647
</script>
647648
<style>
648649
:root {
649-
--page-bg: #f4f5f7;
650+
--page-bg: #f5faff;
650651
--panel-bg: #ffffff;
651-
--panel-border: #d7dde3;
652+
--panel-border: #c8daea;
652653
--text-strong: #22313a;
653-
--text-soft: #667784;
654-
--accent: #40606f;
655-
--accent-deep: #314b57;
656-
--accent-warm: #8a6f56;
657-
--surface-muted: #f0f2f4;
654+
--text-soft: #4a6880;
655+
--accent: #21587b;
656+
--accent-deep: #164060;
657+
--accent-warm: #2480c6;
658+
--surface-muted: #e7f1fd;
658659
--row-alt: #f8f9fa;
659660
--shadow: 0 4px 12px rgba(25, 39, 52, 0.05);
660661
--radius-lg: 14px;
@@ -668,7 +669,7 @@
668669
669670
body {
670671
margin: 0;
671-
font-family: Arial, Helvetica, sans-serif;
672+
font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
672673
font-size: 12px;
673674
line-height: 1.4;
674675
color: var(--text-strong);
@@ -779,7 +780,7 @@
779780
780781
input[type="button"],
781782
button {
782-
border: 1px solid #506673;
783+
border: 1px solid #21587b;
783784
border-radius: 999px;
784785
padding: 8px 14px;
785786
font-weight: 700;
@@ -851,8 +852,8 @@
851852
}
852853
853854
table th {
854-
background: #eef1f3;
855-
color: var(--text-strong);
855+
background: #d6e7fd;
856+
color: #21587b;
856857
font-size: 11px;
857858
letter-spacing: 0.08em;
858859
text-transform: uppercase;
@@ -889,9 +890,9 @@
889890
margin-top: 12px;
890891
padding: 10px 12px;
891892
border-radius: var(--radius-md);
892-
background: #f3efe9;
893-
color: #6a5a48;
894-
border: 1px solid #dfd6cb;
893+
background: #e7f1fd;
894+
color: #21587b;
895+
border: 1px solid #a3c4e4;
895896
}
896897
897898
.select2-container--default .select2-selection--single {

amp/src/main/webapp/WEB-INF/jsp/aim/view/viewImportProgress.jsp

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@
66
<html:html>
77
<head>
88
<title><digi:trn>Imported Files</digi:trn></title>
9+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap" rel="stylesheet">
910
<style>
1011
:root {
11-
--page-bg: #f4f5f7;
12+
--page-bg: #f5faff;
1213
--panel-bg: #ffffff;
13-
--panel-border: #d7dde3;
14+
--panel-border: #c8daea;
1415
--text-strong: #22313a;
15-
--text-soft: #667784;
16-
--accent: #40606f;
17-
--accent-deep: #314b57;
18-
--success: #4a6b58;
19-
--danger: #7a5555;
20-
--warning: #7d6a53;
16+
--text-soft: #4a6880;
17+
--accent: #21587b;
18+
--accent-deep: #164060;
19+
--success: #21C11C;
20+
--danger: #c20000;
21+
--warning: #f2711c;
2122
--row-alt: #f8f9fa;
2223
--shadow: 0 4px 12px rgba(25, 39, 52, 0.05);
2324
}
@@ -28,7 +29,7 @@
2829
2930
body {
3031
margin: 0;
31-
font-family: Arial, Helvetica, sans-serif;
32+
font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
3233
font-size: 12px;
3334
line-height: 1.4;
3435
color: var(--text-strong);
@@ -111,7 +112,8 @@
111112
}
112113
113114
th {
114-
background: #eef1f3;
115+
background: #d6e7fd;
116+
color: #21587b;
115117
font-size: 11px;
116118
letter-spacing: 0.08em;
117119
text-transform: uppercase;
@@ -128,7 +130,7 @@
128130
.view-progress-btn,
129131
.view-more-btn,
130132
.nav-action-btn {
131-
border: 1px solid #506673;
133+
border: 1px solid #21587b;
132134
border-radius: 999px;
133135
padding: 8px 14px;
134136
font-size: 12px;
@@ -162,7 +164,7 @@
162164
padding: 10px 12px;
163165
border-radius: 10px;
164166
font-weight: 700;
165-
background: #f1f3f5;
167+
background: #e7f1fd;
166168
border: 1px solid var(--panel-border);
167169
font-size: 12px;
168170
}
@@ -191,7 +193,7 @@
191193
margin-bottom: 12px;
192194
padding: 10px 12px;
193195
border-radius: 10px;
194-
background: #f1f3f5;
196+
background: #e7f1fd;
195197
border: 1px solid var(--panel-border);
196198
}
197199
@@ -225,7 +227,7 @@
225227
margin: 10px 0 12px;
226228
padding: 10px 12px;
227229
border-radius: 10px;
228-
background: #f1f3f5;
230+
background: #e7f1fd;
229231
border: 1px solid var(--panel-border);
230232
}
231233

0 commit comments

Comments
 (0)