@k8slens/lds-emails 0.1.1
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.
- package/README.md +3 -0
- package/lib/styles.css +97 -0
- package/lib/styles.js +1 -0
- package/package.json +36 -0
package/README.md
ADDED
package/lib/styles.css
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
:root{
|
|
2
|
+
}
|
|
3
|
+
|
|
4
|
+
.page{
|
|
5
|
+
font-family:'Roboto', 'Helvetica', 'Arial', sans-serif;
|
|
6
|
+
background-color:#1f2123;
|
|
7
|
+
border:0;
|
|
8
|
+
cellpadding:0;
|
|
9
|
+
cellspacing:0;
|
|
10
|
+
width:100%;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.panel{
|
|
14
|
+
border-collapse:collapse;
|
|
15
|
+
margin:20px 0 20px 0;
|
|
16
|
+
padding:0;
|
|
17
|
+
width:100%;
|
|
18
|
+
max-width:600px;
|
|
19
|
+
font-size:13px;
|
|
20
|
+
border:0;
|
|
21
|
+
cellpadding:0;
|
|
22
|
+
cellspacing:0;
|
|
23
|
+
width:100%;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.panel-header{
|
|
27
|
+
background-color:#363b3f;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.panel-header > td{
|
|
31
|
+
color:#a1a6aa;
|
|
32
|
+
padding:20px;
|
|
33
|
+
border-top-left-radius:12px;
|
|
34
|
+
border-top-right-radius:12px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.panel-header h1{
|
|
38
|
+
color:#ffffff;
|
|
39
|
+
font-size:21px;
|
|
40
|
+
font-weight:400;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.panel-header p{
|
|
44
|
+
font-size:15px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.panel-content{
|
|
48
|
+
background-color:#2e3438;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.panel-content > td{
|
|
52
|
+
color:#a1a6aa;
|
|
53
|
+
padding:25px;
|
|
54
|
+
line-height:18px;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.panel-content h2{
|
|
58
|
+
color:#ffffff;
|
|
59
|
+
font-weight:400;
|
|
60
|
+
font-size:19px;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.panel-footer{
|
|
64
|
+
background-color:#25292d;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.panel-footer > td{
|
|
68
|
+
color:#545a5f;
|
|
69
|
+
padding:20px;
|
|
70
|
+
border-bottom-left-radius:12px;
|
|
71
|
+
border-bottom-right-radius:12px;
|
|
72
|
+
font-size:0.6875;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.button{
|
|
76
|
+
border-radius:4px;
|
|
77
|
+
background-color:#3b8ece;
|
|
78
|
+
color:#ffffff;
|
|
79
|
+
display:inline-block;
|
|
80
|
+
padding:8px 16px;
|
|
81
|
+
margin:5px;
|
|
82
|
+
font-size:13px;
|
|
83
|
+
line-height:24px;
|
|
84
|
+
text-decoration:none;
|
|
85
|
+
text-align:center;
|
|
86
|
+
min-width:120px;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.link{
|
|
90
|
+
color:#3b8ece;
|
|
91
|
+
font-size:13px;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
strong{
|
|
95
|
+
font-weight:bold;
|
|
96
|
+
color:#d7d1d1;
|
|
97
|
+
}
|
package/lib/styles.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@k8slens/lds-tokens/lib/web/font-imports.css';
|
package/package.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@k8slens/lds-emails",
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "Lens Design System – Emails",
|
|
5
|
+
"author": "Mirantis Inc",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"module": "./lib/styles.js",
|
|
8
|
+
"type": "module",
|
|
9
|
+
"files": [
|
|
10
|
+
"lib/"
|
|
11
|
+
],
|
|
12
|
+
"scripts": {
|
|
13
|
+
"start": "npm run clean && npm run rollup-watch",
|
|
14
|
+
"build": "npm run clean && npm run rollup",
|
|
15
|
+
"build:production": "npm run build",
|
|
16
|
+
"rollup-watch": "rollup -c --watch",
|
|
17
|
+
"rollup": "rollup -c",
|
|
18
|
+
"clean": "rimraf lib",
|
|
19
|
+
"test": "echo \"Warning: no test specified yet\" && exit 0",
|
|
20
|
+
"prepack": "node prepack"
|
|
21
|
+
},
|
|
22
|
+
"devDependencies": {
|
|
23
|
+
"@k8slens/lds-tokens": ">=0.2.0 <1.0.0",
|
|
24
|
+
"postcss": "8.4.16",
|
|
25
|
+
"postcss-color-converter": "1.1.0",
|
|
26
|
+
"postcss-css-variables": "0.18.0",
|
|
27
|
+
"postcss-discard-comments": "5.1.2",
|
|
28
|
+
"postcss-discard-empty": "5.1.1",
|
|
29
|
+
"postcss-import": "15.0.0",
|
|
30
|
+
"postcss-rem-to-pixel": "4.1.2",
|
|
31
|
+
"rimraf": "3.0.2",
|
|
32
|
+
"rollup": "2.79.0",
|
|
33
|
+
"rollup-plugin-delete": "2.0.0",
|
|
34
|
+
"rollup-plugin-postcss": "4.0.2"
|
|
35
|
+
}
|
|
36
|
+
}
|