@lightspeed/design-system-css 3.0.2 → 5.0.0

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