@streamoid/ui 0.2.3 → 0.2.5

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/dist/index.css CHANGED
@@ -4863,3 +4863,1112 @@
4863
4863
  width: 1rem !important;
4864
4864
  height: 1rem !important;
4865
4865
  }
4866
+ .ScWorkspaceSwitchCard_leaveBtn {
4867
+ display: flex;
4868
+ align-items: center;
4869
+ justify-content: center;
4870
+ width: 2rem;
4871
+ height: 2rem;
4872
+ flex-shrink: 0;
4873
+ padding: var(--spacing-xs, 0.25rem);
4874
+ background: var(--alias-fill-error-solidactive, #b01717);
4875
+ border-radius: var(--medium-5, 0.75rem);
4876
+ cursor: pointer;
4877
+ color: var(--alias-text-and-icons-fullwhite, #ffffff);
4878
+ transition: background-color 0.15s ease;
4879
+ }
4880
+ .ScWorkspaceSwitchCard_leaveBtn:hover {
4881
+ background: var(--alias-fill-error-solidhover, #e04444);
4882
+ }
4883
+
4884
+ /* src/SC-Role-Mobile/ScRoleMobile.module.css */
4885
+ .ScRoleMobile_scRoleMobile {
4886
+ display: flex;
4887
+ align-items: center;
4888
+ justify-content: center;
4889
+ width: 64px;
4890
+ height: 32px;
4891
+ padding: var(--spacing-sm, 6px) var(--spacing-md, 8px);
4892
+ border-radius: var(--radius-md, 8px);
4893
+ border: 1px solid;
4894
+ box-sizing: border-box;
4895
+ }
4896
+ .ScRoleMobile_scRoleMobile * {
4897
+ box-sizing: border-box;
4898
+ }
4899
+ .ScRoleMobile_role-admin {
4900
+ background: var(--alias-fill-info-soft, #051430);
4901
+ border-color: var(--alias-border-infoplus, #071c47);
4902
+ }
4903
+ .ScRoleMobile_role-member {
4904
+ background: var(--alias-fill-neutral-neutral, #1a1a1a);
4905
+ border-color: var(--alias-border-default, #3e3e3e);
4906
+ }
4907
+ .ScRoleMobile_text {
4908
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
4909
+ font-weight: var(--font-weight-font-weight-regular, 400);
4910
+ font-size: var(--font-size-font-size-xs, 12px);
4911
+ line-height: var(--line-height-line-height-xs, 18px);
4912
+ letter-spacing: var(--letter-spacing-letter-spacing-normal, 0px);
4913
+ white-space: nowrap;
4914
+ margin: 0;
4915
+ }
4916
+ .ScRoleMobile_role-admin .ScRoleMobile_text {
4917
+ color: var(--alias-text-icons-infocont, #6da5ff);
4918
+ }
4919
+ .ScRoleMobile_role-member .ScRoleMobile_text {
4920
+ color: var(--alias-text-icons-tertiary, #9e9e9e);
4921
+ }
4922
+
4923
+ /* src/SC-Profile-V2-Mobile/ScProfileV2Mobile.module.css */
4924
+ .ScProfileV2Mobile_scProfileV2Mobile {
4925
+ display: flex;
4926
+ align-items: center;
4927
+ gap: var(--spacing-xl, 12px);
4928
+ padding: var(--spacing-none, 0px);
4929
+ width: 288px;
4930
+ box-sizing: border-box;
4931
+ }
4932
+ .ScProfileV2Mobile_scProfileV2Mobile * {
4933
+ box-sizing: border-box;
4934
+ }
4935
+ .ScProfileV2Mobile_profileImage {
4936
+ position: relative;
4937
+ width: 40px;
4938
+ height: 40px;
4939
+ border-radius: var(--radius-full, 999px);
4940
+ flex-shrink: 0;
4941
+ overflow: hidden;
4942
+ }
4943
+ .ScProfileV2Mobile_image {
4944
+ width: 100%;
4945
+ height: 100%;
4946
+ object-fit: cover;
4947
+ border-radius: var(--radius-full, 999px);
4948
+ }
4949
+ .ScProfileV2Mobile_initials {
4950
+ width: 100%;
4951
+ height: 100%;
4952
+ display: flex;
4953
+ align-items: center;
4954
+ justify-content: center;
4955
+ background: var(--alias-fill-neutral-neutralselected, #242424);
4956
+ color: var(--alias-text-icons-primary, #f5f5f5);
4957
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
4958
+ font-size: var(--font-size-font-size-sm, 14px);
4959
+ font-weight: 500;
4960
+ }
4961
+ .ScProfileV2Mobile_userInfo {
4962
+ display: flex;
4963
+ flex-direction: column;
4964
+ flex: 1 0 0;
4965
+ min-width: 0;
4966
+ gap: var(--spacing-none, 0px);
4967
+ overflow: hidden;
4968
+ text-overflow: ellipsis;
4969
+ white-space: nowrap;
4970
+ }
4971
+ .ScProfileV2Mobile_userName {
4972
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
4973
+ font-weight: var(--font-weight-font-weight-medium, 500);
4974
+ font-size: 14px;
4975
+ line-height: var(--line-height-line-height-sm, 20px);
4976
+ color: var(--alias-text-icons-primary, #f5f5f5);
4977
+ overflow: hidden;
4978
+ text-overflow: ellipsis;
4979
+ margin: 0;
4980
+ width: 100%;
4981
+ }
4982
+ .ScProfileV2Mobile_userEmail {
4983
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
4984
+ font-weight: var(--font-weight-font-weight-regular, 400);
4985
+ font-size: 12px;
4986
+ line-height: var(--line-height-line-height-xs, 18px);
4987
+ color: var(--alias-text-icons-tertiary, #9e9e9e);
4988
+ overflow: hidden;
4989
+ text-overflow: ellipsis;
4990
+ margin: 0;
4991
+ width: 100%;
4992
+ }
4993
+
4994
+ /* src/SC-tableList-mobile/ScTableListMobile.module.css */
4995
+ .ScTableListMobile_scTableListMobile {
4996
+ display: flex;
4997
+ flex-direction: column;
4998
+ gap: var(--spacing-3xl, 16px);
4999
+ align-items: flex-start;
5000
+ justify-content: center;
5001
+ padding: var(--spacing-5xl, 20px) var(--spacing-3xl, 16px);
5002
+ width: 100%;
5003
+ border-bottom: 0.5px solid var(--alias-border-subtle, #242424);
5004
+ box-sizing: border-box;
5005
+ }
5006
+ .ScTableListMobile_scTableListMobile * {
5007
+ box-sizing: border-box;
5008
+ }
5009
+ .ScTableListMobile_profileRow {
5010
+ display: flex;
5011
+ align-items: center;
5012
+ gap: var(--spacing-xl, 12px);
5013
+ width: 100%;
5014
+ }
5015
+ .ScTableListMobile_userInfo {
5016
+ display: flex;
5017
+ flex-direction: column;
5018
+ flex: 1 0 0;
5019
+ min-width: 0;
5020
+ gap: var(--spacing-none, 0px);
5021
+ overflow: hidden;
5022
+ text-overflow: ellipsis;
5023
+ white-space: nowrap;
5024
+ }
5025
+ .ScTableListMobile_userName {
5026
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5027
+ font-weight: var(--font-weight-font-weight-medium, 500);
5028
+ font-size: 14px;
5029
+ line-height: var(--line-height-line-height-sm, 20px);
5030
+ color: var(--alias-text-icons-primary, #f5f5f5);
5031
+ overflow: hidden;
5032
+ text-overflow: ellipsis;
5033
+ margin: 0;
5034
+ width: 100%;
5035
+ }
5036
+ .ScTableListMobile_userEmail {
5037
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5038
+ font-weight: var(--font-weight-font-weight-regular, 400);
5039
+ font-size: 12px;
5040
+ line-height: var(--line-height-line-height-xs, 18px);
5041
+ color: var(--alias-text-icons-tertiary, #9e9e9e);
5042
+ overflow: hidden;
5043
+ text-overflow: ellipsis;
5044
+ margin: 0;
5045
+ width: 100%;
5046
+ }
5047
+ .ScTableListMobile_profileImage {
5048
+ position: relative;
5049
+ width: 40px;
5050
+ height: 40px;
5051
+ border-radius: var(--radius-full, 999px);
5052
+ flex-shrink: 0;
5053
+ overflow: hidden;
5054
+ }
5055
+ .ScTableListMobile_image {
5056
+ width: 100%;
5057
+ height: 100%;
5058
+ object-fit: cover;
5059
+ border-radius: var(--radius-full, 999px);
5060
+ }
5061
+ .ScTableListMobile_initials {
5062
+ width: 100%;
5063
+ height: 100%;
5064
+ display: flex;
5065
+ align-items: center;
5066
+ justify-content: center;
5067
+ background: var(--alias-fill-neutral-neutralselected, #242424);
5068
+ color: var(--alias-text-icons-primary, #f5f5f5);
5069
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5070
+ font-size: 14px;
5071
+ font-weight: 500;
5072
+ }
5073
+ .ScTableListMobile_detailsRow {
5074
+ display: flex;
5075
+ align-items: flex-start;
5076
+ justify-content: space-between;
5077
+ width: 100%;
5078
+ }
5079
+ .ScTableListMobile_roleBadge {
5080
+ display: flex;
5081
+ align-items: center;
5082
+ justify-content: center;
5083
+ width: 64px;
5084
+ height: 32px;
5085
+ padding: var(--spacing-sm, 6px) var(--spacing-md, 8px);
5086
+ border-radius: var(--radius-md, 8px);
5087
+ border: 1px solid var(--alias-border-infoplus, #071c47);
5088
+ background: var(--alias-fill-info-soft, #051430);
5089
+ }
5090
+ .ScTableListMobile_roleText {
5091
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5092
+ font-weight: var(--font-weight-font-weight-regular, 400);
5093
+ font-size: var(--font-size-font-size-xs, 12px);
5094
+ line-height: var(--line-height-line-height-xs, 18px);
5095
+ color: var(--alias-text-icons-infocont, #6da5ff);
5096
+ white-space: nowrap;
5097
+ margin: 0;
5098
+ }
5099
+ .ScTableListMobile_accessInfo {
5100
+ display: flex;
5101
+ align-items: center;
5102
+ gap: var(--spacing-md, 8px);
5103
+ }
5104
+ .ScTableListMobile_accessGroup {
5105
+ display: flex;
5106
+ align-items: center;
5107
+ gap: var(--spacing-xl, 12px);
5108
+ padding: var(--spacing-sm, 6px) var(--spacing-xl, 12px);
5109
+ background: var(--alias-fill-neutral-neutral, #1a1a1a);
5110
+ border-radius: var(--radius-lg, 10px);
5111
+ }
5112
+ .ScTableListMobile_accessIcon {
5113
+ display: flex;
5114
+ align-items: center;
5115
+ justify-content: center;
5116
+ width: 20px;
5117
+ height: 20px;
5118
+ }
5119
+
5120
+ /* src/SC-workspaceSwitch-Mobile/ScWorkspaceSwitchMobile.module.css */
5121
+ .ScWorkspaceSwitchMobile_scWorkspaceSwitchMobile {
5122
+ display: flex;
5123
+ flex-direction: column;
5124
+ gap: var(--spacing-xl, 12px);
5125
+ align-items: flex-start;
5126
+ justify-content: center;
5127
+ padding: var(--spacing-xl, 12px);
5128
+ border-radius: var(--radius-3xl, 16px);
5129
+ width: 326px;
5130
+ backdrop-filter: blur(4px);
5131
+ box-sizing: border-box;
5132
+ }
5133
+ .ScWorkspaceSwitchMobile_scWorkspaceSwitchMobile * {
5134
+ box-sizing: border-box;
5135
+ }
5136
+ .ScWorkspaceSwitchMobile_variant-current {
5137
+ background: var(--alias-surface-canvas, #0b0b0b);
5138
+ }
5139
+ .ScWorkspaceSwitchMobile_variant-other {
5140
+ background: var(--alias-surface-subtle, #1a1a1a);
5141
+ border: 1px solid var(--alias-border-subtle, #242424);
5142
+ }
5143
+ .ScWorkspaceSwitchMobile_workspaceInfo {
5144
+ display: flex;
5145
+ align-items: center;
5146
+ gap: var(--spacing-xl, 12px);
5147
+ width: 100%;
5148
+ }
5149
+ .ScWorkspaceSwitchMobile_wsNameRow {
5150
+ display: flex;
5151
+ align-items: center;
5152
+ gap: var(--spacing-md, 8px);
5153
+ flex: 1 0 0;
5154
+ min-width: 0;
5155
+ }
5156
+ .ScWorkspaceSwitchMobile_initialsBox {
5157
+ display: flex;
5158
+ align-items: center;
5159
+ justify-content: center;
5160
+ width: 48px;
5161
+ height: 48px;
5162
+ padding: var(--spacing-xs, 4px);
5163
+ background: var(--alias-fill-neutral-neutralselected, #242424);
5164
+ border-radius: var(--radius-xl, 12px);
5165
+ flex-shrink: 0;
5166
+ }
5167
+ .ScWorkspaceSwitchMobile_initialsText {
5168
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5169
+ font-weight: var(--font-weight-font-weight-medium, 500);
5170
+ font-size: var(--font-size-font-size-md, 14px);
5171
+ line-height: var(--line-height-line-height-md, 20px);
5172
+ color: var(--alias-text-icons-primary, #f5f5f5);
5173
+ text-align: center;
5174
+ overflow: hidden;
5175
+ text-overflow: ellipsis;
5176
+ white-space: nowrap;
5177
+ }
5178
+ .ScWorkspaceSwitchMobile_storeName {
5179
+ flex: 1 0 0;
5180
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5181
+ font-weight: var(--font-weight-font-weight-medium, 500);
5182
+ font-size: 16px;
5183
+ line-height: var(--line-height-line-height-md, 24px);
5184
+ color: var(--alias-text-icons-primary, #f5f5f5);
5185
+ overflow: hidden;
5186
+ text-overflow: ellipsis;
5187
+ margin: 0;
5188
+ min-width: 0;
5189
+ }
5190
+ .ScWorkspaceSwitchMobile_roleBadge {
5191
+ display: flex;
5192
+ align-items: center;
5193
+ justify-content: center;
5194
+ width: 80px;
5195
+ padding: var(--spacing-xs, 4px);
5196
+ background: var(--alias-fill-info-soft, #051430);
5197
+ border: 1px solid var(--alias-border-info, #1149ad);
5198
+ border-radius: var(--radius-xl, 12px);
5199
+ flex-shrink: 0;
5200
+ }
5201
+ .ScWorkspaceSwitchMobile_roleText {
5202
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5203
+ font-weight: var(--font-weight-font-weight-regular, 400);
5204
+ font-size: var(--font-size-font-size-xs, 12px);
5205
+ line-height: var(--line-height-line-height-xs, 18px);
5206
+ color: var(--alias-text-icons-infocont, #6da5ff);
5207
+ white-space: nowrap;
5208
+ margin: 0;
5209
+ }
5210
+ .ScWorkspaceSwitchMobile_divider {
5211
+ width: 100%;
5212
+ height: 0;
5213
+ border-bottom: 0.5px solid var(--alias-border-subtle, #242424);
5214
+ }
5215
+ .ScWorkspaceSwitchMobile_ownerRow {
5216
+ display: flex;
5217
+ align-items: center;
5218
+ gap: var(--spacing-md, 8px);
5219
+ height: 24px;
5220
+ width: 100%;
5221
+ }
5222
+ .ScWorkspaceSwitchMobile_ownerIconContainer {
5223
+ display: flex;
5224
+ align-items: center;
5225
+ justify-content: center;
5226
+ width: 48px;
5227
+ flex-shrink: 0;
5228
+ }
5229
+ .ScWorkspaceSwitchMobile_ownerIcon {
5230
+ display: flex;
5231
+ align-items: center;
5232
+ justify-content: center;
5233
+ width: 24px;
5234
+ height: 24px;
5235
+ }
5236
+ .ScWorkspaceSwitchMobile_ownerText {
5237
+ flex: 1 0 0;
5238
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5239
+ font-weight: var(--font-weight-font-weight-regular, 400);
5240
+ font-size: 14px;
5241
+ line-height: var(--line-height-line-height-sm, 20px);
5242
+ color: var(--alias-text-icons-tertiary, #9e9e9e);
5243
+ overflow: hidden;
5244
+ text-overflow: ellipsis;
5245
+ white-space: nowrap;
5246
+ margin: 0;
5247
+ min-width: 0;
5248
+ }
5249
+
5250
+ /* src/SC-workspaceSettings-Mobile/ScWorkspaceSettingsMobile.module.css */
5251
+ .ScWorkspaceSettingsMobile_scWorkspaceSettingsMobile {
5252
+ display: flex;
5253
+ flex-direction: column;
5254
+ gap: var(--spacing-xl, 12px);
5255
+ align-items: flex-start;
5256
+ justify-content: center;
5257
+ padding: var(--spacing-xl, 12px);
5258
+ border-radius: var(--radius-3xl, 16px);
5259
+ width: 326px;
5260
+ backdrop-filter: blur(4px);
5261
+ border: 0.5px solid var(--alias-border-subtle, #242424);
5262
+ box-sizing: border-box;
5263
+ }
5264
+ .ScWorkspaceSettingsMobile_scWorkspaceSettingsMobile * {
5265
+ box-sizing: border-box;
5266
+ }
5267
+ .ScWorkspaceSettingsMobile_variant-current {
5268
+ background: var(--alias-surface-canvas, #0b0b0b);
5269
+ }
5270
+ .ScWorkspaceSettingsMobile_variant-other {
5271
+ background: var(--alias-surface-base, #101010);
5272
+ }
5273
+ .ScWorkspaceSettingsMobile_workspaceInfo {
5274
+ display: flex;
5275
+ align-items: center;
5276
+ gap: var(--spacing-xl, 12px);
5277
+ width: 100%;
5278
+ }
5279
+ .ScWorkspaceSettingsMobile_wsNameRow {
5280
+ display: flex;
5281
+ align-items: center;
5282
+ gap: var(--spacing-md, 8px);
5283
+ flex: 1 0 0;
5284
+ min-width: 0;
5285
+ }
5286
+ .ScWorkspaceSettingsMobile_initialsBox {
5287
+ display: flex;
5288
+ align-items: center;
5289
+ justify-content: center;
5290
+ width: 48px;
5291
+ height: 48px;
5292
+ padding: var(--spacing-xs, 4px);
5293
+ background: var(--alias-fill-neutral-neutralselected, #242424);
5294
+ border-radius: var(--radius-xl, 12px);
5295
+ flex-shrink: 0;
5296
+ }
5297
+ .ScWorkspaceSettingsMobile_initialsText {
5298
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5299
+ font-weight: var(--font-weight-font-weight-medium, 500);
5300
+ font-size: var(--font-size-font-size-md, 14px);
5301
+ line-height: var(--line-height-line-height-md, 20px);
5302
+ color: var(--alias-text-icons-primary, #f5f5f5);
5303
+ text-align: center;
5304
+ overflow: hidden;
5305
+ text-overflow: ellipsis;
5306
+ white-space: nowrap;
5307
+ }
5308
+ .ScWorkspaceSettingsMobile_storeName {
5309
+ flex: 1 0 0;
5310
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5311
+ font-weight: var(--font-weight-font-weight-medium, 500);
5312
+ font-size: 16px;
5313
+ line-height: var(--line-height-line-height-md, 24px);
5314
+ color: var(--alias-text-icons-primary, #f5f5f5);
5315
+ overflow: hidden;
5316
+ text-overflow: ellipsis;
5317
+ margin: 0;
5318
+ min-width: 0;
5319
+ }
5320
+ .ScWorkspaceSettingsMobile_roleBadge {
5321
+ display: flex;
5322
+ align-items: center;
5323
+ justify-content: center;
5324
+ width: 80px;
5325
+ padding: var(--spacing-xs, 4px);
5326
+ background: var(--alias-fill-info-soft, #051430);
5327
+ border: 1px solid var(--alias-border-info, #1149ad);
5328
+ border-radius: var(--radius-xl, 12px);
5329
+ flex-shrink: 0;
5330
+ }
5331
+ .ScWorkspaceSettingsMobile_roleText {
5332
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5333
+ font-weight: var(--font-weight-font-weight-regular, 400);
5334
+ font-size: var(--font-size-font-size-xs, 12px);
5335
+ line-height: var(--line-height-line-height-xs, 18px);
5336
+ color: var(--alias-text-icons-infocont, #6da5ff);
5337
+ white-space: nowrap;
5338
+ margin: 0;
5339
+ }
5340
+ .ScWorkspaceSettingsMobile_divider {
5341
+ width: 100%;
5342
+ height: 0;
5343
+ border-bottom: 0.5px solid var(--alias-border-subtle, #242424);
5344
+ }
5345
+ .ScWorkspaceSettingsMobile_infoRow {
5346
+ display: flex;
5347
+ align-items: center;
5348
+ gap: var(--spacing-md, 8px);
5349
+ height: 24px;
5350
+ width: 100%;
5351
+ }
5352
+ .ScWorkspaceSettingsMobile_iconContainer {
5353
+ display: flex;
5354
+ align-items: center;
5355
+ justify-content: center;
5356
+ width: 48px;
5357
+ flex-shrink: 0;
5358
+ }
5359
+ .ScWorkspaceSettingsMobile_icon {
5360
+ display: flex;
5361
+ align-items: center;
5362
+ justify-content: center;
5363
+ width: 24px;
5364
+ height: 24px;
5365
+ }
5366
+ .ScWorkspaceSettingsMobile_infoText {
5367
+ flex: 1 0 0;
5368
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5369
+ font-weight: var(--font-weight-font-weight-regular, 400);
5370
+ font-size: 14px;
5371
+ line-height: var(--line-height-line-height-sm, 20px);
5372
+ color: var(--alias-text-icons-tertiary, #9e9e9e);
5373
+ overflow: hidden;
5374
+ text-overflow: ellipsis;
5375
+ white-space: nowrap;
5376
+ margin: 0;
5377
+ min-width: 0;
5378
+ }
5379
+
5380
+ /* src/SC-MobileTopNav/ScMobileTopNav.module.css */
5381
+ .ScMobileTopNav_scMobileTopNav {
5382
+ display: flex;
5383
+ align-items: center;
5384
+ padding: var(--spacing-none, 0px) var(--spacing-xs, 4px);
5385
+ background: var(--alias-surface-canvas, #0b0b0b);
5386
+ width: 100%;
5387
+ gap: 0px;
5388
+ box-sizing: border-box;
5389
+ }
5390
+ .ScMobileTopNav_scMobileTopNav * {
5391
+ box-sizing: border-box;
5392
+ }
5393
+ .ScMobileTopNav_withBorder {
5394
+ border-bottom: 0.5px solid var(--alias-border-subtle, #242424);
5395
+ gap: var(--spacing-3xl, 16px);
5396
+ }
5397
+ .ScMobileTopNav_iconContainer {
5398
+ display: flex;
5399
+ align-items: center;
5400
+ justify-content: center;
5401
+ padding: var(--spacing-md, 8px);
5402
+ width: 56px;
5403
+ height: 56px;
5404
+ flex-shrink: 0;
5405
+ cursor: pointer;
5406
+ }
5407
+ .ScMobileTopNav_iconPlaceholder {
5408
+ width: 24px;
5409
+ height: 24px;
5410
+ }
5411
+ .ScMobileTopNav_hidden {
5412
+ opacity: 0;
5413
+ pointer-events: none;
5414
+ }
5415
+ .ScMobileTopNav_chatTitle {
5416
+ flex: 1 0 0;
5417
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5418
+ font-weight: var(--font-weight-font-weight-regular, 400);
5419
+ font-size: var(--font-size-font-size-md, 16px);
5420
+ line-height: var(--line-height-line-height-md, 24px);
5421
+ color: var(--alias-text-icons-secondary, #dadada);
5422
+ margin: 0;
5423
+ min-width: 0;
5424
+ overflow: hidden;
5425
+ text-overflow: ellipsis;
5426
+ white-space: nowrap;
5427
+ }
5428
+ .ScMobileTopNav_heading {
5429
+ flex: 1 0 0;
5430
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5431
+ font-weight: var(--font-weight-font-weight-regular, 400);
5432
+ font-size: var(--font-size-font-size-md, 16px);
5433
+ line-height: var(--line-height-line-height-md, 24px);
5434
+ color: var(--alias-text-icons-secondary, #dadada);
5435
+ text-align: center;
5436
+ margin: 0;
5437
+ min-width: 0;
5438
+ }
5439
+ .ScMobileTopNav_searchRow {
5440
+ display: flex;
5441
+ flex: 1 0 0;
5442
+ align-items: center;
5443
+ align-self: stretch;
5444
+ min-width: 0;
5445
+ }
5446
+ .ScMobileTopNav_searchInputContainer {
5447
+ display: flex;
5448
+ flex: 1 0 0;
5449
+ height: 100%;
5450
+ align-items: center;
5451
+ min-width: 0;
5452
+ }
5453
+ .ScMobileTopNav_searchInput {
5454
+ display: flex;
5455
+ flex: 1 0 0;
5456
+ height: 100%;
5457
+ align-items: center;
5458
+ justify-content: center;
5459
+ min-width: 0;
5460
+ }
5461
+ .ScMobileTopNav_searchField {
5462
+ flex: 1 0 0;
5463
+ height: 100%;
5464
+ background: transparent;
5465
+ border: none;
5466
+ outline: none;
5467
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5468
+ font-weight: var(--font-weight-font-weight-regular, 400);
5469
+ font-size: var(--font-size-font-size-md, 16px);
5470
+ line-height: var(--line-height-line-height-md, 24px);
5471
+ color: var(--alias-text-icons-secondary, #dadada);
5472
+ min-width: 0;
5473
+ }
5474
+ .ScMobileTopNav_searchField::placeholder {
5475
+ color: var(--alias-text-icons-muted, #7a7a7a);
5476
+ }
5477
+
5478
+ /* src/SC-MobileBottomAction/ScMobileBottomAction.module.css */
5479
+ .ScMobileBottomAction_scMobileBottomAction {
5480
+ display: flex;
5481
+ align-items: flex-start;
5482
+ gap: 0px;
5483
+ padding: var(--spacing-3xl, 16px) var(--spacing-3xl, 16px) var(--spacing-5xl, 20px);
5484
+ background: var(--alias-surface-canvas, #0b0b0b);
5485
+ border-top: 0.5px solid var(--alias-border-divider, #242424);
5486
+ width: 100%;
5487
+ box-sizing: border-box;
5488
+ }
5489
+ .ScMobileBottomAction_scMobileBottomAction * {
5490
+ box-sizing: border-box;
5491
+ }
5492
+ .ScMobileBottomAction_button {
5493
+ display: flex;
5494
+ flex: 1 0 0;
5495
+ height: 48px;
5496
+ align-items: center;
5497
+ justify-content: center;
5498
+ padding: var(--spacing-xl, 12px) var(--spacing-3xl, 16px);
5499
+ background: var(--alias-fill-base-base, #f5f5f5);
5500
+ border-radius: var(--medium-5, 12px);
5501
+ border: none;
5502
+ cursor: pointer;
5503
+ width: 100%;
5504
+ }
5505
+ .ScMobileBottomAction_disabled {
5506
+ opacity: 0.5;
5507
+ cursor: not-allowed;
5508
+ }
5509
+ .ScMobileBottomAction_buttonText {
5510
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5511
+ font-weight: var(--font-weight-font-weight-medium, 500);
5512
+ font-size: var(--font-size-font-size-md, 16px);
5513
+ line-height: var(--line-height-line-height-md, 24px);
5514
+ color: var(--alias-text-icons-inverse, #101010);
5515
+ white-space: nowrap;
5516
+ }
5517
+
5518
+ /* src/SC-PopUpMenu/ScPopUpMenu.module.css */
5519
+ .ScPopUpMenu_scPopUpMenu {
5520
+ display: flex;
5521
+ align-items: center;
5522
+ gap: var(--spacing-xl, 12px);
5523
+ padding: var(--spacing-xl, 12px) var(--spacing-xs, 4px);
5524
+ border-radius: var(--radius-md, 8px);
5525
+ width: 242px;
5526
+ cursor: pointer;
5527
+ box-sizing: border-box;
5528
+ }
5529
+ .ScPopUpMenu_scPopUpMenu * {
5530
+ box-sizing: border-box;
5531
+ }
5532
+ .ScPopUpMenu_state-default {
5533
+ background: transparent;
5534
+ }
5535
+ .ScPopUpMenu_state-clicked {
5536
+ background: var(--alias-surface-canvas, #0b0b0b);
5537
+ }
5538
+ .ScPopUpMenu_icon {
5539
+ display: flex;
5540
+ align-items: center;
5541
+ justify-content: center;
5542
+ width: 24px;
5543
+ height: 24px;
5544
+ flex-shrink: 0;
5545
+ }
5546
+ .ScPopUpMenu_menuText {
5547
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5548
+ font-weight: var(--font-weight-font-weight-medium, 500);
5549
+ font-size: var(--font-size-font-size-md, 16px);
5550
+ line-height: var(--line-height-line-height-md, 24px);
5551
+ color: var(--alias-text-icons-secondary, #dadada);
5552
+ white-space: nowrap;
5553
+ margin: 0;
5554
+ }
5555
+
5556
+ /* src/SC-referralCard-Mobile/ScReferralCardMobile.module.css */
5557
+ .ScReferralCardMobile_scReferralCardMobile {
5558
+ display: flex;
5559
+ flex-direction: column;
5560
+ gap: var(--spacing-xl, 12px);
5561
+ align-items: flex-start;
5562
+ padding: var(--spacing-xl, 12px);
5563
+ background: var(--alias-surface-basesubtle, #151515);
5564
+ border: 0.5px solid var(--alias-border-subtle, #242424);
5565
+ border-radius: var(--radius-3xl, 16px);
5566
+ width: 349px;
5567
+ box-sizing: border-box;
5568
+ }
5569
+ .ScReferralCardMobile_scReferralCardMobile * {
5570
+ box-sizing: border-box;
5571
+ }
5572
+ .ScReferralCardMobile_userRow {
5573
+ display: flex;
5574
+ align-items: center;
5575
+ gap: var(--spacing-xl, 12px);
5576
+ width: 100%;
5577
+ }
5578
+ .ScReferralCardMobile_profileSection {
5579
+ display: flex;
5580
+ align-items: center;
5581
+ gap: var(--spacing-xl, 12px);
5582
+ flex: 1 0 0;
5583
+ min-width: 0;
5584
+ }
5585
+ .ScReferralCardMobile_profileImage {
5586
+ width: 40px;
5587
+ height: 40px;
5588
+ border-radius: var(--radius-full, 999px);
5589
+ flex-shrink: 0;
5590
+ overflow: hidden;
5591
+ }
5592
+ .ScReferralCardMobile_image {
5593
+ width: 100%;
5594
+ height: 100%;
5595
+ object-fit: cover;
5596
+ border-radius: var(--radius-full, 999px);
5597
+ }
5598
+ .ScReferralCardMobile_initials {
5599
+ width: 100%;
5600
+ height: 100%;
5601
+ display: flex;
5602
+ align-items: center;
5603
+ justify-content: center;
5604
+ background: var(--alias-fill-neutral-neutralselected, #242424);
5605
+ color: var(--alias-text-icons-primary, #f5f5f5);
5606
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5607
+ font-size: 14px;
5608
+ font-weight: 500;
5609
+ }
5610
+ .ScReferralCardMobile_userInfo {
5611
+ display: flex;
5612
+ flex-direction: column;
5613
+ flex: 1 0 0;
5614
+ min-width: 0;
5615
+ gap: var(--spacing-none, 0px);
5616
+ }
5617
+ .ScReferralCardMobile_userName {
5618
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5619
+ font-weight: var(--font-weight-font-weight-medium, 500);
5620
+ font-size: 14px;
5621
+ line-height: var(--line-height-line-height-sm, 20px);
5622
+ color: var(--alias-text-icons-primary, #f5f5f5);
5623
+ overflow: hidden;
5624
+ text-overflow: ellipsis;
5625
+ white-space: nowrap;
5626
+ margin: 0;
5627
+ }
5628
+ .ScReferralCardMobile_userEmail {
5629
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5630
+ font-weight: var(--font-weight-font-weight-regular, 400);
5631
+ font-size: 12px;
5632
+ line-height: var(--line-height-line-height-xs, 18px);
5633
+ color: var(--alias-text-icons-tertiary, #9e9e9e);
5634
+ overflow: hidden;
5635
+ text-overflow: ellipsis;
5636
+ white-space: nowrap;
5637
+ margin: 0;
5638
+ }
5639
+ .ScReferralCardMobile_badge {
5640
+ display: flex;
5641
+ align-items: center;
5642
+ justify-content: center;
5643
+ padding: var(--spacing-xs, 4px) var(--spacing-md, 8px);
5644
+ background: var(--alias-fill-neutral-neutralactive, #313131);
5645
+ border-radius: var(--radius-md, 8px);
5646
+ flex-shrink: 0;
5647
+ }
5648
+ .ScReferralCardMobile_badgeText {
5649
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5650
+ font-weight: var(--font-weight-font-weight-regular, 400);
5651
+ font-size: var(--font-size-font-size-xs, 12px);
5652
+ line-height: var(--line-height-line-height-xs, 18px);
5653
+ color: var(--alias-text-icons-primary, #f5f5f5);
5654
+ white-space: nowrap;
5655
+ margin: 0;
5656
+ }
5657
+ .ScReferralCardMobile_divider {
5658
+ width: 100%;
5659
+ height: 0;
5660
+ border-bottom: 0.5px solid var(--alias-border-subtle, #242424);
5661
+ }
5662
+ .ScReferralCardMobile_detailsRow {
5663
+ display: flex;
5664
+ align-items: center;
5665
+ gap: var(--spacing-xl, 12px);
5666
+ width: 100%;
5667
+ }
5668
+ .ScReferralCardMobile_dateText {
5669
+ flex: 1 0 0;
5670
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5671
+ font-weight: var(--font-weight-font-weight-regular, 400);
5672
+ font-size: 14px;
5673
+ line-height: var(--line-height-line-height-sm, 20px);
5674
+ color: var(--alias-text-icons-secondary, #dadada);
5675
+ overflow: hidden;
5676
+ text-overflow: ellipsis;
5677
+ white-space: nowrap;
5678
+ margin: 0;
5679
+ }
5680
+ .ScReferralCardMobile_creditsText {
5681
+ flex: 1 0 0;
5682
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5683
+ font-weight: var(--font-weight-font-weight-semibold, 600);
5684
+ font-size: 16px;
5685
+ line-height: var(--line-height-line-height-md, 24px);
5686
+ color: var(--alias-text-icons-success, #00b96b);
5687
+ text-align: right;
5688
+ overflow: hidden;
5689
+ text-overflow: ellipsis;
5690
+ white-space: nowrap;
5691
+ margin: 0;
5692
+ }
5693
+
5694
+ /* src/SC-InvoiceHistory-Mobile/ScInvoiceHistoryMobile.module.css */
5695
+ .ScInvoiceHistoryMobile_scInvoiceHistoryMobile {
5696
+ display: flex;
5697
+ align-items: flex-start;
5698
+ gap: var(--spacing-xl, 12px);
5699
+ padding: var(--spacing-3xl, 16px);
5700
+ border-bottom: 0.5px solid var(--alias-border-divider, #242424);
5701
+ width: 100%;
5702
+ box-sizing: border-box;
5703
+ }
5704
+ .ScInvoiceHistoryMobile_scInvoiceHistoryMobile * {
5705
+ box-sizing: border-box;
5706
+ }
5707
+ .ScInvoiceHistoryMobile_invoiceInfo {
5708
+ display: flex;
5709
+ flex-direction: column;
5710
+ flex: 1 0 0;
5711
+ min-width: 0;
5712
+ gap: var(--spacing-xs, 4px);
5713
+ }
5714
+ .ScInvoiceHistoryMobile_invoiceNumber {
5715
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5716
+ font-weight: var(--font-weight-font-weight-regular, 400);
5717
+ font-size: 16px;
5718
+ line-height: var(--line-height-line-height-md, 24px);
5719
+ color: var(--alias-text-icons-primary, #f5f5f5);
5720
+ overflow: hidden;
5721
+ text-overflow: ellipsis;
5722
+ white-space: nowrap;
5723
+ margin: 0;
5724
+ width: 100%;
5725
+ }
5726
+ .ScInvoiceHistoryMobile_date {
5727
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5728
+ font-weight: var(--font-weight-font-weight-regular, 400);
5729
+ font-size: 14px;
5730
+ line-height: var(--line-height-line-height-sm, 20px);
5731
+ color: var(--alias-text-icons-tertiary, #9e9e9e);
5732
+ overflow: hidden;
5733
+ text-overflow: ellipsis;
5734
+ white-space: nowrap;
5735
+ margin: 0;
5736
+ width: 100%;
5737
+ }
5738
+ .ScInvoiceHistoryMobile_amount {
5739
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5740
+ font-weight: var(--font-weight-font-weight-semibold, 600);
5741
+ font-size: 16px;
5742
+ line-height: var(--line-height-line-height-md, 24px);
5743
+ color: var(--alias-text-icons-success, #00b96b);
5744
+ text-align: right;
5745
+ white-space: nowrap;
5746
+ flex-shrink: 0;
5747
+ margin: 0;
5748
+ }
5749
+
5750
+ /* src/SC-UsageHistory-Mobile/ScUsageHistoryMobile.module.css */
5751
+ .ScUsageHistoryMobile_scUsageHistoryMobile {
5752
+ display: flex;
5753
+ flex-direction: column;
5754
+ gap: var(--spacing-xs, 4px);
5755
+ align-items: flex-start;
5756
+ padding: var(--spacing-3xl, 16px);
5757
+ border-bottom: 0.5px solid var(--alias-border-divider, #242424);
5758
+ width: 100%;
5759
+ box-sizing: border-box;
5760
+ }
5761
+ .ScUsageHistoryMobile_scUsageHistoryMobile * {
5762
+ box-sizing: border-box;
5763
+ }
5764
+ .ScUsageHistoryMobile_topRow {
5765
+ display: flex;
5766
+ align-items: center;
5767
+ gap: var(--spacing-xl, 12px);
5768
+ width: 100%;
5769
+ }
5770
+ .ScUsageHistoryMobile_title {
5771
+ flex: 1 0 0;
5772
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5773
+ font-weight: var(--font-weight-font-weight-regular, 400);
5774
+ font-size: var(--font-size-font-size-sm, 14px);
5775
+ line-height: var(--line-height-line-height-sm, 20px);
5776
+ color: var(--alias-text-icons-primary, #f5f5f5);
5777
+ overflow: hidden;
5778
+ text-overflow: ellipsis;
5779
+ white-space: nowrap;
5780
+ margin: 0;
5781
+ min-width: 0;
5782
+ }
5783
+ .ScUsageHistoryMobile_usageCount {
5784
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5785
+ font-weight: var(--font-weight-font-weight-semibold, 600);
5786
+ font-size: 16px;
5787
+ line-height: var(--line-height-line-height-md, 24px);
5788
+ color: var(--alias-text-icons-error, #d11a1a);
5789
+ text-align: right;
5790
+ white-space: nowrap;
5791
+ flex-shrink: 0;
5792
+ margin: 0;
5793
+ }
5794
+ .ScUsageHistoryMobile_bottomRow {
5795
+ display: flex;
5796
+ align-items: center;
5797
+ gap: var(--spacing-xl, 12px);
5798
+ width: 100%;
5799
+ }
5800
+ .ScUsageHistoryMobile_metaInfo {
5801
+ display: flex;
5802
+ align-items: center;
5803
+ gap: var(--spacing-lg, 9px);
5804
+ flex: 1 0 0;
5805
+ min-width: 0;
5806
+ }
5807
+ .ScUsageHistoryMobile_metaText {
5808
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5809
+ font-weight: var(--font-weight-font-weight-regular, 400);
5810
+ font-size: 14px;
5811
+ line-height: var(--line-height-line-height-sm, 20px);
5812
+ color: var(--alias-text-icons-tertiary, #9e9e9e);
5813
+ overflow: hidden;
5814
+ text-overflow: ellipsis;
5815
+ white-space: nowrap;
5816
+ flex-shrink: 0;
5817
+ margin: 0;
5818
+ }
5819
+ .ScUsageHistoryMobile_vDivider {
5820
+ width: 0;
5821
+ height: 12px;
5822
+ border-left: 0.5px solid var(--alias-border-subtle, #242424);
5823
+ flex-shrink: 0;
5824
+ }
5825
+ .ScUsageHistoryMobile_totalCount {
5826
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5827
+ font-weight: var(--font-weight-font-weight-regular, 400);
5828
+ font-size: 14px;
5829
+ line-height: var(--line-height-line-height-sm, 20px);
5830
+ color: var(--alias-text-icons-tertiary, #9e9e9e);
5831
+ text-align: right;
5832
+ overflow: hidden;
5833
+ text-overflow: ellipsis;
5834
+ white-space: nowrap;
5835
+ flex-shrink: 0;
5836
+ margin: 0;
5837
+ }
5838
+
5839
+ /* src/SC-WorkspaceSwitchMobile-V2/ScWorkspaceSwitchMobileV2.module.css */
5840
+ .ScWorkspaceSwitchMobileV2_scWorkspaceSwitchMobileV2 {
5841
+ display: flex;
5842
+ align-items: center;
5843
+ gap: 0px;
5844
+ padding: var(--spacing-xs, 4px) var(--spacing-xl, 12px) var(--spacing-xs, 4px) var(--spacing-xs, 4px);
5845
+ border-radius: var(--radius-3xl, 16px);
5846
+ border: 0.5px solid;
5847
+ width: 326px;
5848
+ box-sizing: border-box;
5849
+ }
5850
+ .ScWorkspaceSwitchMobileV2_scWorkspaceSwitchMobileV2 * {
5851
+ box-sizing: border-box;
5852
+ }
5853
+ .ScWorkspaceSwitchMobileV2_type-currentWS {
5854
+ background: var(--alias-surface-raised, #242424);
5855
+ border-color: var(--alias-border-default, #3e3e3e);
5856
+ }
5857
+ .ScWorkspaceSwitchMobileV2_type-otherWS {
5858
+ background: var(--alias-surface-base, #101010);
5859
+ border-color: var(--alias-border-subtle, #242424);
5860
+ }
5861
+ .ScWorkspaceSwitchMobileV2_workspaceInfo {
5862
+ display: flex;
5863
+ flex: 1 0 0;
5864
+ align-items: center;
5865
+ gap: var(--spacing-xl, 12px);
5866
+ min-width: 0;
5867
+ }
5868
+ .ScWorkspaceSwitchMobileV2_dpContainer {
5869
+ display: flex;
5870
+ align-items: center;
5871
+ align-self: stretch;
5872
+ flex-shrink: 0;
5873
+ }
5874
+ .ScWorkspaceSwitchMobileV2_dp {
5875
+ display: flex;
5876
+ align-items: center;
5877
+ justify-content: center;
5878
+ aspect-ratio: 1;
5879
+ height: 100%;
5880
+ padding: var(--spacing-none, 0px);
5881
+ border-radius: var(--radius-xl, 12px);
5882
+ }
5883
+ .ScWorkspaceSwitchMobileV2_dp-currentWS {
5884
+ background: var(--alias-fill-neutral-neutralactive, #313131);
5885
+ }
5886
+ .ScWorkspaceSwitchMobileV2_dp-otherWS {
5887
+ background: var(--alias-fill-neutral-neutralselected, #242424);
5888
+ }
5889
+ .ScWorkspaceSwitchMobileV2_dpText {
5890
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5891
+ font-weight: var(--font-weight-font-weight-medium, 500);
5892
+ font-size: var(--font-size-font-size-md, 16px);
5893
+ line-height: var(--line-height-line-height-md, 24px);
5894
+ color: var(--alias-text-icons-primary, #f5f5f5);
5895
+ text-align: center;
5896
+ overflow: hidden;
5897
+ text-overflow: ellipsis;
5898
+ white-space: nowrap;
5899
+ }
5900
+ .ScWorkspaceSwitchMobileV2_textContainer {
5901
+ display: flex;
5902
+ flex-direction: column;
5903
+ flex: 1 0 0;
5904
+ gap: var(--spacing-xxs, 2px);
5905
+ padding: var(--spacing-md, 8px) 0;
5906
+ min-width: 0;
5907
+ }
5908
+ .ScWorkspaceSwitchMobileV2_wsName {
5909
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5910
+ font-weight: var(--font-weight-font-weight-medium, 500);
5911
+ font-size: 16px;
5912
+ line-height: var(--line-height-line-height-md, 24px);
5913
+ color: var(--alias-text-icons-primary, #f5f5f5);
5914
+ overflow: hidden;
5915
+ text-overflow: ellipsis;
5916
+ white-space: nowrap;
5917
+ margin: 0;
5918
+ width: 100%;
5919
+ }
5920
+ .ScWorkspaceSwitchMobileV2_userDetails {
5921
+ display: flex;
5922
+ align-items: center;
5923
+ gap: 0px;
5924
+ width: 100%;
5925
+ min-width: 0;
5926
+ }
5927
+ .ScWorkspaceSwitchMobileV2_roleText {
5928
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5929
+ font-weight: var(--font-weight-font-weight-medium, 500);
5930
+ font-size: var(--font-size-font-size-sm, 14px);
5931
+ line-height: var(--line-height-line-height-sm, 20px);
5932
+ color: var(--alias-text-icons-warning, #db8b00);
5933
+ white-space: nowrap;
5934
+ flex-shrink: 0;
5935
+ }
5936
+ .ScWorkspaceSwitchMobileV2_dot {
5937
+ width: 16px;
5938
+ height: 16px;
5939
+ display: flex;
5940
+ align-items: center;
5941
+ justify-content: center;
5942
+ flex-shrink: 0;
5943
+ position: relative;
5944
+ }
5945
+ .ScWorkspaceSwitchMobileV2_dot::after {
5946
+ content: "";
5947
+ width: 2.67px;
5948
+ height: 2.67px;
5949
+ border-radius: var(--radius-full, 999px);
5950
+ background: var(--alias-text-icons-disabled, #5c5c5c);
5951
+ }
5952
+ .ScWorkspaceSwitchMobileV2_planText {
5953
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5954
+ font-weight: var(--font-weight-font-weight-regular, 400);
5955
+ font-size: 14px;
5956
+ line-height: var(--line-height-line-height-sm, 20px);
5957
+ color: var(--alias-text-icons-tertiary, #9e9e9e);
5958
+ overflow: hidden;
5959
+ text-overflow: ellipsis;
5960
+ white-space: nowrap;
5961
+ flex-shrink: 0;
5962
+ }
5963
+ .ScWorkspaceSwitchMobileV2_ownerText {
5964
+ font-family: var(--font-family-font-family-body, "Inter", sans-serif);
5965
+ font-weight: var(--font-weight-font-weight-regular, 400);
5966
+ font-size: 14px;
5967
+ line-height: var(--line-height-line-height-sm, 20px);
5968
+ color: var(--alias-text-icons-tertiary, #9e9e9e);
5969
+ overflow: hidden;
5970
+ text-overflow: ellipsis;
5971
+ white-space: nowrap;
5972
+ flex: 1 0 0;
5973
+ min-width: 0;
5974
+ }