@lightspeed/design-system-css 4.0.0 → 5.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. package/dist/index.css +0 -725
  2. package/dist/index.css.map +1 -1
  3. package/dist/vend-styles.css +0 -725
  4. package/package.json +1 -1
  5. package/src/vend.ui/components/vd-section/vd-section.scss +1 -1
  6. package/src/vend.ui/styles/global/_misc.scss +5 -2
  7. package/src/vend.ui/styles/global/_non-styles.scss +0 -7
  8. package/src/vend.ui/styles/vend-ui.scss +0 -10
  9. package/src/vend.ui/components/vd-nav-divider/vd-nav-divider.scss +0 -14
  10. package/src/vend.ui/components/vd-nav-item/vd-nav-item.scss +0 -30
  11. package/src/vend.ui/components/vd-sidebar/vd-sidebar-ns.scss +0 -23
  12. package/src/vend.ui/components/vd-sidebar/vd-sidebar.scss +0 -123
  13. package/src/vend.ui/components/vd-sidebar-drawer/vd-sidebar-drawer-ns.scss +0 -6
  14. package/src/vend.ui/components/vd-sidebar-drawer/vd-sidebar-drawer.scss +0 -92
  15. package/src/vend.ui/components/vd-sidebar-tabs/vd-sidebar-tabs-ns.scss +0 -24
  16. package/src/vend.ui/components/vd-sidebar-tabs/vd-sidebar-tabs.scss +0 -123
  17. package/src/vend.ui/components/vd-topbar/vd-topbar-ns.scss +0 -10
  18. package/src/vend.ui/components/vd-topbar/vd-topbar.scss +0 -53
  19. package/src/vend.ui/styles/navi/_non-styles.scss +0 -2
  20. package/src/vend.ui/styles/navi/_nv-account-banner.scss +0 -17
  21. package/src/vend.ui/styles/navi/_nv-notifications-item.scss +0 -15
  22. package/src/vend.ui/styles/navi/_nv-topnav-title.scss +0 -29
  23. package/src/vend.ui/styles/navi/_nv-topnav.scss +0 -121
  24. package/src/vend.ui/styles/navi/_nv-user-sale-data.scss +0 -14
  25. package/src/vend.ui/styles/navi/dialogs/_nv-dialog-drawer.scss +0 -44
  26. package/src/vend.ui/styles/navi/dialogs/_nv-notifications-dialog.scss +0 -85
  27. package/src/vend.ui/styles/navi/dialogs/_nv-user-dialog.scss +0 -44
  28. package/src/vend.ui/styles/navi/navi.scss +0 -11
  29. package/src/vend.ui/styles/navi/non-styles/_mixins.scss +0 -50
  30. package/src/vend.ui/styles/navi/non-styles/_variables.scss +0 -15
@@ -4128,44 +4128,6 @@ vd-dott,
4128
4128
  z-index: 410;
4129
4129
  }
4130
4130
 
4131
- .vd-nav-divider {
4132
- display: flex;
4133
- align-items: center;
4134
- justify-content: center;
4135
- height: 25px;
4136
- }
4137
- .vd-nav-divider::before {
4138
- content: "";
4139
- display: block;
4140
- height: 1px;
4141
- width: 20px;
4142
- background-color: var(--vd-colour--keyline);
4143
- }
4144
-
4145
- .vd-nav-item {
4146
- box-sizing: border-box;
4147
- height: 100%;
4148
- }
4149
-
4150
- .vd-nav-item-action {
4151
- display: flex;
4152
- align-items: center;
4153
- box-sizing: border-box;
4154
- width: 100%;
4155
- height: 100%;
4156
- color: inherit;
4157
- }
4158
- .vd-nav-item-action:active, .vd-nav-item-action:focus, .vd-nav-item-action:hover {
4159
- color: inherit;
4160
- }
4161
-
4162
- .vd-nav-item--disabled {
4163
- cursor: not-allowed;
4164
- }
4165
- .vd-nav-item--disabled .vd-nav-item-action {
4166
- pointer-events: none;
4167
- }
4168
-
4169
4131
  .vd-overlay {
4170
4132
  position: fixed;
4171
4133
  width: 100%;
@@ -5110,281 +5072,6 @@ vd-section .vd-section,
5110
5072
  margin-left: 0;
5111
5073
  }
