@appscode/design-system 2.4.26-alpha-2 → 2.4.27-alpha-2
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/main.scss +1 -0
- package/package.json +1 -1
- package/vue-components/styles/base/utilities/_colors.scss +15 -0
- package/vue-components/styles/base/utilities/_customize-bulma.scss +1 -1
- package/vue-components/styles/base/utilities/_global.scss +2 -2
- package/vue-components/styles/base/utilities/_typography.scss +4 -4
- package/vue-components/styles/components/_ac-calendar.scss +3 -3
- package/vue-components/styles/components/_ac-code-highlight.scss +1 -1
- package/vue-components/styles/components/_ac-drag.scss +1 -1
- package/vue-components/styles/components/_accordion.scss +1 -1
- package/vue-components/styles/components/_breadcrumb.scss +1 -1
- package/vue-components/styles/components/_dropdown.scss +1 -1
- package/vue-components/styles/components/_getkeeper.scss +1 -1
- package/vue-components/styles/components/_graph.scss +1 -1
- package/vue-components/styles/components/_options.scss +2 -2
- package/vue-components/styles/components/_pagination.scss +2 -2
- package/vue-components/styles/components/_preview-modal.scss +1 -1
- package/vue-components/styles/components/_progress-bar.scss +2 -2
- package/vue-components/styles/components/_table-of-content.scss +3 -3
- package/vue-components/styles/components/_table.scss +4 -4
- package/vue-components/styles/components/_tabs.scss +3 -3
- package/vue-components/styles/components/_terminal.scss +3 -3
- package/vue-components/styles/components/_widget-menu.scss +6 -6
- package/vue-components/styles/components/_wizard.scss +8 -8
- package/vue-components/styles/components/ac-toaster/_ac-toasted.scss +2 -2
- package/vue-components/styles/components/alert/_alert.scss +1 -1
- package/vue-components/styles/components/alert/_toast.scss +1 -1
- package/vue-components/styles/components/bbum/_card-team.scss +2 -2
- package/vue-components/styles/components/bbum/_left-sidebar.scss +2 -2
- package/vue-components/styles/components/bbum/_sign-up-notification.scss +2 -2
- package/vue-components/styles/components/bbum/_single-post-preview.scss +1 -1
- package/vue-components/styles/components/bbum/_user-profile.scss +1 -1
- package/vue-components/styles/components/cards/_cluster.scss +1 -1
- package/vue-components/styles/components/cards/_info.scss +1 -1
- package/vue-components/styles/components/cards/_payment-card.scss +1 -1
- package/vue-components/styles/components/cards/_vendor.scss +1 -1
- package/vue-components/styles/components/editor/_filtered-file-editor.scss +1 -1
- package/vue-components/styles/components/form-fields/_check-radio-switch.scss +4 -4
- package/vue-components/styles/components/form-fields/_image-upload.scss +1 -1
- package/vue-components/styles/components/form-fields/_input-card.scss +3 -3
- package/vue-components/styles/components/form-fields/_input.scss +16 -16
- package/vue-components/styles/components/inbox/all.scss +73 -0
- package/vue-components/styles/components/navbar/_menu-content.scss +10 -10
- package/vue-components/styles/components/select-box/_ac-select-box.scss +1 -1
- package/vue-components/styles/components/select-box/_multi-select.scss +23 -22
- package/vue-components/styles/components/sidebar/_left-sidebar.scss +1 -1
- package/vue-components/styles/components/ui-builder/_ui-builder.scss +3 -3
- package/vue-components/styles/components/ui-builder/_vue-open-api.scss +14 -14
- package/vue-components/v3/form-fields/AcSelect.vue +1 -1
- package/vue-components/v3/form-fields/CheckBox.vue +1 -1
- package/vue-components/v3/form-fields/CheckRadio.vue +2 -3
- package/vue-components/v3/form-fields/Searchbar.vue +1 -1
- package/vue-components/v3/icons/InfoIcon.vue +9 -0
- package/vue-components/v3/inbox/Inbox.vue +13 -0
- package/vue-components/v3/inbox/MessageDetails.vue +102 -0
- package/vue-components/v3/inbox/MessageList.vue +95 -0
- package/vue-components/v3/navbar/Appdrawer.vue +12 -5
- package/vue-components/v3/pagination/Pagination.vue +1 -1
- package/vue-components/v3/table/InfoTable.vue +1 -1
- package/vue-components/v3/table/table-cell/ArrayCell.vue +2 -2
- package/vue-components/v3/table/table-cell/ObjectCell.vue +2 -2
package/main.scss
CHANGED
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
@import "@/components/vue-components/styles/components/form-fields/input";
|
|
24
24
|
@import "@/components/vue-components/styles/components/form-fields/check-radio-switch";
|
|
25
25
|
@import "@/components/vue-components/styles/components/form-fields/custom-selectbox";
|
|
26
|
+
@import "@/components/vue-components/styles/components/inbox/all";
|
|
26
27
|
@import "@/components/vue-components/styles/components/ui-builder/vue-open-api";
|
|
27
28
|
@import "@/components/vue-components/styles/components/ui-builder/ui-builder";
|
|
28
29
|
@import "@/components/vue-components/styles/components/dropdown.scss";
|
package/package.json
CHANGED
|
@@ -175,6 +175,21 @@ $gray-93: hsl($gray-hue, $gray-saturation, 93%);
|
|
|
175
175
|
$gray-95: hsl($gray-hue, $gray-saturation, 95%);
|
|
176
176
|
$gray-97: hsl($gray-hue, $gray-saturation, 97%);
|
|
177
177
|
|
|
178
|
+
// Slate color guides custom color
|
|
179
|
+
$slate-hue: 229;
|
|
180
|
+
$slate-saturation: 84%;
|
|
181
|
+
$slate-5: #020617;
|
|
182
|
+
$slate-10: #0f172a;
|
|
183
|
+
$slate-20: #1e293b;
|
|
184
|
+
$slate-30: #334155;
|
|
185
|
+
$slate-40: #475569;
|
|
186
|
+
$slate-50: #64748b;
|
|
187
|
+
$slate-60: #94a3b8;
|
|
188
|
+
$slate-70: #cbd5e1;
|
|
189
|
+
$slate-80: #e2e8f0;
|
|
190
|
+
$slate-90: #f1f5f9;
|
|
191
|
+
$slate-95: #f8fafc;
|
|
192
|
+
|
|
178
193
|
// Box Shadow
|
|
179
194
|
$ac-shadow-1: 0 1px 4px rgba(26, 80, 151, 0.16);
|
|
180
195
|
$ac-shadow-2: 0px 8px 57px rgba(0, 0, 0, 0.16);
|
|
@@ -33,7 +33,7 @@ $size-2: 2rem !default; //26px
|
|
|
33
33
|
$size-3: 1.692rem !default; //22px
|
|
34
34
|
$size-4: 1.385rem !default; //18px
|
|
35
35
|
$size-5: 1.213rem !default; //16px
|
|
36
|
-
$size-6: 1rem !default; //
|
|
36
|
+
$size-6: 1rem !default; //14px
|
|
37
37
|
$size-7: 0.846rem !default; //11px
|
|
38
38
|
|
|
39
39
|
$weight-light: 300 !default;
|
|
@@ -445,7 +445,7 @@ button {
|
|
|
445
445
|
padding: 5px 20px 4px;
|
|
446
446
|
box-shadow: $ac-shadow-1;
|
|
447
447
|
font-weight: 500;
|
|
448
|
-
font-size:
|
|
448
|
+
font-size: 14px;
|
|
449
449
|
}
|
|
450
450
|
|
|
451
451
|
.tooltip-arrow {
|
|
@@ -466,7 +466,7 @@ button {
|
|
|
466
466
|
padding: 5px 20px 4px;
|
|
467
467
|
box-shadow: $ac-shadow-1;
|
|
468
468
|
font-weight: 500;
|
|
469
|
-
font-size:
|
|
469
|
+
font-size: 14px;
|
|
470
470
|
|
|
471
471
|
.errors-wrapper {
|
|
472
472
|
.error-element {
|
|
@@ -9,7 +9,7 @@ body {
|
|
|
9
9
|
background-color: $white-100;
|
|
10
10
|
font-family: $font-paragraph;
|
|
11
11
|
font-weight: 400;
|
|
12
|
-
font-size:
|
|
12
|
+
font-size: 14px;
|
|
13
13
|
color: $color-text;
|
|
14
14
|
}
|
|
15
15
|
|
|
@@ -67,8 +67,8 @@ h6 {
|
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
&.is-small {
|
|
70
|
-
font-size:
|
|
71
|
-
line-height:
|
|
70
|
+
font-size: 14px;
|
|
71
|
+
line-height: 14px + 10;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
&.is-normal {
|
|
@@ -121,7 +121,7 @@ a:not(.ac-button) {
|
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
.text-base {
|
|
124
|
-
font-size: 1rem; //
|
|
124
|
+
font-size: 1rem; //14px
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
.text-lg {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
height: 45px !important;
|
|
6
6
|
padding: 15px !important;
|
|
7
7
|
font-weight: normal !important;
|
|
8
|
-
font-size:
|
|
8
|
+
font-size: 14px !important;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.vc-highlight {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
.vc-weeks {
|
|
18
18
|
padding: 25px 30px !important;
|
|
19
19
|
font-weight: normal !important;
|
|
20
|
-
font-size:
|
|
20
|
+
font-size: 14px !important;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.vc-weekday {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
margin-right: -30px !important;
|
|
28
28
|
margin-bottom: 25px !important;
|
|
29
29
|
font-weight: 500;
|
|
30
|
-
font-size:
|
|
30
|
+
font-size: 14px !important;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.vc-bg-blue-200 {
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
font-weight: 400;
|
|
102
102
|
text-align: left;
|
|
103
103
|
color: $color-text;
|
|
104
|
-
font-size:
|
|
104
|
+
font-size: 14px;
|
|
105
105
|
padding: 10px 30px;
|
|
106
106
|
display: block;
|
|
107
107
|
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
a {
|
|
123
|
-
font-size:
|
|
123
|
+
font-size: 14px;
|
|
124
124
|
padding: 7px 15px;
|
|
125
125
|
display: block;
|
|
126
126
|
text-decoration: none !important;
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// display: block;
|
|
12
12
|
// width: 20px;
|
|
13
13
|
// text-align: center;
|
|
14
|
-
// font-size:
|
|
14
|
+
// font-size: 14px;
|
|
15
15
|
// font-weight: 500;
|
|
16
16
|
// border-radius: 4px;
|
|
17
17
|
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
// color: $gray-40;
|
|
68
68
|
// padding-right: 5px;
|
|
69
69
|
// display: inline-block;
|
|
70
|
-
// font-size:
|
|
70
|
+
// font-size: 14px;
|
|
71
71
|
// }
|
|
72
72
|
// }
|
|
73
73
|
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
border: 7px solid transparent;
|
|
38
38
|
border-top-color: $gray-60;
|
|
39
39
|
position: absolute;
|
|
40
|
-
bottom: -
|
|
40
|
+
bottom: -14px;
|
|
41
41
|
left: 50%;
|
|
42
42
|
transform: translateX(-50%);
|
|
43
43
|
border-width: 8px;
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
border: 7px solid transparent;
|
|
53
53
|
border-top-color: $gray-60;
|
|
54
54
|
position: absolute;
|
|
55
|
-
bottom: -
|
|
55
|
+
bottom: -14px;
|
|
56
56
|
left: 50%;
|
|
57
57
|
transform: translateX(-50%);
|
|
58
58
|
z-index: 1;
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
p {
|
|
18
18
|
font-style: normal;
|
|
19
19
|
font-weight: 500;
|
|
20
|
-
font-size:
|
|
20
|
+
font-size: 14px;
|
|
21
21
|
line-height: 16px;
|
|
22
22
|
cursor: pointer;
|
|
23
23
|
color: $color-text;
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
button {
|
|
31
31
|
color: $color-text;
|
|
32
|
-
font-size:
|
|
32
|
+
font-size: 14px;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
|
|
46
46
|
font-style: normal;
|
|
47
47
|
font-weight: normal;
|
|
48
|
-
font-size:
|
|
48
|
+
font-size: 14px;
|
|
49
49
|
line-height: 16px;
|
|
50
50
|
padding: 8px 0;
|
|
51
51
|
color: $color-text;
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
|
|
35
35
|
thead {
|
|
36
36
|
// background-color: $primary-95;
|
|
37
|
-
font-size:
|
|
37
|
+
font-size: 14px;
|
|
38
38
|
line-height: initial;
|
|
39
39
|
|
|
40
40
|
tr {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
position: absolute;
|
|
72
72
|
color: #808998;
|
|
73
73
|
top: 10px;
|
|
74
|
-
font-size:
|
|
74
|
+
font-size: 14px;
|
|
75
75
|
font-weight: 1000;
|
|
76
76
|
display: block;
|
|
77
77
|
}
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
background-color: $white-100 !important;
|
|
129
129
|
}
|
|
130
130
|
td {
|
|
131
|
-
font-size:
|
|
131
|
+
font-size: 14px;
|
|
132
132
|
padding: 5px 20px;
|
|
133
133
|
color: $color-heading;
|
|
134
134
|
border: none;
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
}
|
|
278
278
|
|
|
279
279
|
td {
|
|
280
|
-
font-size:
|
|
280
|
+
font-size: 14px;
|
|
281
281
|
color: $color-text;
|
|
282
282
|
background-color: transparent;
|
|
283
283
|
border-bottom: 1px solid $color-border-light;
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
// // text-transform: uppercase;
|
|
24
24
|
// font-weight: 400;
|
|
25
25
|
// color: $color-heading;
|
|
26
|
-
// font-size:
|
|
26
|
+
// font-size: 14px;
|
|
27
27
|
// border-bottom: none;
|
|
28
28
|
// padding: 6px 16px;
|
|
29
29
|
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
// padding: 8px 20px;
|
|
76
76
|
// font-weight: 500;
|
|
77
77
|
// margin-bottom: -2px;
|
|
78
|
-
// font-size:
|
|
78
|
+
// font-size: 14px;
|
|
79
79
|
// }
|
|
80
80
|
// }
|
|
81
81
|
// }
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
// border: 1px solid $color-border;
|
|
95
95
|
// border-bottom: none;
|
|
96
96
|
// margin-bottom: -2px;
|
|
97
|
-
// font-size:
|
|
97
|
+
// font-size: 14px;
|
|
98
98
|
// color: $color-text;
|
|
99
99
|
// }
|
|
100
100
|
// }
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
bottom: 0;
|
|
13
13
|
background-color: var(--terminal-bg);
|
|
14
14
|
color: $white-100;
|
|
15
|
-
font-size:
|
|
15
|
+
font-size: 14px;
|
|
16
16
|
height: 360px;
|
|
17
17
|
z-index: 999;
|
|
18
18
|
transition: 0.3s ease-in-out;
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
li {
|
|
124
124
|
a {
|
|
125
125
|
margin-bottom: 0px;
|
|
126
|
-
font-size:
|
|
126
|
+
font-size: 14px;
|
|
127
127
|
border-radius: 0;
|
|
128
128
|
padding: 8px 8px 8px 20px;
|
|
129
129
|
border: none;
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
a {
|
|
200
|
-
font-size:
|
|
200
|
+
font-size: 14px;
|
|
201
201
|
padding: 10px 20px;
|
|
202
202
|
justify-content: flex-start;
|
|
203
203
|
border-bottom: 1px solid $primary-20;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
// .menu-list-wrapper {
|
|
7
7
|
// li {
|
|
8
8
|
// a {
|
|
9
|
-
// font-size:
|
|
9
|
+
// font-size: 14px;
|
|
10
10
|
// font-weight: 400;
|
|
11
11
|
// color: $color-heading;
|
|
12
12
|
// display: block;
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
// &::after {
|
|
81
81
|
// position: absolute;
|
|
82
82
|
// content: "";
|
|
83
|
-
// left:
|
|
83
|
+
// left: 14px;
|
|
84
84
|
// top: 18.4px;
|
|
85
85
|
// width: 20px;
|
|
86
86
|
// height: 1px;
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
// }
|
|
90
90
|
|
|
91
91
|
// a {
|
|
92
|
-
// font-size:
|
|
92
|
+
// font-size: 14px;
|
|
93
93
|
// font-weight: 500;
|
|
94
94
|
// color: $color-heading;
|
|
95
95
|
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
|
|
119
119
|
// p {
|
|
120
120
|
// font-weight: 500;
|
|
121
|
-
// font-weight:
|
|
121
|
+
// font-weight: 14px;
|
|
122
122
|
// }
|
|
123
123
|
|
|
124
124
|
// i.fa-check-circle {
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
// background-color: $color-border;
|
|
138
138
|
|
|
139
139
|
// p {
|
|
140
|
-
// font-size:
|
|
140
|
+
// font-size: 14px;
|
|
141
141
|
// font-weight: 600;
|
|
142
142
|
// color: $color-heading;
|
|
143
143
|
// }
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
// background-color: $white-100;
|
|
155
155
|
// text-align: left;
|
|
156
156
|
// color: $color-heading;
|
|
157
|
-
// font-size:
|
|
157
|
+
// font-size: 14px;
|
|
158
158
|
// font-weight: 500;
|
|
159
159
|
|
|
160
160
|
// &:hover {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// font-family: $font-paragraph;
|
|
10
10
|
// font-style: normal;
|
|
11
11
|
// font-weight: normal;
|
|
12
|
-
// font-size:
|
|
12
|
+
// font-size: 14px;
|
|
13
13
|
// line-height: 100%;
|
|
14
14
|
// color: $color-heading;
|
|
15
15
|
// margin-bottom: 10px;
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
// font-family: $font-paragraph;
|
|
84
84
|
// font-style: normal;
|
|
85
85
|
// font-weight: 500;
|
|
86
|
-
// font-size:
|
|
86
|
+
// font-size: 14px;
|
|
87
87
|
// line-height: 16px;
|
|
88
88
|
// color: $color-heading;
|
|
89
89
|
// margin-right: 16px;
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
// font-family: $font-paragraph;
|
|
188
188
|
// font-style: normal;
|
|
189
189
|
// font-weight: 500;
|
|
190
|
-
// font-size:
|
|
190
|
+
// font-size: 14px;
|
|
191
191
|
// line-height: 16px;
|
|
192
192
|
// color: $color-heading;
|
|
193
193
|
// }
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
// font-family: $font-paragraph;
|
|
253
253
|
// font-style: normal;
|
|
254
254
|
// font-weight: normal;
|
|
255
|
-
// font-size:
|
|
255
|
+
// font-size: 14px;
|
|
256
256
|
// line-height: 16px;
|
|
257
257
|
// color: $color-heading;
|
|
258
258
|
// display: flex;
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
// font-family: $font-paragraph;
|
|
287
287
|
// font-style: normal;
|
|
288
288
|
// font-weight: normal;
|
|
289
|
-
// font-size:
|
|
289
|
+
// font-size: 14px;
|
|
290
290
|
// line-height: 18px;
|
|
291
291
|
// display: block;
|
|
292
292
|
// color: $color-heading;
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
// font-family: $font-paragraph;
|
|
331
331
|
// font-style: normal;
|
|
332
332
|
// font-weight: 500;
|
|
333
|
-
// font-size:
|
|
333
|
+
// font-size: 14px;
|
|
334
334
|
// line-height: 16px;
|
|
335
335
|
// display: flex;
|
|
336
336
|
// align-items: center;
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
// p {
|
|
487
487
|
// font-family: $font-paragraph;
|
|
488
488
|
// font-style: normal;
|
|
489
|
-
// font-size:
|
|
489
|
+
// font-size: 14px;
|
|
490
490
|
// line-height: 18px;
|
|
491
491
|
// color: $white-100;
|
|
492
492
|
// font-weight: 400;
|
|
@@ -529,7 +529,7 @@
|
|
|
529
529
|
// text-align: center;
|
|
530
530
|
// font-family: $font-paragraph;
|
|
531
531
|
// font-weight: 500;
|
|
532
|
-
// font-size:
|
|
532
|
+
// font-size: 14px;
|
|
533
533
|
// line-height: 19px;
|
|
534
534
|
// color: $color-heading;
|
|
535
535
|
// margin: 0 10px 10px 0;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
min-width: 350px !important;
|
|
4
4
|
min-height: 40px !important;
|
|
5
5
|
justify-content: flex-start !important;
|
|
6
|
-
font-size:
|
|
6
|
+
font-size: 14px !important;
|
|
7
7
|
font-weight: 500 !important;
|
|
8
8
|
padding-right: 35px !important;
|
|
9
9
|
box-shadow: none !important;
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.ac-toast-action {
|
|
52
|
-
font-size:
|
|
52
|
+
font-size: 14px !important;
|
|
53
53
|
font-weight: 400 !important;
|
|
54
54
|
color: inherit !important;
|
|
55
55
|
font-family: Roboto, sans-serif !important;
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
.meta {
|
|
76
|
-
font-size:
|
|
76
|
+
font-size: 14px;
|
|
77
77
|
color: $color-text;
|
|
78
78
|
margin-bottom: 20px;
|
|
79
79
|
}
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
&:not(:first-child) {
|
|
88
88
|
list-style: disc;
|
|
89
89
|
}
|
|
90
|
-
font-size:
|
|
90
|
+
font-size: 14px;
|
|
91
91
|
color: $color-text;
|
|
92
92
|
}
|
|
93
93
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
.user-info {
|
|
22
22
|
h3 {
|
|
23
|
-
font-size:
|
|
23
|
+
font-size: 14px;
|
|
24
24
|
line-height: 1;
|
|
25
25
|
margin-bottom: 5px;
|
|
26
26
|
}
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
li {
|
|
39
39
|
a {
|
|
40
40
|
display: flex;
|
|
41
|
-
font-size:
|
|
41
|
+
font-size: 14px;
|
|
42
42
|
color: $color-heading;
|
|
43
43
|
align-items: center;
|
|
44
44
|
font-weight: 500;
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
right: 10px;
|
|
45
45
|
top: 10px;
|
|
46
46
|
background-color: lighten($color: $danger, $amount: 40);
|
|
47
|
-
font-size:
|
|
47
|
+
font-size: 14px;
|
|
48
48
|
transition: 0.3s ease-in-out;
|
|
49
49
|
&:hover {
|
|
50
50
|
background-color: $danger;
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
|
|
76
76
|
p {
|
|
77
77
|
color: $color-heading;
|
|
78
|
-
font-size:
|
|
78
|
+
font-size: 14px;
|
|
79
79
|
margin-bottom: 10px;
|
|
80
80
|
}
|
|
81
81
|
}
|