@appscode/design-system 2.4.27-alpha1 → 2.4.27

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 (79) hide show
  1. package/package.json +4 -6
  2. package/vue-components/styles/base/utilities/_colors.scss +25 -9
  3. package/vue-components/styles/base/utilities/_global.scss +2 -2
  4. package/vue-components/styles/base/utilities/_typography.scss +74 -68
  5. package/vue-components/styles/components/_ac-calendar.scss +3 -3
  6. package/vue-components/styles/components/_ac-code-highlight.scss +1 -1
  7. package/vue-components/styles/components/_ac-drag.scss +1 -1
  8. package/vue-components/styles/components/_accordion.scss +1 -1
  9. package/vue-components/styles/components/_breadcrumb.scss +1 -1
  10. package/vue-components/styles/components/_card-body-wrapper.scss +3 -3
  11. package/vue-components/styles/components/_direct-deploy.scss +2 -2
  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/_table-of-content.scss +3 -3
  18. package/vue-components/styles/components/_table.scss +4 -4
  19. package/vue-components/styles/components/_tabs.scss +4 -4
  20. package/vue-components/styles/components/_terminal.scss +4 -4
  21. package/vue-components/styles/components/_widget-menu.scss +6 -6
  22. package/vue-components/styles/components/_wizard.scss +9 -9
  23. package/vue-components/styles/components/ac-toaster/_ac-toasted.scss +2 -2
  24. package/vue-components/styles/components/alert/_alert.scss +1 -1
  25. package/vue-components/styles/components/alert/_toast.scss +1 -1
  26. package/vue-components/styles/components/bbum/_card-team.scss +2 -2
  27. package/vue-components/styles/components/bbum/_left-sidebar.scss +2 -2
  28. package/vue-components/styles/components/bbum/_sign-up-notification.scss +2 -2
  29. package/vue-components/styles/components/bbum/_single-post-preview.scss +1 -1
  30. package/vue-components/styles/components/bbum/_user-profile.scss +3 -3
  31. package/vue-components/styles/components/cards/_cluster.scss +1 -1
  32. package/vue-components/styles/components/cards/_features.scss +1 -1
  33. package/vue-components/styles/components/cards/_info.scss +1 -1
  34. package/vue-components/styles/components/cards/_monitoring.scss +1 -1
  35. package/vue-components/styles/components/cards/_payment-card.scss +3 -3
  36. package/vue-components/styles/components/cards/_subscription-card.scss +2 -2
  37. package/vue-components/styles/components/cards/_vendor.scss +5 -5
  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 +4 -19
  43. package/vue-components/styles/components/navbar/_menu-content.scss +11 -11
  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 +2 -2
  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 +13 -13
  49. package/vue-components/styles/layouts/_code-preview.scss +1 -1
  50. package/vue-components/v3/accordion/Accordion.vue +3 -11
  51. package/vue-components/v3/alert/AlertMessage.vue +3 -11
  52. package/vue-components/v3/alert/Toast.vue +3 -10
  53. package/vue-components/v3/breadcrumbs/Breadcrumb.vue +2 -16
  54. package/vue-components/v3/cards/InfoCard.vue +6 -77
  55. package/vue-components/v3/cards/Monitoring.vue +3 -23
  56. package/vue-components/v3/form-fields/AcSelect.vue +2 -10
  57. package/vue-components/v3/form-fields/Accordion.vue +4 -4
  58. package/vue-components/v3/form-fields/CheckBox.vue +1 -1
  59. package/vue-components/v3/form-fields/CheckRadio.vue +2 -3
  60. package/vue-components/v3/form-fields/CustomSelect.vue +7 -12
  61. package/vue-components/v3/form-fields/FileUpload.vue +5 -14
  62. package/vue-components/v3/icons/BellIcon.vue +18 -0
  63. package/vue-components/v3/icons/CrossIcon.vue +12 -0
  64. package/vue-components/v3/icons/GridIcon.vue +32 -0
  65. package/vue-components/v3/icons/HomeIcon.vue +12 -0
  66. package/vue-components/v3/icons/MemoryIcon.vue +36 -4
  67. package/vue-components/v3/icons/MonitorIcon.vue +13 -0
  68. package/vue-components/v3/icons/StorageIcon.vue +32 -0
  69. package/vue-components/v3/icons/UploadIcon.vue +16 -0
  70. package/vue-components/v3/inbox/MessageList.vue +7 -6
  71. package/vue-components/v3/modal/DialogModal.vue +2 -10
  72. package/vue-components/v3/navbar/Appdrawer.vue +2 -30
  73. package/vue-components/v3/navbar/Notification.vue +6 -22
  74. package/vue-components/v3/pagination/Pagination.vue +1 -1
  75. package/vue-components/v3/searchbars/SearchBar.vue +2 -7
  76. package/vue-components/v3/table/InfoTable.vue +1 -1
  77. package/vue-components/v3/upcoming/SimpleSelect.vue +5 -5
  78. package/vue-components/plugins/time-convert.js +0 -45
  79. /package/vue-components/v3/icons/{ArrowDownIcon.vue → ArrowIcon.vue} +0 -0
