gnui 1.2.13 → 1.2.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/dist/js/gnui.esm.js +40432 -0
  2. package/dist/js/gnui.js +40440 -0
  3. package/dist/js/gnui.min.js +23 -0
  4. package/dist/styles/default.css +1 -0
  5. package/dist/styles/gpi.css +1 -0
  6. package/dist/styles/green24.css +1 -0
  7. package/dist/styles/insights.css +1 -0
  8. package/dist/styles/nac.css +1 -0
  9. package/dist/styles/ztnac.css +1 -0
  10. package/package.json +1 -1
  11. package/styleguide/assets/components.js +1757 -0
  12. package/styleguide/assets/favicon.ico +0 -0
  13. package/styleguide/assets/guide.js +47 -0
  14. package/styleguide/assets/image.png +0 -0
  15. package/styleguide/assets/js/gnui.js +40440 -0
  16. package/styleguide/assets/js/gnui.min.js +23 -0
  17. package/styleguide/assets/okadia.css +121 -0
  18. package/styleguide/assets/styles/default.css +1 -0
  19. package/styleguide/assets/styles/gpi.css +1 -0
  20. package/styleguide/assets/styles/green24.css +1 -0
  21. package/styleguide/assets/styles/insights.css +1 -0
  22. package/styleguide/assets/styles/nac.css +1 -0
  23. package/styleguide/assets/styles/ztnac.css +1 -0
  24. package/styleguide/assets/theme.css +596 -0
  25. package/styleguide/category/COLOR/index.html +157 -0
  26. package/styleguide/category/COMPONENT/Alert(js)/index.html +419 -0
  27. package/styleguide/category/COMPONENT/Bignumber/index.html +270 -0
  28. package/styleguide/category/COMPONENT/Breadcrumb/index.html +325 -0
  29. package/styleguide/category/COMPONENT/Calendar(js)/index.html +243 -0
  30. package/styleguide/category/COMPONENT/Card/index.html +185 -0
  31. package/styleguide/category/COMPONENT/Chart(js)/index.html +556 -0
  32. package/styleguide/category/COMPONENT/Datagrid(js)/index.html +685 -0
  33. package/styleguide/category/COMPONENT/Datalist(js)/index.html +472 -0
  34. package/styleguide/category/COMPONENT/Growl(js)/index.html +352 -0
  35. package/styleguide/category/COMPONENT/JsonView(js)/index.html +1135 -0
  36. package/styleguide/category/COMPONENT/Loader(js)/index.html +296 -0
  37. package/styleguide/category/COMPONENT/MenuButton(js)/index.html +282 -0
  38. package/styleguide/category/COMPONENT/Message(js)/index.html +516 -0
  39. package/styleguide/category/COMPONENT/Modal(js)/index.html +445 -0
  40. package/styleguide/category/COMPONENT/Pagination(js)/index.html +446 -0
  41. package/styleguide/category/COMPONENT/Panel/index.html +327 -0
  42. package/styleguide/category/COMPONENT/Progressbar(js)/index.html +314 -0
  43. package/styleguide/category/COMPONENT/Tab(js)/index.html +474 -0
  44. package/styleguide/category/COMPONENT/Tagcloud(js)/index.html +261 -0
  45. package/styleguide/category/COMPONENT/Tooltip(js)/index.html +413 -0
  46. package/styleguide/category/COMPONENT/Tree(js)/index.html +405 -0
  47. package/styleguide/category/CONTROLS/Button(js)/index.html +466 -0
  48. package/styleguide/category/CONTROLS/Checkbox/index.html +195 -0
  49. package/styleguide/category/CONTROLS/Colorpicker(js)/index.html +286 -0
  50. package/styleguide/category/CONTROLS/Datepicker(js)/index.html +324 -0
  51. package/styleguide/category/CONTROLS/Dropdown(js)/index.html +1113 -0
  52. package/styleguide/category/CONTROLS/File/index.html +313 -0
  53. package/styleguide/category/CONTROLS/Form/Control/index.html +228 -0
  54. package/styleguide/category/CONTROLS/Form/Field/index.html +255 -0
  55. package/styleguide/category/CONTROLS/Form/Plain/index.html +194 -0
  56. package/styleguide/category/CONTROLS/Input/index.html +331 -0
  57. package/styleguide/category/CONTROLS/MultiText(js)/index.html +274 -0
  58. package/styleguide/category/CONTROLS/Picklist(js)/index.html +739 -0
  59. package/styleguide/category/CONTROLS/Radio/index.html +198 -0
  60. package/styleguide/category/CONTROLS/Select/index.html +457 -0
  61. package/styleguide/category/CONTROLS/SelectButton(js)/index.html +292 -0
  62. package/styleguide/category/CONTROLS/Slider/index.html +190 -0
  63. package/styleguide/category/CONTROLS/Switch(js)/index.html +346 -0
  64. package/styleguide/category/CONTROLS/SyntaxInput(js)/index.html +481 -0
  65. package/styleguide/category/CONTROLS/Textarea/index.html +186 -0
  66. package/styleguide/category/CONTROLS/Time(js)/index.html +264 -0
  67. package/styleguide/category/ELEMENTS/Box/index.html +171 -0
  68. package/styleguide/category/ELEMENTS/Icon/index.html +359 -0
  69. package/styleguide/category/ELEMENTS/Image/index.html +210 -0
  70. package/styleguide/category/ELEMENTS/List/index.html +393 -0
  71. package/styleguide/category/ELEMENTS/Table/index.html +480 -0
  72. package/styleguide/category/ELEMENTS/Tag/index.html +252 -0
  73. package/styleguide/category/ELEMENTS/Title/index.html +183 -0
  74. package/styleguide/category/LAYOUT/Container/index.html +232 -0
  75. package/styleguide/category/LAYOUT/Grid/index.html +397 -0
  76. package/styleguide/category/LAYOUT/Splitter(js)/index.html +276 -0
  77. package/styleguide/category/UTILITY/index.html +472 -0
  78. package/styleguide/category/Utils/index.html +338 -0
  79. package/styleguide/color.html +170 -0
  80. package/styleguide/index.html +170 -0
  81. package/styleguide/tag/javascript/index.html +7565 -0
  82. package/styleguide/tag/v.0.1.0/index.html +12646 -0
