@appscode/design-system 2.4.26 → 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.
Files changed (64) hide show
  1. package/main.scss +4 -0
  2. package/package.json +1 -1
  3. package/vue-components/styles/base/utilities/_colors.scss +16 -1
  4. package/vue-components/styles/base/utilities/_customize-bulma.scss +1 -1
  5. package/vue-components/styles/base/utilities/_global.scss +15 -2
  6. package/vue-components/styles/base/utilities/_typography.scss +5 -5
  7. package/vue-components/styles/components/_ac-calendar.scss +3 -3
  8. package/vue-components/styles/components/_ac-code-highlight.scss +1 -1
  9. package/vue-components/styles/components/_ac-drag.scss +1 -1
  10. package/vue-components/styles/components/_accordion.scss +1 -1
  11. package/vue-components/styles/components/_breadcrumb.scss +1 -1
  12. package/vue-components/styles/components/_dropdown.scss +1 -1
  13. package/vue-components/styles/components/_getkeeper.scss +1 -1
  14. package/vue-components/styles/components/_graph.scss +1 -1
  15. package/vue-components/styles/components/_options.scss +2 -2
  16. package/vue-components/styles/components/_pagination.scss +2 -2
  17. package/vue-components/styles/components/_preview-modal.scss +1 -1
  18. package/vue-components/styles/components/_progress-bar.scss +2 -2
  19. package/vue-components/styles/components/_table-of-content.scss +3 -3
  20. package/vue-components/styles/components/_table.scss +4 -4
  21. package/vue-components/styles/components/_tabs.scss +3 -3
  22. package/vue-components/styles/components/_terminal.scss +3 -3
  23. package/vue-components/styles/components/_widget-menu.scss +6 -6
  24. package/vue-components/styles/components/_wizard.scss +8 -8
  25. package/vue-components/styles/components/ac-toaster/_ac-toasted.scss +2 -2
  26. package/vue-components/styles/components/alert/_alert.scss +1 -1
  27. package/vue-components/styles/components/alert/_toast.scss +1 -1
  28. package/vue-components/styles/components/bbum/_card-team.scss +2 -2
  29. package/vue-components/styles/components/bbum/_left-sidebar.scss +2 -2
  30. package/vue-components/styles/components/bbum/_sign-up-notification.scss +2 -2
  31. package/vue-components/styles/components/bbum/_single-post-preview.scss +1 -1
  32. package/vue-components/styles/components/bbum/_user-profile.scss +1 -1
  33. package/vue-components/styles/components/cards/_cluster.scss +1 -1
  34. package/vue-components/styles/components/cards/_info.scss +1 -1
  35. package/vue-components/styles/components/cards/_payment-card.scss +1 -1
  36. package/vue-components/styles/components/cards/_vendor.scss +1 -1
  37. package/vue-components/styles/components/editor/_filtered-file-editor.scss +1 -1
  38. package/vue-components/styles/components/form-fields/_check-radio-switch.scss +4 -4
  39. package/vue-components/styles/components/form-fields/_image-upload.scss +1 -1
  40. package/vue-components/styles/components/form-fields/_input-card.scss +3 -3
  41. package/vue-components/styles/components/form-fields/_input.scss +16 -16
  42. package/vue-components/styles/components/inbox/all.scss +73 -0
  43. package/vue-components/styles/components/navbar/_menu-content.scss +10 -10
  44. package/vue-components/styles/components/select-box/_ac-select-box.scss +1 -1
  45. package/vue-components/styles/components/select-box/_multi-select.scss +23 -22
  46. package/vue-components/styles/components/sidebar/_left-sidebar.scss +1 -1
  47. package/vue-components/styles/components/ui-builder/_ui-builder.scss +3 -3
  48. package/vue-components/styles/components/ui-builder/_vue-open-api.scss +14 -14
  49. package/vue-components/v3/form-fields/CheckBox.vue +1 -1
  50. package/vue-components/v3/form-fields/CheckRadio.vue +2 -3
  51. package/vue-components/v3/form-fields/Searchbar.vue +25 -23
  52. package/vue-components/v3/icons/ArrowDownIcon.vue +2 -2
  53. package/vue-components/v3/icons/CloseIcon.vue +2 -9
  54. package/vue-components/v3/icons/EllipsisVertical.vue +16 -0
  55. package/vue-components/v3/icons/InfoIcon.vue +9 -0
  56. package/vue-components/v3/icons/SearchIcon.vue +16 -0
  57. package/vue-components/v3/icons/StarIcon.vue +33 -0
  58. package/vue-components/v3/icons/TrashIcon.vue +16 -0
  59. package/vue-components/v3/inbox/Inbox.vue +13 -0
  60. package/vue-components/v3/inbox/MessageDetails.vue +102 -0
  61. package/vue-components/v3/inbox/MessageList.vue +95 -0
  62. package/vue-components/v3/navbar/Appdrawer.vue +7 -8
  63. package/vue-components/v3/pagination/Pagination.vue +1 -1
  64. package/vue-components/v3/table/InfoTable.vue +1 -1