@@ -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: 1rem;
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: 1rem;
87
87
  // line-height: 16px;
88
88
  // color: $color-heading;
89
89
  // margin-right: 16px;
@@ -127,7 +127,7 @@
127
127
  // font-family: $font-paragraph;
128
128
  // font-style: normal;
129
129
  // font-weight: 500;
130
- // font-size: 14px;
130
+ // font-size: 1rem;
131
131
  // line-height: 19px;
132
132
  // color: $color-heading;
133
133
  // }
@@ -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: 1rem;
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: 1rem;
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: 1rem;
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: 1rem;
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: 1rem;
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: 1rem;
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: 1rem !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: 1rem !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: 1rem;
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: 1rem;
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: 1rem;
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: 1rem;
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: 1rem;
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: 1rem;
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: 1rem;
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: 1rem;
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: 1rem;
76
76
  line-height: 160%;
77
77
  }
78
78
 
@@ -47,7 +47,7 @@
47
47
  line-height: 1.4;
48
48
 
49
49
  span {
50
- font-size: 14px;
50
+ font-size: 1rem;
51
51
  line-height: 1.5;
52
52
  font-weight: 400;
53
53
  display: block;
@@ -61,7 +61,7 @@
61
61
  }
62
62
 
63
63
  p {
64
- font-size: 14px;
64
+ font-size: 1rem;
65
65
  color: $color-heading;
66
66
  line-height: 160%;
67
67
  margin-bottom: 10px;
@@ -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: 1rem;
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: 1rem;
95
95
  font-weight: 400;
96
96
  }
97
97
  }
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .c-body {
21
21
  p {
22
- color: #0c365a;
22
+ color: $color-text;
23
23
  }
24
24
  }
25
25
  }
@@ -43,7 +43,7 @@
43
43
  }
44
44
 
45
45
  strong {
46
- font-size: 13px;
46
+ font-size: 1rem;
47
47
  font-weight: 400;
48
48
  color: $color-heading;
49
49
  }
@@ -19,7 +19,7 @@
19
19
  }
20
20
  .c-body {
21
21
  p {
22
- color: #0c365a;
22
+ color: $color-text;
23
23
  }
24
24
  }
25
25
  }
@@ -118,7 +118,7 @@
118
118
 
119
119
  span {
120
120
  display: block;
121
- font-size: 13px;
121
+ font-size: 1rem;
122
122
  }
123
123
  }
124
124
  }
@@ -138,7 +138,7 @@
138
138
  display: flex;
139
139
 
