@powerhousedao/design-system 5.0.0-staging.18 → 5.0.0-staging.19

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/style.css CHANGED
@@ -4326,6 +4326,95 @@ input[type="number"] {
4326
4326
  cursor: pointer;
4327
4327
  }
4328
4328
  }
4329
+ .ph-default-styles h1 {
4330
+ font-family: "Inter", sans-serif;
4331
+ font-style: normal;
4332
+ font-weight: 600;
4333
+ font-size: 32px;
4334
+ line-height: 120%;
4335
+ color: #343839;
4336
+ }
4337
+ .ph-default-styles h2 {
4338
+ font-family: "Inter", sans-serif;
4339
+ font-style: normal;
4340
+ font-weight: 600;
4341
+ font-size: 24px;
4342
+ line-height: 120%;
4343
+ color: #343839;
4344
+ }
4345
+ .ph-default-styles h3 {
4346
+ font-family: "Inter", sans-serif;
4347
+ font-style: normal;
4348
+ font-weight: 600;
4349
+ font-size: 20px;
4350
+ line-height: 120%;
4351
+ color: #343839;
4352
+ }
4353
+ .ph-default-styles p {
4354
+ font-family: "Inter", sans-serif;
4355
+ font-style: normal;
4356
+ font-weight: 400;
4357
+ font-size: 16px;
4358
+ line-height: 120%;
4359
+ color: #343839;
4360
+ }
4361
+ .ph-default-styles small {
4362
+ font-family: "Inter", sans-serif;
4363
+ font-style: normal;
4364
+ font-weight: 400;
4365
+ font-size: 14px;
4366
+ line-height: 100%;
4367
+ color: #474d4e;
4368
+ }
4369
+ .ph-default-styles input[type="text"], .ph-default-styles input[type="email"], .ph-default-styles input[type="password"], .ph-default-styles input[type="search"], .ph-default-styles input[type="tel"], .ph-default-styles input[type="url"], .ph-default-styles input[type="number"], .ph-default-styles textarea {
4370
+ font-family: "Inter", sans-serif;
4371
+ font-size: 0.875rem;
4372
+ font-weight: 400;
4373
+ line-height: 1.25rem;
4374
+ color: #343839;
4375
+ background-color: #ffffff;
4376
+ border: 1px solid #ced4da;
4377
+ border-radius: 0.375rem;
4378
+ padding: 7px 0.75rem;
4379
+ width: 100%;
4380
+ box-sizing: border-box;
4381
+ margin-bottom: 10px;
4382
+ }
4383
+ .ph-default-styles textarea {
4384
+ min-height: 2.25rem;
4385
+ resize: vertical;
4386
+ }
4387
+ .ph-default-styles a {
4388
+ color: #007bff;
4389
+ text-decoration: none;
4390
+ }
4391
+ .ph-default-styles a:hover {
4392
+ text-decoration: underline;
4393
+ color: #0056b3;
4394
+ }
4395
+ .ph-default-styles a:focus {
4396
+ outline: 2px solid transparent;
4397
+ outline-offset: 2px;
4398
+ box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px rgba(0, 123, 255, 0.5);
4399
+ }
4400
+ .ph-default-styles ul, .ph-default-styles ol {
4401
+ padding-left: 0px;
4402
+ margin-top: 0;
4403
+ margin-bottom: 0;
4404
+ }
4405
+ .ph-default-styles label {
4406
+ display: block;
4407
+ font-family: "Inter", sans-serif;
4408
+ font-weight: 500;
4409
+ color: #343839;
4410
+ }
4411
+ .ph-default-styles hr {
4412
+ border: 0;
4413
+ height: 1px;
4414
+ background-color: #ced4da;
4415
+ margin-top: 1rem;
4416
+ margin-bottom: 1rem;
4417
+ }
4329
4418
  @layer base {
4330
4419
  * {
4331
4420
  scrollbar-color: initial;