package/main.scss CHANGED
@@ -16,11 +16,15 @@
16
16
  // COMPONENTS
17
17
  // @import "@/components/vue-components/styles/components/all";
18
18
  @import "@/components/vue-components/styles/components/button";
19
+ @import "@/components/vue-components/styles/components/avatar";
19
20
  @import "@/components/vue-components/styles/components/terminal";
20
21
  @import "@/components/vue-components/styles/components/steps";
21
22
  @import "@/components/vue-components/styles/components/code-preview/all";
22
23
  @import "@/components/vue-components/styles/components/form-fields/input";
24
+ @import "@/components/vue-components/styles/components/form-fields/check-radio-switch";
23
25
  @import "@/components/vue-components/styles/components/form-fields/custom-selectbox";
26
+ @import "@/components/vue-components/styles/components/inbox/all";
24
27
  @import "@/components/vue-components/styles/components/ui-builder/vue-open-api";
25
28
  @import "@/components/vue-components/styles/components/ui-builder/ui-builder";
29
+ @import "@/components/vue-components/styles/components/dropdown.scss";
26
30
  // @import "@/components/vue-components/styles/theme/appscode.scss";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.4.26",
3
+ "version": "2.4.27-alpha-2",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -56,7 +56,7 @@ $secondary-dark-grey: hsl($secondary-hue, 10%, 10%);
56
56
  $secondary-light-gray: hsl($secondary-hue, 10%, 96%);
57
57
  $secondary-dark-gray: hsl($secondary-hue, 10%, 10%);
58
58
 
59
- $color-text: hsl($secondary-hue, 10%, 35%);
59
+ $color-text: hsl($secondary-hue, 10%, 25%);
60
60
  $color-heading: hsl($secondary-hue, 10%, 10%);
61
61
  $color-label: hsl($secondary-hue, 20%, 30%);
62
62
  $color-link: hsl($secondary-hue, 40%, 20%);
@@ -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; //13px
36
+ $size-6: 1rem !default; //14px
37
37
  $size-7: 0.846rem !default; //11px
38
38
 
39
39
  $weight-light: 300 !default;
@@ -333,6 +333,19 @@ hr {
333
333
  }
334
334
  }
335
335
 
336
+ .overflow-y-hidden {
337
+ overflow-y: hidden;
338
+ }
339
+ .overflow-x-hidden {
340
+ overflow-x: hidden;
341
+ }
342
+ .overflow-y-auto {
343
+ overflow-y: auto;
344
+ }
345
+ .overflow-x-auto {
346
+ overflow-x: auto;
347
+ }
348
+
336
349
  .is-transparent-bg {
337
350
  background-color: transparent !important;
338
351
  }
@@ -432,7 +445,7 @@ button {
432
445
  padding: 5px 20px 4px;
433
446
  box-shadow: $ac-shadow-1;
434
447
  font-weight: 500;
435
- font-size: 13px;
448
+ font-size: 14px;
436
449
  }
437
450
 