140
140
  .user-name {
141
- font-size: 14px;
141
+ font-size: 1rem;
142
142
  font-weight: 500;
143
143
  color: $white-100;
144
144
  margin-right: 10px;
@@ -206,7 +206,7 @@
206
206
  justify-content: space-between;
207
207
 
208
208
  p.user-name {
209
- font-size: 14px;
209
+ font-size: 1rem;
210
210
  color: $white-100;
211
211
  margin-top: 10px;
212
212
  }
@@ -53,7 +53,7 @@
53
53
  font-family: $font-heading;
54
54
  font-style: normal;
55
55
  font-weight: 600;
56
- font-size: 14px;
56
+ font-size: 1rem;
57
57
  line-height: 16px;
58
58
  color: $color-text;
59
59
  margin-bottom: 10px;
@@ -78,7 +78,7 @@
78
78
  font-family: $font-paragraph;
79
79
  font-style: normal;
80
80
  font-weight: normal;
81
- font-size: 14px;
81
+ font-size: 1rem;
82
82
  line-height: 16px;
83
83
  padding-bottom: 8px;
84
84
  color: $color-text;
@@ -1,7 +1,7 @@
1
1
  // vendor cards start
2
2
  .ac-single-card.vendor-card {
3
- border: 1px solid $color-border;
4
- transition: 0.3s ease-in-out;
3
+ outline: 1px solid $color-border;
4
+ transition: 0s ease-in-out;
5
5
  border-radius: 2px;
6
6
  display: flex;
7
7
  flex-direction: column;
@@ -23,7 +23,7 @@
23
23
 
24
24
  .ac-card-name {
25
25
  p {
26
- font-size: 13px;
26
+ font-size: 1rem;
27
27
  color: $color-heading;
28
28
  line-height: 1;
29
29
  font-weight: 500;
@@ -52,10 +52,10 @@
52
52
  }
53
53
  }
54
54
  &.is-selected {
55
- border: 1px solid $ac-primary !important;
55
+ outline: 2px solid $ac-primary !important;
56
56
  }
57
57
  &:hover {
58
- border: 1px solid $ac-primary;
58
+ outline: 2px solid $ac-primary;
59
59
 
60
60
  .ac-card-title {
61
61
  h4 {
@@ -179,8 +179,8 @@
179
179
  .switch {
180
180
  position: relative;
181
181
  display: inline-block;
182
- width: 36px;
183
- height: 18px;
182
+ width: 40px;
183
+ height: 22px;
184
184
 
185
185
  input {
186
186
  position: absolute;
@@ -213,8 +213,8 @@
213
213
  &:before {
214
214
  content: "";
215
215
  position: absolute;
216
- height: 12px;
217
- width: 12px;
216
+ height: 16px;
217
+ width: 16px;
218
218
  left: 4px;
219
219
  bottom: 3px;
220
220
  background-color: white;
@@ -26,7 +26,7 @@
26
26
  }
27
27
 
28
28
  .drag-and-drop-msg {
29
- font-size: 13px;
29
+ font-size: 1rem;
30
30
  color: $color-text;
31
31
  font-weight: 400;
32
32
  margin-bottom: 10px;
@@ -55,7 +55,7 @@
55
55
  .ac-single-radio,
56
56
  .ac-single-checkbox {
57
57
  label {
58
- font-size: 13px;
58
+ font-size: 1rem;
59
59
  line-height: 20px;
60
60
  color: $color-heading;
61
61
  padding-left: 25px !important;
@@ -207,7 +207,7 @@
207
207
  font-family: $font-heading;
208
208
  font-style: normal;
209
209
  font-weight: 500;
210
- font-size: 13px;
210
+ font-size: 1rem;
211
211
  line-height: 24px;
212
212
  color: $color-heading;
213
213
  }
@@ -217,7 +217,7 @@
217
217
  font-family: $font-paragraph;
218
218
  font-style: normal;
219
219
  font-weight: normal;
220
- font-size: 13px;
220
+ font-size: 1rem;
221
221
  line-height: 140%;
222
222
  color: $color-heading;
223
223
 
@@ -87,7 +87,7 @@
87
87
  &.borderless-input {
88
88
  input {
89
89
  border: none;
90
- font-size: 13px;
90
+ font-size: 1rem;
91
91
  padding: 4px 7px;
92
92
  height: 30px;
93
93
  background-color: $white-100;
@@ -136,8 +136,8 @@
136
136
  }
137
137
 
138
138
  label {
139
- top: 13px;
140
- font-size: 13px;
139
+ top: 14px;
140
+ font-size: 1rem;
141
141
 
142
142
  &.show-label {
143
143
  font-size: 12px;
@@ -153,7 +153,7 @@
153
153
  .icon {
154
154
  height: 45px;
155
155
  width: 30px;
156
- font-size: 13px;
156
+ font-size: 1rem;
157
157
  }
158
158
  }
159
159
  }
@@ -163,7 +163,7 @@
163
163
  input,
164
164
  select {
165
165
  height: 36px;
166
- font-size: 13px;
166
+ font-size: 1rem;
167
167
  font-weight: 400;
168
168
  }
169
169
 
@@ -186,7 +186,7 @@
186
186
 
187
187
  label {
188
188
  top: 8px;
189
- font-size: 13px;
189
+ font-size: 1rem;
190
190
 
191
191
  &.switch-label {
192
192
  top: 0;
@@ -211,7 +211,7 @@
211
211
  .icon {
212
212
  height: 36px;
213
213
  width: 25px;
214
- font-size: 13px;
214
+ font-size: 1rem;
215
215
  }
216
216
  }
217
217
  }
@@ -221,7 +221,7 @@
221
221
  input,
222
222
  select {
223
223
  height: 32px;
224
- font-size: 13px;
224
+ font-size: 1rem;
225
225
  font-weight: 400;
226
226
  }
227
227
 
@@ -252,7 +252,7 @@
252
252
 
253
253
  label {
254
254
  top: 6px;
255
- font-size: 13px;
255
+ font-size: 1rem;
256
256
 
257
257
  &.switch-label {
258
258
  top: 0;
@@ -269,7 +269,7 @@
269
269
  .icon {
270
270
  height: 32px;
271
271
  width: 25px;
272
- font-size: 13px;
272
+ font-size: 1rem;
273
273
  }
274
274
  }
275
275
  }
@@ -280,7 +280,7 @@
280
280
  }
281
281
 
282
282
  label {
283
- font-size: 13px;
283
+ font-size: 1rem;
284
284
  left: 15px;
285
285
  top: 11px;
286
286
  cursor: text;
@@ -303,7 +303,7 @@
303
303
  top: -9px;
304
304
  left: 10px;
305
305
  padding: 0 5px;
306
- font-size: 13px;
306
+ font-size: 1rem;
307
307
  color: $gray-40;
308
308
 
309
309
  &:after {
@@ -366,7 +366,7 @@
366
366
  a {
367
367
  color: $color-heading;
368
368
  display: block;
369
- font-size: 13px;
369
+ font-size: 1rem;
370
370
  padding: 8px 20px;
371
371
  transition: 0.3s;
372
372
 
@@ -417,7 +417,7 @@
417
417
  border-radius: 4px;
418
418
  border: 1px solid $color-border-dark;
419
419
  padding: 8px 15px;
420
- font-size: 13px;
420
+ font-size: 1rem;
421
421
 
422
422
  &:hover {
423
423
  border-color: $ac-primary;
@@ -445,7 +445,7 @@
445
445
  padding-left: 30px;
446
446
  }
447
447
 
448
- transition: background-color 0.3s ease-in-out;
448
+ transition: background-color 0.1s ease-in-out;
449
449
  }
450
450
 
451
451
  .ac-card {
@@ -459,7 +459,7 @@
459
459
 
460
460
  b.isRequired {
461
461
  color: $danger;
462
- font-size: 13px;
462
+ font-size: 1rem;
463
463
  position: absolute;
464
464
  right: 5px;
465
465
  z-index: 9;
@@ -14,6 +14,7 @@
14
14
  z-index: 99;
15
15
  background-color: #fff;
16
16
  padding: 20px;
17
+ border-bottom: 1px solid $color-border;
17
18
  // box-shadow: $ac-shadow-1;
18
19
  }
19
20
  }
@@ -32,29 +33,13 @@
32
33
  z-index: 9;
33
34
  width: calc(100% + 40px);
34
35
  margin-left: -20px;
35
- &:after {
36
- position: absolute;
37
- content: "";
38
- left: 0;
39
- top: 0;
40
- width: 0px;
41
- height: 100%;
42
- border-radius: 4px 0 0 4px;
43
- background-color: $ac-primary;
44
- opacity: 0;
45
- visibility: hidden;
46
- transition: 0.2s ease-in-out;
47
- }
36
+ border-bottom: 1px solid $color-border;
37
+
48
38
  &.is-unread {
49
39
  background-color: $primary-light-gray;
50
40
  }
51
41
  &:hover {
52
- background-color: $primary-95;
53
- &::after {
54
- opacity: 1;
55
- visibility: visible;
56
- width: 4px;
57
- }
42
+ background-color: hsla(var(--secondary-hue), 12%, 95%);
58
43
  }
59
44
  }
60
45
 
@@ -91,7 +91,7 @@
91
91
  padding-bottom: 20px;
92
92
 
93
93
  p {
94
- font-size: 13px;
94
+ font-size: 1rem;
95
95
  color: $color-heading;
96
96
  }
97
97
 
@@ -107,7 +107,7 @@
107
107
  margin-top: 20px;
108
108
 
109
109
  p {
110
- font-size: 13px;
110
+ font-size: 1rem;
111
111
  color: $color-heading;
112
112
  }
113
113
 
@@ -159,7 +159,7 @@
159
159
  .left-content {
160
160
  p {
161
161
  font-weight: 500;
162
- font-size: 13px;
162
+ font-size: 1rem;
163
163
  line-height: 19px;
164
164
  margin-bottom: 15px;
165
165
 
@@ -181,7 +181,7 @@
181
181
  border: none;
182
182
  margin: 0;
183
183
  padding: 10px;
184
- font-size: 13px;
184
+ font-size: 1rem;
185
185
 
186
186
  &.is-active {
187
187
  background-color: $ac-primary;
@@ -254,7 +254,7 @@
254
254
  border-top: 1px solid $color-border;
255
255
  text-align: center;
256
256
  font-weight: 500;
257
- font-size: 13px;
257
+ font-size: 1rem;
258
258
  color: $color-heading;
259
259
  display: block;
260
260
  padding: 10px 20px;
@@ -273,7 +273,7 @@
273
273
  padding: 8px 15px;
274
274
  color: $color-heading;
275
275
  transition: 0.3s ease-in-out;
276
- font-size: 13px;
276
+ font-size: 1rem;
277
277
 
278
278
  &:hover {
279
279
  background-color: $primary-95;
@@ -324,7 +324,7 @@
324
324
  .profile-info {
325
325
  p {
326
326
  color: $color-heading;
327
- font-size: 13px;
327
+ font-size: 1rem;
328
328
  font-weight: 500;
329
329
  line-height: 1.3;
330
330
  }
@@ -431,12 +431,12 @@
431
431
 
432
432
  li {
433
433
  display: block;
434
- font-size: 13px;
434
+ font-size: 1rem;
435
435
  a {
436
436
  display: block;
437
437
  color: $color-heading !important;
438
438
  padding: 10px 20px !important;
439
- font-size: 13px !important;
439
+ font-size: 1rem !important;
440
440
  transition: 0.2s;
441
441
  border-bottom: 1px solid $color-border;
442
442
 
@@ -479,13 +479,13 @@
479
479
 
480
480
  strong {
481
481
  font-weight: 600;
482
- font-size: 14px;
482
+ font-size: 1rem;
483
483
  // font-family: $font-heading;
484
484
  }
485
485
 
486
486
  span {
487
487
  display: block;
488
- font-size: 13px;
488
+ font-size: 1rem;
489
489
  margin-top: 4px;
490
490
  line-height: 150%;
491
491
  }
@@ -2,7 +2,7 @@
2
2
  // select {
3
3
  // background-color: $info-light;
4
4
  // border: 1px solid $primary-10;
5
- // font-size: 13px;
5
+ // font-size: 1rem;
6
6
  // height: 42px;
7
7
  // padding-left: 20px;
8
8