@@ -0,0 +1,596 @@
1
+ @import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');
2
+
3
+ /*
4
+ ---
5
+ name: Paragraph
6
+ category: body
7
+ ---
8
+
9
+ ```html
10
+ <p>
11
+ The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
12
+ </p>
13
+ ```
14
+
15
+ */
16
+
17
+ /*
18
+ ---
19
+ name: Heading
20
+ category: body
21
+ ---
22
+
23
+ ```html
24
+ <h1>Heading1</h1>
25
+ <h2>Heading2</h2>
26
+ <h3>Heading3</h3>
27
+ <h4>Heading4</h4>
28
+ <h5>Heading5</h5>
29
+ <h6>Heading6</h6>
30
+ ```
31
+
32
+ */
33
+
34
+ /*
35
+ ---
36
+ name: Header
37
+ category: layout/header
38
+ tag:
39
+ - deprecated
40
+ ---
41
+
42
+ ```html
43
+ <header class="aigis-header">
44
+ <a href="#">Styleguide</a>
45
+ </header>
46
+ ```
47
+
48
+ */
49
+ .aigis-header {
50
+ position: fixed;
51
+ top: 0;
52
+ padding: 10px 30px;
53
+ width: 100%;
54
+ height: 50px;
55
+ background-color: #486491;
56
+ z-index: 10000;
57
+ }
58
+
59
+ .aigis-header span a {
60
+ color: #fff;
61
+ font-size: 2.6em;
62
+ font-family: 'Noto Sans KR', 'Nanum Gothic';
63
+ text-decoration: none;
64
+ line-height: 110%;
65
+ }
66
+
67
+ .aigis-header div {
68
+ float: right;
69
+ }
70
+
71
+ /*
72
+ ---
73
+ name: Footer
74
+ category: layout/footer
75
+ tag: latest
76
+ ---
77
+
78
+ ```html
79
+ <footer class="aigis-footer">Last update at 2016/03/23 20:48</footer>
80
+ ```
81
+
82
+ */
83
+ .aigis-footer {
84
+ padding-top: 2rem;
85
+ padding-bottom: 2rem;
86
+ margin-top: 2rem;
87
+ line-height: 1.75;
88
+ /* color: #7a7a7a; */
89
+ border-top: 1px solid #eee;
90
+ text-align: center;
91
+ font-size: 16px;
92
+ }
93
+
94
+ /*
95
+ ---
96
+ name: Preview
97
+ category: body
98
+ tag: latest
99
+ ---
100
+
101
+ ```html
102
+ <div class="aigis-preview">
103
+ <a class="ex-ag-btn">Button</a>
104
+ <button class="ex-ag-btn ex-ag-btn--primary">Button</button>
105
+ </div>
106
+ ```
107
+
108
+ */
109
+ .aigis-codeblock,
110
+ .aigis-preview {
111
+ position: relative;
112
+ margin: 0;
113
+ overflow: visible;
114
+ /* background: url( 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAAF0lEQVR4AWP4DwVvoWCgBGAMmMQACQAAuK72AWHjK4wAAAAASUVORK5CYII=' ); */
115
+ }
116
+
117
+ .aigis-preview::before {
118
+ content: 'preview';
119
+ position: absolute;
120
+ right: 0;
121
+ top: 0;
122
+ font-size: 10px;
123
+ padding: 2px 4px 2px 5px;
124
+ border-bottom-left-radius: 3px;
125
+ color: #fff;
126
+ background: #181818;
127
+ }
128
+
129
+ .aigis-preview::after {
130
+ content: '';
131
+ clear: both;
132
+ display: block;
133
+ }
134
+
135
+ .ex-ag-btn {
136
+ -webkit-appearance: none;
137
+ display: inline-block;
138
+ border: none;
139
+ background-color: #3db680;
140
+ color: #fff;
141
+ padding: 10px 20px;
142
+ text-align: center;
143
+ line-height: 40px;
144
+ min-width: 200px;
145
+ font-size: 20px;
146
+ box-sizing: border-box;
147
+ }
148
+
149
+ .ex-ag-btn--primary {
150
+ color: black;
151
+ background-color: #ffea3a;
152
+ }
153
+
154
+ /*
155
+ ---
156
+ name: Codeblock
157
+ category: body
158
+ tag: latest
159
+ ---
160
+
161
+ ```html
162
+ <pre><code class="lang-html"><pre class="editor editor-colors"><div class="line"><span class="text html gohtml"><span class="meta tag block any html"><span class="punctuation definition tag begin html"><span>&lt;</span></span><span class="entity name tag block any html"><span>div</span></span><span>&nbsp;</span><span class="entity other attribute-name html"><span>class</span></span><span>=</span><span class="string quoted double html"><span class="punctuation definition string begin html"><span>"</span></span><span>aigis-header</span><span class="punctuation definition string end html"><span>"</span></span></span><span class="punctuation definition tag end html"><span>&gt;</span></span></span></span></div><div class="line"><span class="text html gohtml"><span>&nbsp;&nbsp;hoge</span></span></div><div class="line"><span class="text html gohtml"><span class="meta tag block any html"><span class="punctuation definition tag begin html"><span>&lt;/</span></span><span class="entity name tag block any html"><span>div</span></span><span class="punctuation definition tag end html"><span>&gt;</span></span></span></span></div></pre>
163
+ </code></pre>
164
+ ```
165
+
166
+ */
167
+ .aigis-module>pre:not([aria-hidden='true']) {
168
+ background-color: #272822;
169
+ color: #f8f8f2;
170
+ font-size: 14px;
171
+ position: relative;
172
+ padding: 0.5em;
173
+ border-radius: 3px;
174
+ margin: 0 auto 3em;
175
+ border: 1px solid #a0a0a0;
176
+ max-height: 300px;
177
+ overflow: auto;
178
+ }
179
+
180
+ .aigis-module>pre+pre {
181
+ margin-top: -3em;
182
+ margin-bottom: 3em;
183
+ }
184
+
185
+ .aigis-module>ul:not([class]) {
186
+ list-style: disc;
187
+ margin: 10px 30px;
188
+ }
189
+
190
+ .aigis-preview {
191
+ border: 1px solid #a0a0a0;
192
+ border-radius: 3px;
193
+ border-radius: 3px 3px 0 0;
194
+ padding: 20px 10px;
195
+ padding: 16px;
196
+ margin: 0;
197
+ margin-top: 10px;
198
+ }
199
+
200
+ .aigis-preview p+p {
201
+ margin-top: 10px;
202
+ }
203
+
204
+ .aigis-preview+pre {
205
+ position: relative;
206
+ border-radius: 0 0 3px 3px;
207
+ border-top: none;
208
+ margin-top: 0;
209
+ height: auto;
210
+ overflow-x: auto;
211
+ }
212
+
213
+ .aigis-module.Chart .aigis-preview {
214
+ display: block;
215
+ }
216
+
217
+ .aigis-module.Chart .aigis-preview>div,
218
+ .aigis-module.Chart table,
219
+ .aigis-module.Chart table+pre,
220
+ .aigis-module.Chart pre+pre {
221
+ display: inline-block;
222
+ width: 49%;
223
+ margin-right: 5px;
224
+ vertical-align: middle;
225
+ }
226
+
227
+ .aigis-module.JsonView table:not(:last-of-type) td>pre {
228
+ max-width: 270px;
229
+ }
230
+
231
+ /*
232
+ ---
233
+ name: Sidemenu
234
+ category: layout/sidemenu
235
+ tag: latest
236
+ ---
237
+
238
+ ```html
239
+ <div class="aigis-sidemenu">
240
+ <header class="aigis-header">
241
+ <a href="../../index.html">Styleguide</a>
242
+ </header>
243
+ <h2 class="aigis-sidemenu__heading">Category</h2>
244
+ <nav class="aigis-categoryList">
245
+
246
+ </nav>
247
+ <h2 class="aigis-sidemenu__heading">Tag</h2>
248
+ <nav class="aigis-tags aigis-tagList">
249
+
250
+ </nav>
251
+ <h2 class="aigis-sidemenu__heading"><a href="../../color.html">All Colors</a></h2>
252
+ </div>
253
+ ```
254
+
255
+ */
256
+ .aigis-sidemenu {
257
+ position: fixed;
258
+ top: 50px;
259
+ bottom: 0;
260
+ left: 0;
261
+ padding-top: 20px;
262
+ padding-bottom: 20px;
263
+ width: 280px;
264
+ border-right: 1px solid #d4dbe4;
265
+ box-sizing: border-box;
266
+ background-color: #fff;
267
+ color: #33331a;
268
+ -ms-overflow-style: none;
269
+ overflow-x: auto;
270
+ }
271
+
272
+ .aigis-sidemenu::-webkit-scrollbar {
273
+ display: none;
274
+ }
275
+
276
+ .aigis-sidemenu__heading {
277
+ font-size: 30px;
278
+ margin: 12px 0;
279
+ color: #33331a;
280
+ font-weight: normal;
281
+ padding-left: 10px;
282
+ line-height: 1em;
283
+ }
284
+
285
+ .aigis-sidemenu__heading a {
286
+ color: inherit;
287
+ text-decoration: none;
288
+ }
289
+
290
+ .aigis-preview .aigis-sidemenu {
291
+ position: relative;
292
+ }
293
+
294
+ /*
295
+ ---
296
+ name: Category list
297
+ category: layout/sidemenu
298
+ tag: latest
299
+ ---
300
+
301
+ ```html
302
+ <h2 class="aigis-sidemenu__heading">Category</h2>
303
+ <nav class="aigis-categoryList">
304
+ <ul data-path-depth="0">
305
+ <li data-path-depth="0">body</li>
306
+ <li data-path-depth="0"><a href="#">layout</a>
307
+ <ul data-path-depth="1">
308
+ <li data-path-depth="1"><a href="#">sidemenu</a></li>
309
+ </ul>
310
+ </li>
311
+ </ul>
312
+ </nav>
313
+ ```
314
+
315
+ */
316
+ .aigis-categoryList ul li {
317
+ padding: 3px 10px;
318
+ font-size: 14px;
319
+ list-style: none;
320
+ }
321
+
322
+ .aigis-categoryList li a {
323
+ display: block;
324
+ position: relative;
325
+ padding: 3px 10px 3px 10px;
326
+ color: #454545;
327
+ text-overflow: ellipsis;
328
+ overflow: hidden;
329
+ white-space: nowrap;
330
+ border-radius: 0px;
331
+ outline: none;
332
+ text-decoration: none;
333
+ }
334
+
335
+ .aigis-categoryList li:hover a[href]:hover {
336
+ text-decoration: underline;
337
+ color: #2a436b;
338
+ }
339
+
340
+ .aigis-categoryList li[data-path-depth] a:before {
341
+ content: '';
342
+ margin-right: 10px;
343
+ }
344
+
345
+ .aigis-categoryList li[data-path-depth='1'] a:before {
346
+ margin-left: 1em;
347
+ }
348
+
349
+ .aigis-categoryList li[data-path-depth='2'] a:before {
350
+ margin-left: 2em;
351
+ }
352
+
353
+ .aigis-categoryList li[data-path-depth='3'] a:before {
354
+ margin-left: 3em;
355
+ }
356
+
357
+ .aigis-categoryList li[data-path-depth='4'] a:before {
358
+ margin-left: 4em;
359
+ }
360
+
361
+ .aigis-categoryList li[data-path-depth] [data-tree-current],
362
+ .aigis-categoryList .current>a {
363
+ background-color: #d2d2d2;
364
+ color: #004ba9 !important;
365
+ text-decoration: none !important;
366
+ }
367
+
368
+ /*
369
+ ---
370
+ name: Tag list
371
+ category: layout/sidemenu
372
+ tag: latest
373
+ ---
374
+
375
+ ```html
376
+ <nav class="aigis-tags aigis-tagList">
377
+ <a class="aigis-tags__item aigis-tags__item--deprecated" href="#">deprecated</a>
378
+ <a class="aigis-tags__item aigis-tags__item--latest" href="#">latest</a>
379
+ </nav>
380
+ ```
381
+
382
+ */
383
+ .aigis-tags {
384
+ padding: 10px;
385
+ padding-left: 0;
386
+ margin: 0;
387
+ }
388
+
389
+ /*
390
+ ---
391
+ name: Module list
392
+ category: body
393
+ tag: latest
394
+ ---
395
+
396
+ ```html
397
+ <nav>
398
+ <h2 class="aigis-module__heading">Modules</h2>
399
+ <ul class="aigis-moduleList">
400
+ <li class="aigis-moduleList__item">
401
+ <a href="#header">header</a>
402
+ </li>
403
+ <li class="aigis-moduleList__item">
404
+ <a href="#sidemenu">sidemenu</a>
405
+ </li>
406
+ <li class="aigis-moduleList__item">
407
+ <a href="#category list">category list</a>
408
+ </li>
409
+ <li class="aigis-moduleList__item">
410
+ <a href="#tags">tags</a>
411
+ </li>
412
+ </ul>
413
+ </nav>
414
+ ```
415
+
416
+ */
417
+ .aigis-moduleList {
418
+ line-height: 1.6;
419
+ font-size: 16px;
420
+ }
421
+
422
+ .aigis-moduleList__item a {
423
+ color: #08f;
424
+ text-decoration: none;
425
+ }
426
+
427
+ .aigis-moduleList__item a:hover {
428
+ text-decoration: underline;
429
+ }
430
+
431
+ .aigis-module__heading {
432
+ padding-bottom: 0.3em;
433
+ font-size: 1.75em;
434
+ line-height: 1.225;
435
+ border-bottom: 1px solid #eee;
436
+ position: relative;
437
+ }
438
+
439
+ .aigis-module__heading:hover a {
440
+ position: relative;
441
+ }
442
+
443
+ .aigis-module__heading:hover a:before {
444
+ content: '\00a7';
445
+ position: absolute;
446
+ right: 100%;
447
+ bottom: 5px;
448
+ font-size: 20px;
449
+ color: #000;
450
+ padding-right: 5px;
451
+ padding-left: 5px;
452
+ }
453
+
454
+ /*
455
+ ---
456
+ name: File path
457
+ category: body
458
+ ---
459
+
460
+ ```html
461
+ <div class="aigis-module__filepath">
462
+ /aigis_assets/css/theme.css
463
+ </div>
464
+ ```
465
+
466
+ */
467
+
468
+ .aigis-module__filepath {
469
+ display: block;
470
+ text-align: right;
471
+ font-size: 12px;
472
+ color: #adadad;
473
+ }
474
+
475
+ /*
476
+ ---
477
+ name: Color palette
478
+ category: layout/special
479
+ tag: special
480
+ ---
481
+
482
+ ```html
483
+ <div class="aigis-contents__body">
484
+ <h2 class="aigis-module__heading">colors</h2>
485
+ <div class="aigis-colorPalette"><div class="aigis-colorPalette__color" style="background-color: #428b1c;"></div><div class="aigis-colorPalette__label">#428b1c</div></div>
486
+ <div class="aigis-colorPalette"><div class="aigis-colorPalette__color" style="background-color: #55b5db;"></div><div class="aigis-colorPalette__label">#55b5db</div></div>
487
+ <div class="aigis-colorPalette"><div class="aigis-colorPalette__color" style="background-color: #5B594B;"></div><div class="aigis-colorPalette__label">#5B594B</div></div>
488
+ <div class="aigis-colorPalette"><div class="aigis-colorPalette__color" style="background-color: #6272a4;"></div><div class="aigis-colorPalette__label">#6272a4</div></div>
489
+ <div class="aigis-colorPalette"><div class="aigis-colorPalette__color" style="background-color: #666;"></div><div class="aigis-colorPalette__label">#666</div></div>
490
+ <div class="aigis-colorPalette"><div class="aigis-colorPalette__color" style="background-color: #66d9ef;"></div><div class="aigis-colorPalette__label">#66d9ef</div></div>
491
+ <div class="aigis-colorPalette"><div class="aigis-colorPalette__color" style="background-color: #66D9EF;"></div><div class="aigis-colorPalette__label">#66D9EF</div></div>
492
+ <div class="aigis-colorPalette"><div class="aigis-colorPalette__color" style="background-color: #6be5fd;"></div><div class="aigis-colorPalette__label">#6be5fd</div></div>
493
+ <div class="aigis-colorPalette"><div class="aigis-colorPalette__color" style="background-color: #728fcb;"></div><div class="aigis-colorPalette__label">#728fcb</div></div>
494
+ <div class="aigis-colorPalette"><div class="aigis-colorPalette__color" style="background-color: #75715E;"></div><div class="aigis-colorPalette__label">#75715E</div></div>
495
+ </div>
496
+ ```
497
+
498
+ */
499
+ .aigis-colorPalette {
500
+ margin-top: 5px;
501
+ }
502
+
503
+ .aigis-colorPalette__color {
504
+ display: inline-block;
505
+ vertical-align: middle;
506
+ height: 40px;
507
+ width: 50%;
508
+ margin-right: 5px;
509
+ }
510
+
511
+ .aigis-colorPalette__label {
512
+ display: inline-block;
513
+ vertical-align: middle;
514
+ line-height: 40px;
515
+ }
516
+
517
+ body {
518
+ margin: 0;
519
+ padding: 0;
520
+ font-size: 1rem;
521
+ font-family:
522
+ BlinkMacSystemFont,
523
+ -apple-system,
524
+ Dhurjati 'Nanum Gothic' 'Segoe UI',
525
+ 'Roboto',
526
+ 'Oxygen',
527
+ 'Ubuntu',
528
+ 'Cantarell',
529
+ 'Fira Sans',
530
+ 'Droid Sans',
531
+ 'Helvetica Neue',
532
+ 'Helvetica',
533
+ 'Arial',
534
+ sans-serif;
535
+ }
536
+
537
+ .aigis-module>ul code,
538
+ .aigis-module>p code,
539
+ .aigis-contents__body>ul code,
540
+ .aigis-contents__body>p code,
541
+ .aigis-contents__body>h2 code,
542
+ .aigis-contents__body>h3 code {
543
+ color: #666;
544
+ background-color: #f7f7f7;
545
+ padding: 0 3px;
546
+ font-size: 1.2em;
547
+ border-radius: 3px;
548
+ }
549
+
550
+ .aigis-container {
551
+ box-sizing: border-box;
552
+ width: auto;
553
+ min-width: 960px;
554
+ margin-right: auto;
555
+ }
556
+
557
+ .aigis-container:after {
558
+ content: '';
559
+ display: table;
560
+ clear: both;
561
+ }
562
+
563
+ .aigis-contents {
564
+ box-sizing: border-box;
565
+ padding-right: 10px;
566
+ padding-left: 280px;
567
+ padding-top: 50px;
568
+ margin: 0 auto;
569
+ /* font-size: 18px; */
570
+ }
571
+
572
+ .aigis-contents__body {
573
+ /* color: #33331a; */
574
+ max-width: 960px;
575
+ min-width: 600px;
576
+ padding: 20px 20px;
577
+ margin: 0 auto;
578
+ }
579
+
580
+ .aigis-contents__body>p {
581
+ margin-bottom: 1em;
582
+ }
583
+
584
+ /*
585
+ main
586
+ */
587
+ .aigis-main-page {
588
+ padding: 10px;
589
+ }
590
+
591
+ /*
592
+ components
593
+ */
594
+ .aigis-contents .type-checkbox {
595
+ height: 215px;
596
+ }