438
451
  .tooltip-arrow {
@@ -453,7 +466,7 @@ button {
453
466
  padding: 5px 20px 4px;
454
467
  box-shadow: $ac-shadow-1;
455
468
  font-weight: 500;
456
- font-size: 13px;
469
+ font-size: 14px;
457
470
 
458
471
  .errors-wrapper {
459
472
  .error-element {
@@ -9,8 +9,8 @@ body {
9
9
  background-color: $white-100;
10
10
  font-family: $font-paragraph;
11
11
  font-weight: 400;
12
- font-size: 13px;
13
- color: $color-heading;
12
+ font-size: 14px;
13
+ color: $color-text;
14
14
  }
15
15
 
16
16
  p {
@@ -67,8 +67,8 @@ h6 {
67
67
  }
68
68
 
69
69
  &.is-small {
70
- font-size: 13px;
71
- line-height: 13px + 10;
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; //13px
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: 13px !important;
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: 13px !important;
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: 13px !important;
30
+ font-size: 14px !important;
31
31
  }
32
32
 
33
33
  .vc-bg-blue-200 {
@@ -1,6 +1,6 @@
1
1
  .ac-code-highlight {
2
2
  pre {
3
- font-size: 13px;
3
+ font-size: 14px;
4
4
  color: $color-heading;
5
5
  background-color: $color-border;
6
6
  }
@@ -45,7 +45,7 @@
45
45
 
46
46
  span,
47
47
  strong {
48
- font-size: 13px;
48
+ font-size: 14px;
49
49
  color: $color-heading;
50
50
  padding: 0 5px;
51
51
  font-weight: 500;
@@ -57,7 +57,7 @@
57
57
  // transition: max-height 0.3s ease-in-out;
58
58
 
59
59
  p {
60
- font-size: 13px;
60
+ font-size: 14px;
61
61
  color: $color-text;
62
62
  line-height: 1.6;
63
63
  }
@@ -13,7 +13,7 @@
13
13
  .breadcrumb {
14
14
  a {
15
15
  color: $color-text;
16
- font-size: 13px;
16
+ font-size: 14px;
17
17
  padding: 0 3px;
18
18
  font-weight: 500;
19
19
  font-style: normal;
@@ -20,7 +20,7 @@
20
20
  display: flex;
21
21
  align-items: center;
22
22
  gap: 8px;
23
- font-size: 13px;
23
+ font-size: 14px;
24
24
  padding: 8px 16px;
25
25
  color: $color-text;
26
26
  &:hover {
@@ -70,7 +70,7 @@
70
70
  border-radius: 4px;
71
71
  padding: 12px 20px;
72
72
  font-weight: 500;
73
- font-size: 13px;
73
+ font-size: 14px;
74
74
  color: $color-heading;
75
75
  cursor: pointer;
76
76
  transition: 0.3s ease-in-out;
@@ -19,7 +19,7 @@
19
19
  color: $color-heading;
20
20
  }
21
21
  padding: 4px 0;
22
- font-size: 13px;
22
+ font-size: 14px;
23
23
  }
24
24
  }
25
25
  }
@@ -101,7 +101,7 @@
101
101
  font-weight: 400;
102
102
  text-align: left;
103
103
  color: $color-text;
104
- font-size: 13px;
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: 13px;
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: 13px;
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: 13px;
70
+ // font-size: 14px;
71
71
  // }
72
72
  // }
73
73
 
@@ -145,7 +145,7 @@
145
145
  span {
146
146
  img {
147
147
  margin-right: 5px;
148
- height: 13px;
148
+ height: 14px;
149
149
  }
150
150
  }
151
151
  }
@@ -37,7 +37,7 @@
37
37
  border: 7px solid transparent;
38
38
  border-top-color: $gray-60;
39
39
  position: absolute;
40
- bottom: -13px;
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: -13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px !important;
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: 13px !important;
52
+ font-size: 14px !important;
53
53
  font-weight: 400 !important;
54
54
  color: inherit !important;
55
55
  font-family: Roboto, sans-serif !important;
@@ -1,6 +1,6 @@
1
1
  .ac-notification {
2
2
  background-color: $primary-95;
3
- font-size: 13px;
3
+ font-size: 14px;
4
4
  color: $ac-primary;
5
5
  min-height: 36px;
6
6
  display: flex;
@@ -3,7 +3,7 @@
3
3
  display: flex;
4
4
  align-items: center;
5
5
  justify-content: space-between;
6
- font-size: 13px;
6
+ font-size: 14px;
7
7
  border-radius: 4px;
8
8
  position: relative;
9
9
  padding-right: 30px;
@@ -73,7 +73,7 @@
73
73
  }
74
74
 
75
75
  .meta {
76
- font-size: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
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: 13px;
78
+ font-size: 14px;
79
79
  margin-bottom: 10px;
80
80
  }
81
81
  }
@@ -72,7 +72,7 @@
72
72
 
73
73
  p {
74
74
  color: $color-heading;
75
- font-size: 13px;
75
+ font-size: 14px;
76
76
  line-height: 160%;
77
77
  }
78
78
 
@@ -92,7 +92,7 @@
92
92
  display: flex;
93
93
  align-items: center;
94
94
  margin-bottom: 10px;
95
- font-size: 13px;
95
+ font-size: 14px;
96
96
  &:last-child {
97
97
  margin-bottom: 0;
98
98
  }
@@ -91,7 +91,7 @@
91
91
  }
92
92
  strong {
93
93
  color: $color-heading;
94
- font-size: 13px;
94
+ font-size: 14px;
95
95
  font-weight: 400;
96
96
  }
97
97
  }
@@ -43,7 +43,7 @@
43
43
  }
44
44
 
45
45
  strong {
46
- font-size: 13px;
46
+ font-size: 14px;
47
47
  font-weight: 400;
48
48
  color: $color-heading;
49
49
  }