5112
5074
 
5113
- .vd-sidebar:empty {
5114
- display: none;
5115
- }
5116
-
5117
- .vd-sidebar {
5118
- display: flex;
5119
- position: relative;
5120
- flex-shrink: 0;
5121
- height: calc(100% - 50px);
5122
- box-sizing: border-box;
5123
- font-family: lato, "Helvetica Neue", helvetica, roboto, arial, sans-serif;
5124
- line-height: normal;
5125
- max-width: 240px;
5126
- transform: translateX(0);
5127
- transition: transform 0.2s ease-in-out;
5128
- z-index: 200;
5129
- }
5130
- .vd-sidebar .vd-sidebar-modal-close {
5131
- display: none;
5132
- top: 10px;
5133
- right: -60px;
5134
- }
5135
- .vd-sidebar .vd-sidebar-tabs {
5136
- height: auto;
5137
- }
5138
- .vd-sidebar .vd-sidebar-drawer {
5139
- height: auto;
5140
- }
5141
- @media print {
5142
- .vd-sidebar {
5143
- display: none;
5144
- }
5145
- }
5146
- @media only screen and (max-width: 1200px) {
5147
- .vd-sidebar {
5148
- z-index: 302;
5149
- }
5150
- }
5151
-
5152
- .vd-sidebar-content {
5153
- background: linear-gradient(to right, var(--vd-colour--nav-side-tabs) 0, var(--vd-colour--nav-side-tabs) 64px, var(--vd-colour--nav-side-drawer) 64px, var(--vd-colour--nav-side-drawer) 176px);
5154
- width: auto;
5155
- overflow-y: auto;
5156
- overflow-x: hidden;
5157
- height: 100%;
5158
- display: flex;
5159
- }
5160
-
5161
- .vd-sidebar--pad-drawer {
5162
- padding-right: 176px;
5163
- }
5164
-
5165
- .nv-display-sidenav-modal .vd-sidebar {
5166
- z-index: 411;
5167
- }
5168
- .nv-display-sidenav-modal .vd-sidebar .vd-sidebar-modal-close {
5169
- display: flex;
5170
- }
5171
-
5172
- @media only screen and (max-width: 1200px) {
5173
- .vd-sidebar {
5174
- position: absolute;
5175
- left: 0;
5176
- height: 100%;
5177
- transform: translateX(calc(-100% - 1px));
5178
- }
5179
-
5180
- .nv-display-sidenav-modal .vd-sidebar {
5181
- transform: translateX(0);
5182
- }
5183
-
5184
- .vd-sidebar--pad-drawer {
5185
- padding-right: 0;
5186
- }
5187
- }
5188
- @media only screen and (min-width: 1201px) {
5189
- .vd-sidebar--no-drawer {
5190
- width: 64px;
5191
- }
5192
-
5193
- .nv-display-sidenav-modal .vd-sidebar--no-drawer .vd-sidebar-content {
5194
- position: absolute;
5195
- }
5196
- .nv-display-sidenav-modal .vd-sidebar--no-drawer .vd-sidebar-modal-close {
5197
- right: -236px;
5198
- }
5199
- }
5200
- @keyframes nv-sidebar-drawer-loader {
5201
- 0% {
5202
- background-color: rgba(var(--vd-colour--nav-side-tabs-rgb), 0.1);
5203
- }
5204
- 100% {
5205
- background-color: rgba(var(--vd-colour--nav-side-tabs-rgb), 1);
5206
- }
5207
- }
5208
- .vd-sidebar-drawer {
5209
- display: flex;
5210
- flex-direction: column;
5211
- flex-shrink: 0;
5212
- width: 176px;
5213
- height: 100%;
5214
- background-color: var(--vd-colour--nav-side-drawer);
5215
- border-right: 1px solid var(--vd-colour--background);
5216
- box-sizing: border-box;
5217
- padding-top: 15px;
5218
- padding-bottom: 15px;
5219
- }
5220
- .vd-sidebar-drawer .vd-nav-item {
5221
- width: 100%;
5222
- height: auto;
5223
- color: var(--vd-colour--text);
5224
- font-weight: 400;
5225
- }
5226
- .vd-sidebar-drawer .vd-nav-item:hover {
5227
- background: var(--vd-colour--go-highlight);
5228
- }
5229
- .vd-sidebar-drawer .vd-nav-item-action {
5230
- padding: 13px 22px;
5231
- }
5232
- .vd-sidebar-drawer .vd-nav-item--active {
5233
- position: relative;
5234
- }
5235
- .vd-sidebar-drawer .vd-nav-item--active::before {
5236
- content: "";
5237
- position: absolute;
5238
- top: 0;
5239
- bottom: 0;
5240
- right: 0;
5241
- width: 4px;
5242
- background-color: var(--vd-colour--go);
5243
- }
5244
- .vd-sidebar-drawer .vd-nav-item--active .vd-nav-item-action {
5245
- color: var(--vd-colour--go);
5246
- }
5247
- .vd-sidebar-drawer .vd-nav-item--pending {
5248
- color: var(--vd-colour--supplementary--text);
5249
- }
5250
- .vd-sidebar-drawer .vd-nav-item--disabled {
5251
- opacity: 0.35;
5252
- filter: grayscale(100%);
5253
- }
5254
- .vd-sidebar-drawer .vd-nav-item--disabled:hover {
5255
- background-color: inherit;
5256
- }
5257
- .vd-sidebar-drawer .vd-nav-item-label {
5258
- font-size: 15px;
5259
- }
5260
- .nv-tx-loading .vd-sidebar-drawer .vd-nav-item {
5261
- pointer-events: none;
5262
- }
5263
- .nv-tx-loading .vd-sidebar-drawer .vd-nav-item--active::before {
5264
- display: none;
5265
- }
5266
- .nv-tx-loading .vd-sidebar-drawer .vd-nav-item-label {
5267
- animation: nv-sidebar-drawer-loader 1s linear infinite alternate;
5268
- color: transparent;
5269
- display: block;
5270
- width: 100%;
5271
- height: 18px;
5272
- }
5273
- .nv-tx-loading .vd-sidebar-drawer .register-info {
5274
- margin: 0 auto;
5275
- animation: nv-sidebar-drawer-loader 1s linear infinite alternate;
5276
- }
5277
- .nv-tx-loading .vd-sidebar-drawer .register-info::before {
5278
- display: none;
5279
- }
5280
- .nv-tx-loading .vd-sidebar-drawer .register-info > * {
5281
- visibility: hidden;
5282
- }
5283
-
5284
- @keyframes nv-sidebar-tabs-loader {
5285
- 0% {
5286
- background-color: rgba(var(--vd-colour--background-rgb), 0.1);
5287
- }
5288
- 100% {
5289
- background-color: rgba(var(--vd-colour--background-rgb), 1);
5290
- }
5291
- }
5292
- .vd-sidebar-tabs {
5293
- display: flex;
5294
- flex-direction: column;
5295
- flex-shrink: 0;
5296
- z-index: 101;
5297
- box-sizing: border-box;
5298
- width: 64px;
5299
- height: 100%;
5300
- background-color: var(--vd-colour--nav-side-tabs);
5301
- font-size: 15px;
5302
- color: var(--vd-colour--text);
5303
- padding-top: 15px;
5304
- padding-bottom: 15px;
5305
- transition: width 200ms cubic-bezier(0.4, 0, 0.2, 1);
5306
- overflow: hidden;
5307
- }
5308
- .vd-sidebar-tabs.vd-sidebar-tabs--expanded {
5309
- width: 240px;
5310
- }
5311
- .vd-sidebar-tabs.vd-sidebar-tabs--expanded .vd-nav-item-action {
5312
- justify-content: start;
5313
- }
5314
- .vd-sidebar-tabs .vd-nav-item {
5315
- flex-shrink: 0;
5316
- height: 44px;
5317
- transition: width 200ms cubic-bezier(0.4, 0, 0.2, 1);
5318
- }
5319
- .vd-sidebar-tabs .vd-nav-item:hover {
5320
- background: var(--vd-colour--background);
5321
- }
5322
- .vd-sidebar-tabs .vd-nav-item--pending {
5323
- background: var(--vd-colour--background);
5324
- }
5325
- .vd-sidebar-tabs .vd-nav-item--disabled {
5326
- opacity: 0.35;
5327
- filter: grayscale(100%);
5328
- }
5329
- .vd-sidebar-tabs .vd-nav-item--disabled:hover {
5330
- background-color: inherit;
5331
- }
5332
- .vd-sidebar-tabs .vd-nav-item--active {
5333
- color: var(--vd-colour--do);
5334
- background: var(--vd-colour--box);
5335
- }
5336
- .vd-sidebar-tabs .vd-nav-item--active.vd-nav-item--no-children {
5337
- position: relative;
5338
- }
5339
- .vd-sidebar-tabs .vd-nav-item--active.vd-nav-item--no-children::before {
5340
- content: "";
5341
- position: absolute;
5342
- top: 0;
5343
- bottom: 0;
5344
- right: 0;
5345
- width: 4px;
5346
- background-color: var(--vd-colour--go);
5347
- }
5348
- .vd-sidebar-tabs .vd-nav-item-action {
5349
- flex-direction: row;
5350
- position: relative;
5351
- justify-content: start;
5352
- }
5353
- .vd-sidebar-tabs .vd-nav-item-label {
5354
- white-space: nowrap;
5355
- }
5356
- .vd-sidebar-tabs .vd-nav-item-icon {
5357
- flex-shrink: 0;
5358
- text-align: center;
5359
- font-size: 20px;
5360
- min-width: 20px;
5361
- padding-left: 22px;
5362
- padding-right: 22px;
5363
- transition: padding-right 200ms cubic-bezier(0.4, 0, 0.2, 1);
5364
- }
5365
- .vd-sidebar-tabs .vd-nav-divider {
5366
- padding-left: 22px;
5367
- justify-content: flex-start;
5368
- }
5369
- .nv-tx-loading .vd-sidebar-tabs .vd-nav-item {
5370
- pointer-events: none;
5371
- }
5372
- .nv-tx-loading .vd-sidebar-tabs .vd-nav-item--active {
5373
- color: var(--vd-colour--text);
5374
- }
5375
- .nv-tx-loading .vd-sidebar-tabs .vd-nav-item--active::before {
5376
- display: none;
5377
- }
5378
- .nv-tx-loading .vd-sidebar-tabs .vd-nav-item-label {
5379
- animation: nv-sidebar-tabs-loader 1s linear infinite alternate;
5380
- width: 50%;
5381
- height: 18px;
5382
- color: transparent;
5383
- }
5384
- .nv-tx-loading .vd-sidebar-tabs .vd-sidebar-expander {
5385
- display: none;
5386
- }
5387
-
5388
5075
  .vd-splash-fullscreen-container {
5389
5076
  border: 20px solid var(--vd-colour--overlay);
5390
5077
  box-sizing: border-box;
@@ -6090,47 +5777,6 @@ table {
6090
5777
  border-color: var(--vd-colour--framing-inverse);
6091
5778
  }
6092
5779
 
6093
- .vd-topbar {
6094
- display: flex;
6095
- align-items: center;
6096
- justify-content: space-between;
6097
- flex: 1 100%;
6098
- height: 50px;
6099
- box-sizing: border-box;
6100
- background-color: var(--vd-colour--nav-top);
6101
- font-family: lato, "Helvetica Neue", helvetica, roboto, arial, sans-serif;
6102
- font-size: 15px;
6103
- line-height: normal;
6104
- color: var(--vd-colour--text-nav);
6105
- }
6106
- .vd-topbar .vd-nav-item-action {
6107
- padding: 0 20px;
6108
- opacity: 0.5;
6109
- }
6110
- .vd-topbar .vd-nav-item-action:hover {
6111
- opacity: 1;
6112
- }
6113
- .vd-topbar .vd-nav-item-icon + .vd-nav-item-label {
6114
- margin-left: 10px;
6115
- }
6116
- .vd-topbar .vd-nav-item-label {
6117
- max-width: 150px;
6118
- white-space: nowrap;
6119
- text-overflow: ellipsis;
6120
- overflow: hidden;
6121
- }
6122
- .vd-topbar .vd-logo-container {
6123
- display: flex;
6124
- height: 100%;
6125
- }
6126
- .vd-topbar .vd-logo {
6127
- padding-left: 23px;
6128
- }
6129
- .nv-tx-loading .vd-topbar .nv-topnav-header--mobile,
6130
- .nv-tx-loading .vd-topbar .nv-topnav-content {
6131
- visibility: hidden;
6132
- }
6133
-
6134
5780
  @media only screen and (max-width: 480px) {
6135
5781
  .vd-show-mobile {
6136
5782
  display: block !important;
@@ -7001,377 +6647,6 @@ td.vd-hide-print {
7001
6647
  padding: 40px !important;
7002
6648
  }
7003
6649
 
7004
- .nv-topnav-container {
7005
- width: 100%;
7006
- }
7007
-
7008
- .nv-topnav-container--hidden {
7009
- display: none;
7010
- }
7011
-
7012
- .nv-topnav {
7013
- position: relative;
7014
- width: 100%;
7015
- z-index: 1;
7016
- }
7017
- @media print {
7018
- .nv-topnav {
7019
- display: none;
7020
- }
7021
- }
7022
-
7023
- .nv-topnav-title--banner {
7024
- justify-content: center;
7025
- flex: 1;
7026
- }
7027
- @media only screen and (max-width: 480px) {
7028
- .nv-topnav-title--banner {
7029
- flex: initial;
7030
- }
7031
- }
7032
-
7033
- .nv-topnav-header {
7034
- min-width: 0;
7035
- flex: 1;
7036
- }
7037
- @media only screen and (max-width: 480px) {
7038
- .nv-topnav-header.nv-topnav-header--mobile {
7039
- flex: initial;
7040
- }
7041
- }
7042
- .nv-topnav-header .vd-nav-item-label {
7043
- font-size: 15px;
7044
- font-weight: 700;
7045
- max-width: none;
7046
- }
7047
- .nv-topnav-header .vd-nav-item-action {
7048
- display: inline-flex;
7049
- width: auto;
7050
- max-width: 100%;
7051
- }
7052
- .nv-topnav-header .vd-nav-item-icon {
7053
- font-size: 42px;
7054
- }
7055
- .nv-topnav-header.vd-nav-item--disabled .vd-nav-item-action {
7056
- opacity: 1;
7057
- }
7058
- .nv-topnav-header.vd-nav-item--disabled .vd-nav-item-icon {
7059
- opacity: 0.5;
7060
- }
7061
- .nv-topnav-header.nv-topnav-header--mobile {
7062
- display: none;
7063
- }
7064
-
7065
- .nv-topnav-content {
7066
- display: flex;
7067
- align-items: center;
7068
- justify-content: flex-end;
7069
- height: 100%;
7070
- align-self: flex-end;
7071
- margin-left: auto;
7072
- flex: 1;
7073
- }
7074
- @media only screen and (max-width: 480px) {
7075
- .nv-topnav-content {
7076
- flex: initial;
7077
- }
7078
- }
7079
-
7080
- .nv-topnav--offline {
7081
- background: repeating-linear-gradient(-60deg, #727d85, #727d85 15px, #7a858d 15px, #7a858d 30px);
7082
- }
7083
-
7084
- .nv-topnav--training {
7085
- background: repeating-linear-gradient(-60deg, #0584da, #0584da 15px, #058de9 15px, #058de9 30px);
7086
- }
7087
-
7088
- @media only screen and (max-width: 1200px) {
7089
- .nv-topnav-header {
7090
- display: none;
7091
- }
7092
- .nv-topnav-header.nv-topnav-header--mobile {
7093
- display: flex;
7094
- position: relative;
7095
- }
7096
- .nv-topnav-header.nv-topnav-header--mobile::after {
7097
- content: "";
7098
- transform: scale(0);
7099
- opacity: 1;
7100
- position: absolute;
7101
- height: 10px;
7102
- width: 10px;
7103
- box-sizing: content-box;
7104
- background-color: var(--vd-colour--no);
7105
- border: 3px solid var(--vd-colour--nav-top);
7106
- border-radius: 50%;
7107
- transition: transform 0.2s ease 0s;
7108
- pointer-events: none;
7109
- left: 33px;
7110
- top: 10px;
7111
- }
7112
- .nv-topnav--offline .nv-topnav-header.nv-topnav-header--mobile::after {
7113
- border-color: #7a858d;
7114
- }
7115
- .nv-topnav--training .nv-topnav-header.nv-topnav-header--mobile::after {
7116
- border-color: #058de9;
7117
- }
7118
- .nv-topnav-header.nv-topnav-header--mobile.nv-topnav-header--nav-error::after {
7119
- transform: scale(1);
7120
- }
7121
- .nv-topnav-header.nv-topnav-header--mobile .vd-nav-item-icon {
7122
- font-size: 24px;
7123
- }
7124
- }
7125
- .nv-topnav-title {
7126
- display: flex;
7127
- align-items: center;
7128
- height: 100%;
7129
- flex-shrink: 0;
7130
- font-size: 15px;
7131
- font-weight: 700;
7132
- }
7133
- .nv-tx-loading .nv-topnav-title {
7134
- display: none;
7135
- }
7136
-
7137
- .nv-topnav-title-shorthand {
7138
- display: none;
7139
- }
7140
-
7141
- @media only screen and (max-width: 1000px) {
7142
- .nv-topnav-title-shorthand {
7143
- display: inline;
7144
- }
7145
-
7146
- .nv-topnav-title-full {
7147
- display: none;
7148
- }
7149
- }
7150
- .nv-account-banner {
7151
- display: block;
7152
- }
7153
- .nv-account-banner .vd-banner-content {
7154
- display: inline-flex;
7155
- }
7156
- .nv-tx-loading .nv-account-banner {
7157
- display: none;
7158
- }
7159
-
7160
- .nv-account-banner-action {
7161
- flex-shrink: 0;
7162
- margin-left: 24px;
7163
- }
7164
-
7165
- .nv-notifications-item {
7166
- position: relative;
7167
- }
7168
- .nv-notifications-item::after {
7169
- content: "";
7170
- transform: scale(0);
7171
- opacity: 1;
7172
- position: absolute;
7173
- height: 10px;
7174
- width: 10px;
7175
- box-sizing: content-box;
7176
- background-color: var(--vd-colour--do);
7177
- border: 3px solid var(--vd-colour--nav-top);
7178
- border-radius: 50%;
7179
- transition: transform 0.2s ease 0s;
7180
- pointer-events: none;
7181
- top: 15px;
7182
- right: 12px;
7183
- transform: scale(0);
7184
- }
7185
- .nv-topnav--offline .nv-notifications-item::after {
7186
- border-color: #7a858d;
7187
- }
7188
- .nv-topnav--training .nv-notifications-item::after {
7189
- border-color: #058de9;
7190
- }
7191
-
7192
- .nv-notifications-item--active::after {
7193
- transform: scale(1);
7194
- }
7195
-
7196
- .nv-user-sale-data-header {
7197
- display: flex;
7198
- justify-content: space-between;
7199
- }
7200
-
7201
- .nv-user-sale-data-heading {
7202
- font-weight: 700;
7203
- }
7204
-
7205
- .nv-user-sale-data-total {
7206
- font-size: 18px;
7207
- font-weight: 700;
7208
- text-align: right;
7209
- }
7210
-
7211
- .nv-dialog-drawer-top-banner {
7212
- background: var(--vd-colour--nav-top);
7213
- height: 50px;
7214
- padding: 0;
7215
- color: var(--vd-colour--text-nav);
7216
- display: flex;
7217
- align-items: center;
7218
- justify-content: center;
7219
- flex-shrink: 0;
7220
- font-family: lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
7221
- font-size: 18px;
7222
- }
7223
-
7224
- .nv-dialog-drawer-main {
7225
- display: flex;
7226
- flex-direction: column;
7227
- flex: 1;
7228
- font-family: lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
7229
- }
7230
-
7231
- .nv-dialog-drawer-highlight-icon {
7232
- color: var(--vd-colour--supplementary--text);
7233
- text-align: center;
7234
- font-size: 32px;
7235
- display: block;
7236
- }
7237
-
7238
- .nv-dialog-drawer-content {
7239
- display: flex;
7240
- flex-direction: column;
7241
- flex: 1;
7242
- overflow: auto;
7243
- }
7244
-
7245
- .nv-dialog-drawer-container {
7246
- display: flex;
7247
- flex-direction: column;
7248
- height: 100%;
7249
- }
7250
-
7251
- .nv-dialog-drawer-footer {
7252
- background: var(--vd-colour--background);
7253
- }
7254
-
7255
- .nv-notifications--retrieving {
7256
- text-align: center;
7257
- margin-top: 20px;
7258
- }
7259
-
7260
- .nv-notifications-list {
7261
- list-style: none;
7262
- padding: 0;
7263
- margin: 0;
7264
- max-height: calc(100vh - 50px);
7265
- }
7266
-
7267
- .nv-notifications-list-item {
7268
- padding: 20px;
7269
- padding-left: 40px;
7270
- font-size: 15px;
7271
- border-bottom: 1px solid var(--vd-colour--framing);
7272
- line-height: 18px;
7273
- flex-shrink: 0;
7274
- }
7275
- .nv-notifications-list-item.nv-notifications-list-item--read {
7276
- background-color: var(--vd-colour--box);
7277
- }
7278
- .nv-notifications-list-item.nv-notifications-list-item--unread {
7279
- background-color: var(--vd-colour--background);
7280
- }
7281
-
7282
- .nv-notifications-list-item-about {
7283
- position: relative;
7284
- word-wrap: break-word;
7285
- }
7286
- .nv-notifications-list-item-about:before {
7287
- content: "";
7288
- width: 8px;
7289
- height: 8px;
7290
- box-sizing: content-box;
7291
- color: var(--vd-colour--keyline);
7292
- border: 1px solid currentColor;
7293
- background-color: currentColor;
7294
- border-radius: 50%;
7295
- display: block;
7296
- position: absolute;
7297
- top: 10px;
7298
- left: -20px;
7299
- }
7300
- .nv-notifications-list-item--read .nv-notifications-list-item-about:before {
7301
- background-color: transparent;
7302
- }
7303
- .nv-notifications-list-item--unread .nv-notifications-list-item-about:before {
7304
- color: var(--vd-colour--do);
7305
- }
7306
-
7307
- .nv-notifications-list-item-action {
7308
- font-size: 15px;
7309
- margin-top: 20px;
7310
- display: inline-block;
7311
- }
7312
-
7313
- .nv-notifications-message-header {
7314
- font-size: 18px;
7315
- }
7316
-
7317
- .nv-notifications-message-img {
7318
- max-width: 100%;
7319
- }
7320
-
7321
- .nv-dialog-drawer-content--empty {
7322
- padding: 20px;
7323
- justify-content: center;
7324
- align-items: center;
7325
- }
7326
- @media only screen and (max-height: 500px) {
7327
- .nv-dialog-drawer-content--empty {
7328
- justify-content: flex-start;
7329
- }
7330
- }
7331
-
7332
- .nv-user-switch-button {
7333
- width: 100%;
7334
- margin: 0;
7335
- transform: translateY(-50%);
7336
- }
7337
-
7338
- .nv-user-dialog-current-user {
7339
- background: var(--vd-colour--background);
7340
- color: var(--vd-colour--text);
7341
- border-bottom: 1px solid var(--vd-colour--keyline);
7342
- line-height: initial;
7343
- }
7344
-
7345
- .nv-user-dialog-current-user--with-switch-user-button {
7346
- padding-top: 0;
7347
- }
7348
-
7349
- .nv-user-display-name {
7350
- overflow: hidden;
7351
- text-overflow: ellipsis;
7352
- width: 100%;
7353
- }
7354
-
7355
- .nv-user-account-type {
7356
- text-transform: capitalize;
7357
- margin-right: 10px;
7358
- font-weight: 700;
7359
- }
7360
-
7361
- .nv-user-account-email {
7362
- word-wrap: break-word;
7363
- overflow: hidden;
7364
- color: var(--vd-colour--text);
7365
- }
7366
-
7367
- .nv-user-dialog-outlet-info {
7368
- font-weight: 700;
7369
- }
7370
-
7371
- .nv-user-dialog-content-section {
7372
- border-bottom: 1px solid var(--vd-colour--keyline);
7373
- }
7374
-
7375
6650
  .vd-flex--settings-explanation {
7376
6651
  min-width: 240px;
7377
6652
  padding-right: 40px;