@oslokommune/punkt-css 5.1.18 → 5.2.0
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/CHANGELOG.md +73 -0
- package/dist/css/components/alert.css +3 -3
- package/dist/css/components/alert.min.css +1 -1
- package/dist/css/components/backlink.css +1 -1
- package/dist/css/components/backlink.min.css +1 -1
- package/dist/css/components/footer.css +3 -3
- package/dist/css/components/footer.min.css +1 -1
- package/dist/css/components/header.css +4 -4
- package/dist/css/components/header.min.css +1 -1
- package/dist/css/components/linkcard.css +2 -2
- package/dist/css/components/linkcard.min.css +1 -1
- package/dist/css/components/messagebox.css +2 -2
- package/dist/css/components/messagebox.min.css +1 -1
- package/dist/css/components/tag.css +4 -4
- package/dist/css/components/tag.min.css +1 -1
- package/dist/css/components/textinput.css +304 -0
- package/dist/css/components/textinput.min.css +1 -0
- package/dist/css/pkt-base.css +2 -2
- package/dist/css/pkt-base.min.css +1 -1
- package/dist/css/pkt-components.css +324 -19
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-elements.css +5 -5
- package/dist/css/pkt-elements.min.css +1 -1
- package/dist/css/pkt.css +331 -26
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/abstracts/mixins/_typography.scss +12 -21
- package/dist/scss/abstracts/variables/_typography.scss +69 -131
- package/dist/scss/base/_typography.scss +1 -1
- package/dist/scss/components/_index.scss +1 -0
- package/dist/scss/components/_textinput.scss +365 -0
- package/dist/scss/elements/_checkbox-radio.scss +1 -1
- package/dist/scss/elements/_select.scss +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
.pkt-btn--icon-only .pkt-btn__text{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;margin:-1px !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.pkt-btn{--btn-link-bg: var(--color-blue-dark);--btn-link-bc: var(--color-blue-dark);--btn-link-txt: var(--color-white);--btn-focus-bg: var(--color-active);--btn-focus-bc: var(--color-active);--btn-focus-txt: var(--color-white);--btn-focus-outline: var(--color-focus);--btn-hover-bg: var(--color-active);--btn-hover-bc: var(--color-active);--btn-hover-txt: var(--color-white);--btn-active-bg: var(--color-active);--btn-active-bc: var(--color-active);--btn-active-txt: var(--color-white);--btn-disabled-bg: var(--color-gray);--btn-disabled-bc: var(--color-gray);--btn-disabled-txt: var(--color-disabled)}[data-mode=dark] .pkt-btn{--btn-link-bg: var(--color-blue-light);--btn-link-bc: var(--color-blue-light);--btn-link-txt: var(--color-blue-dark);--btn-focus-bg: var(--color-blue);--btn-focus-bc: var(--color-blue);--btn-focus-txt: var(--color-blue-dark);--btn-focus-outline: var(--color-focus);--btn-hover-bg: var(--color-blue);--btn-hover-bc: var(--color-blue);--btn-hover-txt: var(--color-blue-dark);--btn-active-bg: var(--color-blue);--btn-active-bc: var(--color-blue);--btn-active-txt: var(--color-blue-dark);--btn-disabled-bg: var(--color-gray);--btn-disabled-bc: var(--color-gray);--btn-disabled-txt: var(--color-disabled)}.pkt-btn--secondary{--btn-link-bg: var(--color-transparent);--btn-link-txt: var(--color-blue-dark);--btn-focus-bg: var(--color-transparent);--btn-focus-txt: var(--color-active)}[data-mode=dark] .pkt-btn--secondary{--btn-link-bg: var(--color-transparent);--btn-link-bc: var(--color-white);--btn-link-txt: var(--color-white);--btn-focus-bg: var(--color-transparent);--btn-focus-bc: var(--color-active-light);--btn-focus-txt: var(--color-active-light);--btn-hover-bg: var(--color-active-light);--btn-hover-bc: var(--color-active-light);--btn-active-bg: var(--color-active-light);--btn-active-bc: var(--color-active-light)}.pkt-btn--tertiary{--btn-link-bg: var(--color-transparent);--btn-link-bc: var(--color-transparent);--btn-link-txt: var(--color-blue-dark);--btn-focus-bg: var(--color-gray);--btn-focus-txt: var(--color-active);--btn-hover-bg: var(--color-gray);--btn-hover-bc: var(--color-gray);--btn-hover-txt: var(--color-active);--btn-disabled-bg: var(--color-transparent);--btn-disabled-bc: var(--color-transparent)}[data-mode=dark] .pkt-btn--tertiary{--btn-link-bg: var(--color-transparent);--btn-link-bc: var(--color-transparent);--btn-link-txt: var(--color-white);--btn-focus-bg: var(--color-blue-5);--btn-focus-bc: var(--color-active);--btn-hover-bg: var(--color-blue-5);--btn-hover-bc: var(--color-blue-5);--btn-active-bg: var(--color-blue-dark-10);--btn-active-bc: var(--color-transparent);--btn-disabled-bg: var(--color-transparent);--btn-disabled-bc: var(--color-transparent)}.pkt-btn{border-radius:0;cursor:pointer;display:inline-flex;font-family:inherit;font-weight:normal;position:relative;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;vertical-align:top;background-color:var(--btn-link-bg);border:2px solid var(--btn-link-bc);color:var(--btn-link-txt);text-decoration:none;text-decoration-thickness:1px;text-underline-offset:.3em;text-align:left;align-items:center;column-gap:.5rem;font-size:1.125rem;font-weight:500;letter-spacing:-0.2px;line-height:1.5em;height:3rem;line-height:1.1;padding:0 1rem}.pkt-btn[class*=pkt-btn--icon]>.pkt-btn__icon{display:flex}.pkt-btn__icon{--fg-color: currentColor;display:none;flex-shrink:0}.pkt-btn:link,.pkt-btn:visited{color:var(--btn-link-txt)}a.pkt-btn:focus,.pkt-btn:enabled:focus,.pkt-btn.pkt-btn--focus{background-color:var(--btn-focus-bg);color:var(--btn-focus-txt);border-color:var(--btn-focus-bc);outline:4px solid var(--btn-focus-outline);text-decoration:none}a.pkt-btn:hover,.pkt-btn:enabled:hover,.pkt-btn.pkt-btn--hover{background-color:var(--btn-hover-bg);border-color:var(--btn-hover-bc);color:var(--btn-hover-txt);outline:0;text-decoration:underline}a.pkt-btn:active,.pkt-btn:enabled:active,.pkt-btn.pkt-btn--active,.pkt-btn.pkt-btn--active:hover{background-color:var(--btn-active-bg);border-color:var(--btn-active-bc);color:var(--btn-active-txt);outline:0;text-decoration:none}.pkt-btn:disabled{background-color:var(--btn-disabled-bg);border-color:var(--btn-disabled-bc);color:var(--btn-disabled-txt);cursor:inherit}.pkt-btn--small{font-size:.875rem;font-weight:500;letter-spacing:-0.2px;line-height:1.5em;height:2.625rem;line-height:1.1;padding:0 .5rem}.pkt-btn--small .pkt-btn__icon{height:1.25rem;width:1.25rem}.pkt-btn--small.pkt-btn--icon-only{padding:0 .5625rem}.pkt-btn__icon{height:1.5rem;width:1.5rem}.pkt-btn--label-only .pkt-btn__icon{display:none}.pkt-btn--icon-left{flex-direction:row}.pkt-btn--icon-right{flex-direction:row-reverse}.pkt-btn--icons-right-and-left{flex-direction:row}.pkt-btn--icon-only{padding:0 .625rem}.pkt-btn--large{font-size:1.5rem;font-weight:500;letter-spacing:-0.2px;line-height:1.5em;height:4rem;line-height:1.1;padding:0 1rem}.pkt-btn--large .pkt-btn__icon{height:2rem;width:2rem}.pkt-btn--large.pkt-btn--icon-only{padding:0 .875rem}.pkt-btn::-moz-focus-inner{border:0}@keyframes enter{from{transform:scaleY(0)}to{transform:scaleY(1)}}.pkt-form-group{margin-bottom:1.5rem}.pkt-form-group:focus-within{color:var(--color-active)}.pkt-form-label{width:100%}.pkt-form-help{margin:.25em 0;font-size:.875rem;line-height:1.25em;opacity:.9}.pkt-form-validation{animation:enter .2s ease-in forwards;background-color:var(--color-red);border:2px solid var(--color-red);font-size:.875rem;line-height:2rem;margin:1rem 0 0;padding:.4375rem .5rem;transform-origin:0 0}.pkt-form-validation--warning{background-color:var(--color-yellow);border-color:var(--color-yellow)}.pkt-form-validation--error{background-color:var(--color-red);border-color:var(--color-red)}.pkt-form-input,.pkt-form-textarea{appearance:none;background-clip:padding-box;background-color:var(--color-white);border:2px solid var(--color-blue-dark);border-radius:0;color:var(--color-blue-dark);display:block;font-size:1rem;font-weight:400;line-height:2rem;margin:0;padding:.4375rem .5rem;position:relative;width:100%}.pkt-form-input:focus,.pkt-form-textarea:focus{background-color:var(--color-white);border-color:var(--color-active);box-shadow:0 0 var(--color-active);color:var(--color-active);outline:2px solid var(--color-active)}.pkt-form-input::placeholder,.pkt-form-textarea::placeholder{color:var(--color-grayscale-30);opacity:1}.pkt-form-input+.pkt-form-validation,.pkt-form-textarea+.pkt-form-validation{display:none}.pkt-form-input:not(:placeholder-shown):invalid,.pkt-form-textarea:not(:placeholder-shown):invalid{border-color:var(--color-red)}.pkt-form-input:not(:placeholder-shown):invalid+.pkt-form-validation,.pkt-form-textarea:not(:placeholder-shown):invalid+.pkt-form-validation{display:inherit}.pkt-form-input:disabled,.pkt-form-input[readonly],.pkt-form-textarea:disabled,.pkt-form-textarea[readonly]{background-color:var(--color-gray);border-color:var(--color-grayscale-30);color:var(--color-grayscale-30);cursor:inherit}.pkt-form-check-input{--choice-norm-bg: var(--color-white);--choice-norm-bc: var(--color-blue-dark);--choice-hover-bg: var(--color-white);--choice-hover-bc: var(--color-active);--choice-focus-bg: var(--color-white);--choice-focus-bc: var(--color-active);--choice-focus-ol: var(--color-focus);--choice-active-bg: var(--color-active);--choice-active-bc: var(--color-active);--choice-active-ol: var(--color-active);--choice-checked-rb-bg: var(--color-white);--choice-checked-rb-bc: var(--color-active);--choice-checked-cb-bg: var(--color-active);--choice-checked-cb-bc: var(--color-active);--choice-disabled-bg: var(--color-white);--choice-disabled-bc: var(--color-grayscale-30);--choice-disabled-txt: var(--color-grayscale-30);--choice-disabled-checked-bg: var(--color-grayscale-30);--choice-disabled-checked-bc: var(--color-grayscale-30);appearance:none;background-color:var(--choice-norm-bg);background-repeat:no-repeat;background-position:center;background-size:contain;border:2px solid var(--choice-norm-bc);display:inline-block;margin:.125rem .25rem 0 0;width:1.25rem;height:1.25rem;transition:all .3s ease-out;vertical-align:top}.pkt-form-check-input[type=checkbox]{border-radius:0}.pkt-form-check-input[type=radio]{border-radius:50%}.pkt-form-check-input:hover{background-color:var(--choice-hover-bg);border-color:var(--choice-hover-bc)}.pkt-form-check-input:focus{background-color:var(--choice-focus-bg);border-color:var(--choice-focus-bc);outline:2px solid var(--choice-focus-ol)}.pkt-form-check-input:active{background-color:var(--choice-active-bg);border-color:var(--choice-active-bc);outline:6px solid var(--choice-active-ol)}.pkt-form-check-input:checked[type=radio]{background-color:var(--choice-checked-rb-bg);border:6px solid var(--choice-checked-rb-bc)}.pkt-form-check-input:checked[type=checkbox]{--svg: url(https://punkt-cdn.oslo.kommune.no/5.1/icons/check-medium.svg);position:relative;background-color:blue}.pkt-form-check-input:checked[type=checkbox]::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:blue;z-index:-1}.pkt-form-check-input:checked[type=checkbox]:checked::before{background-color:blue}.pkt-form-check-input:checked[type=checkbox]::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:24px;height:24px;background-image:var(--svg);background-repeat:no-repeat;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(105%) contrast(101%)}.pkt-form-check-input:disabled{background-color:var(--choice-disabled-bg);border-color:var(--choice-disabled-bc);cursor:not-allowed}.pkt-form-check-input:disabled:checked[type=checkbox]{background-color:var(--choice-disabled-checked-bg);border-color:var(--choice-disabled-checked-bc)}.pkt-form-check-input:disabled~.pkt-form-label{color:var(--choice-disabled-txt);cursor:not-allowed}[data-mode=dark] .pkt-form-check-input{--choice-norm-bg: var(--color-blue-dark);--choice-norm-bc: var(--color-blue-light);--choice-hover-bg: var(--color-white);--choice-hover-bc: var(--color-active-light);--choice-focus-bg: var(--color-white);--choice-focus-bc: var(--color-active-light);--choice-focus-ol: var(--color-hover);--choice-active-bg: var(--color-active-light);--choice-active-bc: var(--color-active-light);--choice-active-ol: var(--color-active-light);--choice-checked-rb-bg: var(--color-white);--choice-checked-rb-bc: var(--color-active-light);--choice-checked-cb-bg: var(--color-active-light);--choice-checked-cb-bc: var(--color-active-light);--choice-disabled-bg: var(--color-gray-dark);--choice-disabled-bc: var(--color-grayscale-30);--choice-disabled-txt: var(--color-disabled);--choice-disabled-checked-bg: var(--color-grayscale-30);--choice-disabled-checked-bc: var(--color-grayscale-30)}.pkt-hr{border:0;border-top:1px solid var(--color-grayscale-20)}.img-fluid{max-width:100%;height:auto}.img-round{border-radius:50%;overflow:hidden;object-fit:cover}.figure{display:inline-block}.pkt-list{display:grid;grid-template-columns:auto;grid-template-rows:auto;list-style:none;padding:0;position:relative;row-gap:1.5rem}@media screen and (min-width: 48rem){.pkt-list.two-cols-tablet-up{column-gap:1.5rem;grid-template-columns:1fr 1fr;grid-template-rows:auto}}@media screen and (min-width: 80rem){.pkt-list.three-cols-laptop-up{column-gap:1.5rem;grid-template-columns:1fr 1fr 1fr}}.pkt-list li>a{display:grid;grid-template-columns:2rem auto;column-gap:1rem}.pkt-dl,.pkt-dl--narrow{display:flex;flex-direction:column}@supports(display: grid){.pkt-dl,.pkt-dl--narrow{display:grid;flex-direction:column;grid-template-columns:1fr;margin:.5rem 0}}@media screen and (min-width: 48rem){.pkt-dl{grid-template-columns:minmax(9rem, auto) 1fr;border-bottom:0}}.pkt-dt{padding:.5em 0 0;font-size:.875rem;border-bottom:none}@media screen and (min-width: 48rem){.pkt-dt{font-size:inherit}}.pkt-dl--narrow>.pkt-dt{padding:.5em 0 0;font-size:.875rem;border-bottom:none}.pkt-dd{padding:0 0 .5em;font-weight:500;border-bottom:1px solid rgba(0,0,0,.15)}@media screen and (min-width: 48rem){.pkt-dd{border-bottom:1px solid rgba(0,0,0,.15)}@supports(display: grid){.pkt-dd{padding:.25em 0 .25em 1.25em;border-bottom:0}}}.pkt-dl--narrow>.pkt-dd{padding:0 0 .5em;font-weight:500;border-bottom:1px solid rgba(0,0,0,.15)}.pkt-section{margin:1rem 0}.pkt-section--dark{margin:1rem 0;padding:.75rem;background-color:#2a2859;color:#fff}@media screen and (min-width: 35.938rem){.pkt-section--dark{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--dark{padding:1.5rem}}.pkt-section--dark a.pkt-btn--ter{color:#fff}.pkt-section--danger{margin:1rem 0;padding:.75rem;background-color:#ff8274;color:#000}@media screen and (min-width: 35.938rem){.pkt-section--danger{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--danger{padding:1.5rem}}.pkt-section--danger a.pkt-btn--ter{color:#000}.pkt-section--grey{margin:1rem 0;padding:.75rem;background-color:#f2f2f2}@media screen and (min-width: 35.938rem){.pkt-section--grey{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--grey{padding:1.5rem}}.pkt-section--success{margin:1rem 0;padding:.75rem;background-color:#43f8b6;color:#000}@media screen and (min-width: 35.938rem){.pkt-section--success{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--success{padding:1.5rem}}.pkt-section--success a.pkt-btn--ter{color:#000}.pkt-section--warning{margin:1rem 0;padding:.75rem;background-color:#f9c66b}@media screen and (min-width: 35.938rem){.pkt-section--warning{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--warning{padding:1.5rem}}.pkt-section--info{margin:1rem 0;padding:.75rem;background-color:#b3f5ff}@media screen and (min-width: 35.938rem){.pkt-section--info{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--info{padding:1.5rem}}.pkt-section--info a.pkt-btn--ter{color:#000}.pkt-section--frame{margin:1rem 0;padding:.75rem;background-color:#fff;border:1px solid}@media screen and (min-width: 35.938rem){.pkt-section--frame{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--frame{padding:1.5rem}}[class*=ok-section-]>[class^=ok-title-]{margin-top:0}.pkt-section--margin-top{margin-top:2.5rem}.pkt-select{--svg: url(https://punkt-cdn.oslo.kommune.no/5.1/icons/chevron-thin-down.svg);display:block;background-color:var(--color-white);background-image:var(--svg);background-repeat:no-repeat;background-position:right .7rem top 50%;background-size:2rem auto,100%;border:2px solid var(--color-blue-dark);border-radius:0;color:var(--color-blue-dark);font-family:inherit;font-size:1rem;font-weight:normal;height:3.125rem;line-height:2rem;margin:0;max-width:100%;padding:.4375rem 3rem .4375rem .5rem;width:100%;appearance:none;-moz-appearance:none;-webkit-appearance:none}.pkt-select::-ms-expand{display:none}.pkt-select:enabled:focus{border-color:var(--color-active);outline:2px solid var(--color-active)}.pkt-select:enabled:hover{--fg-color: var(--color-active);border-color:var(--color-active);color:var(--color-active)}.pkt-select:enabled:active{border-color:var(--color-active);outline:none}.pkt-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 var(--color-active)}.pkt-select:disabled{filter:grayscale(1) brightness(4.16);font-weight:500}.pkt-select option{background-color:var(--color-white);color:var(--color-blue-dark);font-weight:normal}.pkt-table{width:100%;font-size:.875rem;border-radius:2px;border-collapse:collapse}.pkt-table__th{color:#000;font-weight:500;text-align:left;background:#f2f2f2;border-bottom:1px solid #f2f2f2}.pkt-table__th:first-child{border-top-left-radius:2px}.pkt-table__th:last-child{border-top-right-radius:2px}.pkt-table th,.pkt-table td{min-width:200px;padding:.5rem;text-align:left;border-bottom:1px solid #f2f2f2}.pkt-table tbody tr:hover>td{background:rgba(42,40,89,.02)}.pkt-table--info .pkt-table__th{background:rgba(249,198,107,.25);border-bottom:1px solid #f9c66b}.pkt-table--success .pkt-table__th{background:rgba(199,246,201,.25);border-bottom:1px solid #c7f6c9}.pkt-table--strong .pkt-table__th{background:rgba(42,40,89,.25);border-bottom:1px solid #2a2859}.pkt-table--shadow{background:#fff;box-shadow:0 1px 3px rgba(42,40,89,.25)}.pkt-table--shadow>tbody tr:last-of-type td{border-bottom:none}.pkt-table-container{margin:1rem 0;overflow-x:auto}
|
|
1
|
+
.pkt-btn--icon-only .pkt-btn__text{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;margin:-1px !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.pkt-btn{--btn-link-bg: var(--color-blue-dark);--btn-link-bc: var(--color-blue-dark);--btn-link-txt: var(--color-white);--btn-focus-bg: var(--color-active);--btn-focus-bc: var(--color-active);--btn-focus-txt: var(--color-white);--btn-focus-outline: var(--color-focus);--btn-hover-bg: var(--color-active);--btn-hover-bc: var(--color-active);--btn-hover-txt: var(--color-white);--btn-active-bg: var(--color-active);--btn-active-bc: var(--color-active);--btn-active-txt: var(--color-white);--btn-disabled-bg: var(--color-gray);--btn-disabled-bc: var(--color-gray);--btn-disabled-txt: var(--color-disabled)}[data-mode=dark] .pkt-btn{--btn-link-bg: var(--color-blue-light);--btn-link-bc: var(--color-blue-light);--btn-link-txt: var(--color-blue-dark);--btn-focus-bg: var(--color-blue);--btn-focus-bc: var(--color-blue);--btn-focus-txt: var(--color-blue-dark);--btn-focus-outline: var(--color-focus);--btn-hover-bg: var(--color-blue);--btn-hover-bc: var(--color-blue);--btn-hover-txt: var(--color-blue-dark);--btn-active-bg: var(--color-blue);--btn-active-bc: var(--color-blue);--btn-active-txt: var(--color-blue-dark);--btn-disabled-bg: var(--color-gray);--btn-disabled-bc: var(--color-gray);--btn-disabled-txt: var(--color-disabled)}.pkt-btn--secondary{--btn-link-bg: var(--color-transparent);--btn-link-txt: var(--color-blue-dark);--btn-focus-bg: var(--color-transparent);--btn-focus-txt: var(--color-active)}[data-mode=dark] .pkt-btn--secondary{--btn-link-bg: var(--color-transparent);--btn-link-bc: var(--color-white);--btn-link-txt: var(--color-white);--btn-focus-bg: var(--color-transparent);--btn-focus-bc: var(--color-active-light);--btn-focus-txt: var(--color-active-light);--btn-hover-bg: var(--color-active-light);--btn-hover-bc: var(--color-active-light);--btn-active-bg: var(--color-active-light);--btn-active-bc: var(--color-active-light)}.pkt-btn--tertiary{--btn-link-bg: var(--color-transparent);--btn-link-bc: var(--color-transparent);--btn-link-txt: var(--color-blue-dark);--btn-focus-bg: var(--color-gray);--btn-focus-txt: var(--color-active);--btn-hover-bg: var(--color-gray);--btn-hover-bc: var(--color-gray);--btn-hover-txt: var(--color-active);--btn-disabled-bg: var(--color-transparent);--btn-disabled-bc: var(--color-transparent)}[data-mode=dark] .pkt-btn--tertiary{--btn-link-bg: var(--color-transparent);--btn-link-bc: var(--color-transparent);--btn-link-txt: var(--color-white);--btn-focus-bg: var(--color-blue-5);--btn-focus-bc: var(--color-active);--btn-hover-bg: var(--color-blue-5);--btn-hover-bc: var(--color-blue-5);--btn-active-bg: var(--color-blue-dark-10);--btn-active-bc: var(--color-transparent);--btn-disabled-bg: var(--color-transparent);--btn-disabled-bc: var(--color-transparent)}.pkt-btn{border-radius:0;cursor:pointer;display:inline-flex;font-family:inherit;font-weight:normal;position:relative;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;vertical-align:top;background-color:var(--btn-link-bg);border:2px solid var(--btn-link-bc);color:var(--btn-link-txt);text-decoration:none;text-decoration-thickness:1px;text-underline-offset:.3em;text-align:left;align-items:center;column-gap:.5rem;font-size:1.125rem;font-weight:500;letter-spacing:-0.2px;line-height:1.75rem;height:3rem;line-height:1.1;padding:0 1rem}.pkt-btn[class*=pkt-btn--icon]>.pkt-btn__icon{display:flex}.pkt-btn__icon{--fg-color: currentColor;display:none;flex-shrink:0}.pkt-btn:link,.pkt-btn:visited{color:var(--btn-link-txt)}a.pkt-btn:focus,.pkt-btn:enabled:focus,.pkt-btn.pkt-btn--focus{background-color:var(--btn-focus-bg);color:var(--btn-focus-txt);border-color:var(--btn-focus-bc);outline:4px solid var(--btn-focus-outline);text-decoration:none}a.pkt-btn:hover,.pkt-btn:enabled:hover,.pkt-btn.pkt-btn--hover{background-color:var(--btn-hover-bg);border-color:var(--btn-hover-bc);color:var(--btn-hover-txt);outline:0;text-decoration:underline}a.pkt-btn:active,.pkt-btn:enabled:active,.pkt-btn.pkt-btn--active,.pkt-btn.pkt-btn--active:hover{background-color:var(--btn-active-bg);border-color:var(--btn-active-bc);color:var(--btn-active-txt);outline:0;text-decoration:none}.pkt-btn:disabled{background-color:var(--btn-disabled-bg);border-color:var(--btn-disabled-bc);color:var(--btn-disabled-txt);cursor:inherit}.pkt-btn--small{font-size:.875rem;font-weight:500;letter-spacing:-0.2px;line-height:1.375rem;height:2.625rem;line-height:1.1;padding:0 .5rem}.pkt-btn--small .pkt-btn__icon{height:1.25rem;width:1.25rem}.pkt-btn--small.pkt-btn--icon-only{padding:0 .5625rem}.pkt-btn__icon{height:1.5rem;width:1.5rem}.pkt-btn--label-only .pkt-btn__icon{display:none}.pkt-btn--icon-left{flex-direction:row}.pkt-btn--icon-right{flex-direction:row-reverse}.pkt-btn--icons-right-and-left{flex-direction:row}.pkt-btn--icon-only{padding:0 .625rem}.pkt-btn--large{font-size:1.5rem;font-weight:500;letter-spacing:-0.2px;line-height:2.25rem;height:4rem;line-height:1.1;padding:0 1rem}.pkt-btn--large .pkt-btn__icon{height:2rem;width:2rem}.pkt-btn--large.pkt-btn--icon-only{padding:0 .875rem}.pkt-btn::-moz-focus-inner{border:0}@keyframes enter{from{transform:scaleY(0)}to{transform:scaleY(1)}}.pkt-form-group{margin-bottom:1.5rem}.pkt-form-group:focus-within{color:var(--color-active)}.pkt-form-label{width:100%}.pkt-form-help{margin:.25em 0;font-size:.875rem;line-height:1.25em;opacity:.9}.pkt-form-validation{animation:enter .2s ease-in forwards;background-color:var(--color-red);border:2px solid var(--color-red);font-size:.875rem;line-height:2rem;margin:1rem 0 0;padding:.4375rem .5rem;transform-origin:0 0}.pkt-form-validation--warning{background-color:var(--color-yellow);border-color:var(--color-yellow)}.pkt-form-validation--error{background-color:var(--color-red);border-color:var(--color-red)}.pkt-form-input,.pkt-form-textarea{appearance:none;background-clip:padding-box;background-color:var(--color-white);border:2px solid var(--color-blue-dark);border-radius:0;color:var(--color-blue-dark);display:block;font-size:1rem;font-weight:400;line-height:2rem;margin:0;padding:.4375rem .5rem;position:relative;width:100%}.pkt-form-input:focus,.pkt-form-textarea:focus{background-color:var(--color-white);border-color:var(--color-active);box-shadow:0 0 var(--color-active);color:var(--color-active);outline:2px solid var(--color-active)}.pkt-form-input::placeholder,.pkt-form-textarea::placeholder{color:var(--color-grayscale-30);opacity:1}.pkt-form-input+.pkt-form-validation,.pkt-form-textarea+.pkt-form-validation{display:none}.pkt-form-input:not(:placeholder-shown):invalid,.pkt-form-textarea:not(:placeholder-shown):invalid{border-color:var(--color-red)}.pkt-form-input:not(:placeholder-shown):invalid+.pkt-form-validation,.pkt-form-textarea:not(:placeholder-shown):invalid+.pkt-form-validation{display:inherit}.pkt-form-input:disabled,.pkt-form-input[readonly],.pkt-form-textarea:disabled,.pkt-form-textarea[readonly]{background-color:var(--color-gray);border-color:var(--color-grayscale-30);color:var(--color-grayscale-30);cursor:inherit}.pkt-form-check-input{--choice-norm-bg: var(--color-white);--choice-norm-bc: var(--color-blue-dark);--choice-hover-bg: var(--color-white);--choice-hover-bc: var(--color-active);--choice-focus-bg: var(--color-white);--choice-focus-bc: var(--color-active);--choice-focus-ol: var(--color-focus);--choice-active-bg: var(--color-active);--choice-active-bc: var(--color-active);--choice-active-ol: var(--color-active);--choice-checked-rb-bg: var(--color-white);--choice-checked-rb-bc: var(--color-active);--choice-checked-cb-bg: var(--color-active);--choice-checked-cb-bc: var(--color-active);--choice-disabled-bg: var(--color-white);--choice-disabled-bc: var(--color-grayscale-30);--choice-disabled-txt: var(--color-grayscale-30);--choice-disabled-checked-bg: var(--color-grayscale-30);--choice-disabled-checked-bc: var(--color-grayscale-30);appearance:none;background-color:var(--choice-norm-bg);background-repeat:no-repeat;background-position:center;background-size:contain;border:2px solid var(--choice-norm-bc);display:inline-block;margin:.125rem .25rem 0 0;width:1.25rem;height:1.25rem;transition:all .3s ease-out;vertical-align:top}.pkt-form-check-input[type=checkbox]{border-radius:0}.pkt-form-check-input[type=radio]{border-radius:50%}.pkt-form-check-input:hover{background-color:var(--choice-hover-bg);border-color:var(--choice-hover-bc)}.pkt-form-check-input:focus{background-color:var(--choice-focus-bg);border-color:var(--choice-focus-bc);outline:2px solid var(--choice-focus-ol)}.pkt-form-check-input:active{background-color:var(--choice-active-bg);border-color:var(--choice-active-bc);outline:6px solid var(--choice-active-ol)}.pkt-form-check-input:checked[type=radio]{background-color:var(--choice-checked-rb-bg);border:6px solid var(--choice-checked-rb-bc)}.pkt-form-check-input:checked[type=checkbox]{--svg: url(https://punkt-cdn.oslo.kommune.no/5.2/icons/check-medium.svg);position:relative;background-color:blue}.pkt-form-check-input:checked[type=checkbox]::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:blue;z-index:-1}.pkt-form-check-input:checked[type=checkbox]:checked::before{background-color:blue}.pkt-form-check-input:checked[type=checkbox]::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:24px;height:24px;background-image:var(--svg);background-repeat:no-repeat;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(105%) contrast(101%)}.pkt-form-check-input:disabled{background-color:var(--choice-disabled-bg);border-color:var(--choice-disabled-bc);cursor:not-allowed}.pkt-form-check-input:disabled:checked[type=checkbox]{background-color:var(--choice-disabled-checked-bg);border-color:var(--choice-disabled-checked-bc)}.pkt-form-check-input:disabled~.pkt-form-label{color:var(--choice-disabled-txt);cursor:not-allowed}[data-mode=dark] .pkt-form-check-input{--choice-norm-bg: var(--color-blue-dark);--choice-norm-bc: var(--color-blue-light);--choice-hover-bg: var(--color-white);--choice-hover-bc: var(--color-active-light);--choice-focus-bg: var(--color-white);--choice-focus-bc: var(--color-active-light);--choice-focus-ol: var(--color-hover);--choice-active-bg: var(--color-active-light);--choice-active-bc: var(--color-active-light);--choice-active-ol: var(--color-active-light);--choice-checked-rb-bg: var(--color-white);--choice-checked-rb-bc: var(--color-active-light);--choice-checked-cb-bg: var(--color-active-light);--choice-checked-cb-bc: var(--color-active-light);--choice-disabled-bg: var(--color-gray-dark);--choice-disabled-bc: var(--color-grayscale-30);--choice-disabled-txt: var(--color-disabled);--choice-disabled-checked-bg: var(--color-grayscale-30);--choice-disabled-checked-bc: var(--color-grayscale-30)}.pkt-hr{border:0;border-top:1px solid var(--color-grayscale-20)}.img-fluid{max-width:100%;height:auto}.img-round{border-radius:50%;overflow:hidden;object-fit:cover}.figure{display:inline-block}.pkt-list{display:grid;grid-template-columns:auto;grid-template-rows:auto;list-style:none;padding:0;position:relative;row-gap:1.5rem}@media screen and (min-width: 48rem){.pkt-list.two-cols-tablet-up{column-gap:1.5rem;grid-template-columns:1fr 1fr;grid-template-rows:auto}}@media screen and (min-width: 80rem){.pkt-list.three-cols-laptop-up{column-gap:1.5rem;grid-template-columns:1fr 1fr 1fr}}.pkt-list li>a{display:grid;grid-template-columns:2rem auto;column-gap:1rem}.pkt-dl,.pkt-dl--narrow{display:flex;flex-direction:column}@supports(display: grid){.pkt-dl,.pkt-dl--narrow{display:grid;flex-direction:column;grid-template-columns:1fr;margin:.5rem 0}}@media screen and (min-width: 48rem){.pkt-dl{grid-template-columns:minmax(9rem, auto) 1fr;border-bottom:0}}.pkt-dt{padding:.5em 0 0;font-size:.875rem;border-bottom:none}@media screen and (min-width: 48rem){.pkt-dt{font-size:inherit}}.pkt-dl--narrow>.pkt-dt{padding:.5em 0 0;font-size:.875rem;border-bottom:none}.pkt-dd{padding:0 0 .5em;font-weight:500;border-bottom:1px solid rgba(0,0,0,.15)}@media screen and (min-width: 48rem){.pkt-dd{border-bottom:1px solid rgba(0,0,0,.15)}@supports(display: grid){.pkt-dd{padding:.25em 0 .25em 1.25em;border-bottom:0}}}.pkt-dl--narrow>.pkt-dd{padding:0 0 .5em;font-weight:500;border-bottom:1px solid rgba(0,0,0,.15)}.pkt-section{margin:1rem 0}.pkt-section--dark{margin:1rem 0;padding:.75rem;background-color:#2a2859;color:#fff}@media screen and (min-width: 35.938rem){.pkt-section--dark{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--dark{padding:1.5rem}}.pkt-section--dark a.pkt-btn--ter{color:#fff}.pkt-section--danger{margin:1rem 0;padding:.75rem;background-color:#ff8274;color:#000}@media screen and (min-width: 35.938rem){.pkt-section--danger{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--danger{padding:1.5rem}}.pkt-section--danger a.pkt-btn--ter{color:#000}.pkt-section--grey{margin:1rem 0;padding:.75rem;background-color:#f2f2f2}@media screen and (min-width: 35.938rem){.pkt-section--grey{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--grey{padding:1.5rem}}.pkt-section--success{margin:1rem 0;padding:.75rem;background-color:#43f8b6;color:#000}@media screen and (min-width: 35.938rem){.pkt-section--success{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--success{padding:1.5rem}}.pkt-section--success a.pkt-btn--ter{color:#000}.pkt-section--warning{margin:1rem 0;padding:.75rem;background-color:#f9c66b}@media screen and (min-width: 35.938rem){.pkt-section--warning{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--warning{padding:1.5rem}}.pkt-section--info{margin:1rem 0;padding:.75rem;background-color:#b3f5ff}@media screen and (min-width: 35.938rem){.pkt-section--info{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--info{padding:1.5rem}}.pkt-section--info a.pkt-btn--ter{color:#000}.pkt-section--frame{margin:1rem 0;padding:.75rem;background-color:#fff;border:1px solid}@media screen and (min-width: 35.938rem){.pkt-section--frame{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--frame{padding:1.5rem}}[class*=ok-section-]>[class^=ok-title-]{margin-top:0}.pkt-section--margin-top{margin-top:2.5rem}.pkt-select{--svg: url(https://punkt-cdn.oslo.kommune.no/5.2/icons/chevron-thin-down.svg);display:block;background-color:var(--color-white);background-image:var(--svg);background-repeat:no-repeat;background-position:right .7rem top 50%;background-size:2rem auto,100%;border:2px solid var(--color-blue-dark);border-radius:0;color:var(--color-blue-dark);font-family:inherit;font-size:1rem;font-weight:normal;height:3.125rem;line-height:2rem;margin:0;max-width:100%;padding:.4375rem 3rem .4375rem .5rem;width:100%;appearance:none;-moz-appearance:none;-webkit-appearance:none}.pkt-select::-ms-expand{display:none}.pkt-select:enabled:focus{border-color:var(--color-active);outline:2px solid var(--color-active)}.pkt-select:enabled:hover{--fg-color: var(--color-active);border-color:var(--color-active);color:var(--color-active)}.pkt-select:enabled:active{border-color:var(--color-active);outline:none}.pkt-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 var(--color-active)}.pkt-select:disabled{filter:grayscale(1) brightness(4.16);font-weight:500}.pkt-select option{background-color:var(--color-white);color:var(--color-blue-dark);font-weight:normal}.pkt-table{width:100%;font-size:.875rem;border-radius:2px;border-collapse:collapse}.pkt-table__th{color:#000;font-weight:500;text-align:left;background:#f2f2f2;border-bottom:1px solid #f2f2f2}.pkt-table__th:first-child{border-top-left-radius:2px}.pkt-table__th:last-child{border-top-right-radius:2px}.pkt-table th,.pkt-table td{min-width:200px;padding:.5rem;text-align:left;border-bottom:1px solid #f2f2f2}.pkt-table tbody tr:hover>td{background:rgba(42,40,89,.02)}.pkt-table--info .pkt-table__th{background:rgba(249,198,107,.25);border-bottom:1px solid #f9c66b}.pkt-table--success .pkt-table__th{background:rgba(199,246,201,.25);border-bottom:1px solid #c7f6c9}.pkt-table--strong .pkt-table__th{background:rgba(42,40,89,.25);border-bottom:1px solid #2a2859}.pkt-table--shadow{background:#fff;box-shadow:0 1px 3px rgba(42,40,89,.25)}.pkt-table--shadow>tbody tr:last-of-type td{border-bottom:none}.pkt-table-container{margin:1rem 0;overflow-x:auto}
|
package/dist/css/pkt.css
CHANGED
|
@@ -10619,7 +10619,7 @@ body {
|
|
|
10619
10619
|
font-size: 1rem;
|
|
10620
10620
|
font-weight: 300;
|
|
10621
10621
|
letter-spacing: normal;
|
|
10622
|
-
line-height: 1.
|
|
10622
|
+
line-height: 1.5rem;
|
|
10623
10623
|
}
|
|
10624
10624
|
|
|
10625
10625
|
em {
|
|
@@ -10708,7 +10708,7 @@ a:active, a.pkt-link--active {
|
|
|
10708
10708
|
}
|
|
10709
10709
|
.pkt-link--external::after {
|
|
10710
10710
|
content: " ";
|
|
10711
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/5.
|
|
10711
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/5.2/icons/new-window-small.svg);
|
|
10712
10712
|
background-image: var(--svg);
|
|
10713
10713
|
background-repeat: no-repeat;
|
|
10714
10714
|
background-size: 18px 18px;
|
|
@@ -11375,7 +11375,7 @@ a:active, a.pkt-link--active {
|
|
|
11375
11375
|
font-size: 1.125rem;
|
|
11376
11376
|
font-weight: 500;
|
|
11377
11377
|
letter-spacing: -0.2px;
|
|
11378
|
-
line-height: 1.
|
|
11378
|
+
line-height: 1.75rem;
|
|
11379
11379
|
height: 3rem;
|
|
11380
11380
|
line-height: 1.1;
|
|
11381
11381
|
padding: 0 1rem;
|
|
@@ -11425,7 +11425,7 @@ a.pkt-btn:active, .pkt-btn:enabled:active, .pkt-btn.pkt-btn--active, .pkt-btn.pk
|
|
|
11425
11425
|
font-size: 0.875rem;
|
|
11426
11426
|
font-weight: 500;
|
|
11427
11427
|
letter-spacing: -0.2px;
|
|
11428
|
-
line-height: 1.
|
|
11428
|
+
line-height: 1.375rem;
|
|
11429
11429
|
height: 2.625rem;
|
|
11430
11430
|
line-height: 1.1;
|
|
11431
11431
|
padding: 0 0.5rem;
|
|
@@ -11460,7 +11460,7 @@ a.pkt-btn:active, .pkt-btn:enabled:active, .pkt-btn.pkt-btn--active, .pkt-btn.pk
|
|
|
11460
11460
|
font-size: 1.5rem;
|
|
11461
11461
|
font-weight: 500;
|
|
11462
11462
|
letter-spacing: -0.2px;
|
|
11463
|
-
line-height:
|
|
11463
|
+
line-height: 2.25rem;
|
|
11464
11464
|
height: 4rem;
|
|
11465
11465
|
line-height: 1.1;
|
|
11466
11466
|
padding: 0 1rem;
|
|
@@ -11643,7 +11643,7 @@ a.pkt-btn:active, .pkt-btn:enabled:active, .pkt-btn.pkt-btn--active, .pkt-btn.pk
|
|
|
11643
11643
|
border: 6px solid var(--choice-checked-rb-bc);
|
|
11644
11644
|
}
|
|
11645
11645
|
.pkt-form-check-input:checked[type=checkbox] {
|
|
11646
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/5.
|
|
11646
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/5.2/icons/check-medium.svg);
|
|
11647
11647
|
position: relative;
|
|
11648
11648
|
background-color: blue;
|
|
11649
11649
|
}
|
|
@@ -12056,7 +12056,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
12056
12056
|
* så dette må refaktoreres ved anledning.
|
|
12057
12057
|
*/
|
|
12058
12058
|
.pkt-select {
|
|
12059
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/5.
|
|
12059
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/5.2/icons/chevron-thin-down.svg);
|
|
12060
12060
|
display: block;
|
|
12061
12061
|
background-color: var(--color-white);
|
|
12062
12062
|
background-image: var(--svg);
|
|
@@ -12204,7 +12204,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
12204
12204
|
font-size: 1.125rem;
|
|
12205
12205
|
font-weight: 500;
|
|
12206
12206
|
letter-spacing: -0.2px;
|
|
12207
|
-
line-height: 1.
|
|
12207
|
+
line-height: 1.75rem;
|
|
12208
12208
|
margin: 0 0 1.5rem 2.5rem;
|
|
12209
12209
|
}
|
|
12210
12210
|
.pkt-alert__close ~ .pkt-alert__title {
|
|
@@ -12214,7 +12214,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
12214
12214
|
font-size: 1.125rem;
|
|
12215
12215
|
font-weight: 300;
|
|
12216
12216
|
letter-spacing: -0.2px;
|
|
12217
|
-
line-height: 1.
|
|
12217
|
+
line-height: 1.75rem;
|
|
12218
12218
|
margin: 0 0 0 2.5rem;
|
|
12219
12219
|
}
|
|
12220
12220
|
.pkt-alert__text p {
|
|
@@ -12237,7 +12237,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
12237
12237
|
font-size: 0.875rem;
|
|
12238
12238
|
font-weight: 300;
|
|
12239
12239
|
letter-spacing: -0.2px;
|
|
12240
|
-
line-height: 1.
|
|
12240
|
+
line-height: 1.375rem;
|
|
12241
12241
|
margin-top: 1.5rem;
|
|
12242
12242
|
}
|
|
12243
12243
|
.pkt-alert__icon {
|
|
@@ -12262,7 +12262,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
12262
12262
|
font-size: 0.875rem;
|
|
12263
12263
|
font-weight: 500;
|
|
12264
12264
|
letter-spacing: -0.2px;
|
|
12265
|
-
line-height: 1.
|
|
12265
|
+
line-height: 1.375rem;
|
|
12266
12266
|
background: var(--color-blue-light);
|
|
12267
12267
|
padding: 0.25rem 0.5rem;
|
|
12268
12268
|
display: inline-flex;
|
|
@@ -12383,7 +12383,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
12383
12383
|
font-size: 1.125rem;
|
|
12384
12384
|
font-weight: 500;
|
|
12385
12385
|
letter-spacing: -0.2px;
|
|
12386
|
-
line-height: 1.
|
|
12386
|
+
line-height: 1.75rem;
|
|
12387
12387
|
padding: 0.25rem 0.5rem;
|
|
12388
12388
|
height: 2.25rem;
|
|
12389
12389
|
}
|
|
@@ -12391,13 +12391,13 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
12391
12391
|
font-size: 0.875rem;
|
|
12392
12392
|
font-weight: 500;
|
|
12393
12393
|
letter-spacing: -0.2px;
|
|
12394
|
-
line-height: 1.
|
|
12394
|
+
line-height: 1.375rem;
|
|
12395
12395
|
}
|
|
12396
12396
|
.pkt-tag--thin-text {
|
|
12397
12397
|
font-size: 0.875rem;
|
|
12398
12398
|
font-weight: 300;
|
|
12399
12399
|
letter-spacing: -0.2px;
|
|
12400
|
-
line-height: 1.
|
|
12400
|
+
line-height: 1.375rem;
|
|
12401
12401
|
}
|
|
12402
12402
|
|
|
12403
12403
|
:root [data-mode=dark] .pkt-tag {
|
|
@@ -12412,7 +12412,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
12412
12412
|
font-size: 0.875rem;
|
|
12413
12413
|
font-weight: 300;
|
|
12414
12414
|
letter-spacing: -0.2px;
|
|
12415
|
-
line-height: 1.
|
|
12415
|
+
line-height: 1.375rem;
|
|
12416
12416
|
padding: 0.75rem 1rem;
|
|
12417
12417
|
}
|
|
12418
12418
|
@media screen and (min-width: 80rem) {
|
|
@@ -12619,7 +12619,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
12619
12619
|
font-size: 1.125rem;
|
|
12620
12620
|
font-weight: 300;
|
|
12621
12621
|
letter-spacing: -0.2px;
|
|
12622
|
-
line-height: 1.
|
|
12622
|
+
line-height: 1.75rem;
|
|
12623
12623
|
padding: 2.5rem 1.5rem;
|
|
12624
12624
|
background-color: var(--color-blue-dark);
|
|
12625
12625
|
color: var(--color-white);
|
|
@@ -12639,7 +12639,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
12639
12639
|
font-size: 1.5rem;
|
|
12640
12640
|
font-weight: 500;
|
|
12641
12641
|
letter-spacing: -0.2px;
|
|
12642
|
-
line-height:
|
|
12642
|
+
line-height: 2.25rem;
|
|
12643
12643
|
margin-bottom: 2rem;
|
|
12644
12644
|
margin-top: 0;
|
|
12645
12645
|
color: var(--color-white);
|
|
@@ -12722,7 +12722,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
12722
12722
|
font-size: 1.125rem;
|
|
12723
12723
|
font-weight: 300;
|
|
12724
12724
|
letter-spacing: -0.2px;
|
|
12725
|
-
line-height: 1.
|
|
12725
|
+
line-height: 1.75rem;
|
|
12726
12726
|
padding: 2rem 1.5rem;
|
|
12727
12727
|
background-color: var(--color-blue-dark);
|
|
12728
12728
|
color: var(--color-white);
|
|
@@ -12833,7 +12833,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
12833
12833
|
font-size: 1.125rem;
|
|
12834
12834
|
font-weight: 300;
|
|
12835
12835
|
letter-spacing: -0.2px;
|
|
12836
|
-
line-height: 1.
|
|
12836
|
+
line-height: 1.75rem;
|
|
12837
12837
|
display: inline-flex;
|
|
12838
12838
|
align-items: center;
|
|
12839
12839
|
max-width: 3.125rem;
|
|
@@ -12849,7 +12849,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
12849
12849
|
font-size: 1.125rem;
|
|
12850
12850
|
font-weight: 300;
|
|
12851
12851
|
letter-spacing: -0.2px;
|
|
12852
|
-
line-height: 1.
|
|
12852
|
+
line-height: 1.75rem;
|
|
12853
12853
|
max-width: 3.125rem;
|
|
12854
12854
|
}
|
|
12855
12855
|
@media screen and (min-width: 35.938rem) {
|
|
@@ -12881,7 +12881,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
12881
12881
|
font-size: 1.125rem;
|
|
12882
12882
|
font-weight: 500;
|
|
12883
12883
|
letter-spacing: -0.2px;
|
|
12884
|
-
line-height: 1.
|
|
12884
|
+
line-height: 1.75rem;
|
|
12885
12885
|
margin: 0 0 0 0.25rem;
|
|
12886
12886
|
padding: 0.75rem 0.75rem;
|
|
12887
12887
|
}
|
|
@@ -12898,7 +12898,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
12898
12898
|
font-size: 1.125rem;
|
|
12899
12899
|
font-weight: 300;
|
|
12900
12900
|
letter-spacing: -0.2px;
|
|
12901
|
-
line-height: 1.
|
|
12901
|
+
line-height: 1.75rem;
|
|
12902
12902
|
}
|
|
12903
12903
|
|
|
12904
12904
|
/*
|
|
@@ -13020,14 +13020,14 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
13020
13020
|
font-size: 1.5rem;
|
|
13021
13021
|
font-weight: 500;
|
|
13022
13022
|
letter-spacing: -0.2px;
|
|
13023
|
-
line-height:
|
|
13023
|
+
line-height: 2.25rem;
|
|
13024
13024
|
margin: 0 0 1.5rem 0;
|
|
13025
13025
|
}
|
|
13026
13026
|
.pkt-messagebox__text {
|
|
13027
13027
|
font-size: 1.125rem;
|
|
13028
13028
|
font-weight: 300;
|
|
13029
13029
|
letter-spacing: -0.2px;
|
|
13030
|
-
line-height: 1.
|
|
13030
|
+
line-height: 1.75rem;
|
|
13031
13031
|
margin: 0;
|
|
13032
13032
|
}
|
|
13033
13033
|
.pkt-messagebox__text p {
|
|
@@ -13066,7 +13066,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
13066
13066
|
font-size: 1.25rem;
|
|
13067
13067
|
font-weight: 500;
|
|
13068
13068
|
letter-spacing: -0.2px;
|
|
13069
|
-
line-height:
|
|
13069
|
+
line-height: 2rem;
|
|
13070
13070
|
margin-bottom: 0.5rem;
|
|
13071
13071
|
}
|
|
13072
13072
|
.pkt-linkcard__title > p {
|
|
@@ -13077,7 +13077,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
13077
13077
|
font-size: 1.5rem;
|
|
13078
13078
|
font-weight: 500;
|
|
13079
13079
|
letter-spacing: -0.2px;
|
|
13080
|
-
line-height:
|
|
13080
|
+
line-height: 2.25rem;
|
|
13081
13081
|
}
|
|
13082
13082
|
}
|
|
13083
13083
|
.pkt-linkcard__title.pkt-link--external::after {
|
|
@@ -13124,4 +13124,309 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
13124
13124
|
}
|
|
13125
13125
|
[data-mode=dark] .pkt-linkcard--blue:focus {
|
|
13126
13126
|
color: var(--color-hover) !important;
|
|
13127
|
+
}
|
|
13128
|
+
|
|
13129
|
+
/* textinput */
|
|
13130
|
+
.pkt-textinput__label {
|
|
13131
|
+
font-size: 1.125rem;
|
|
13132
|
+
font-weight: 500;
|
|
13133
|
+
letter-spacing: -0.2px;
|
|
13134
|
+
line-height: 1.75rem;
|
|
13135
|
+
display: flex;
|
|
13136
|
+
flex-direction: column;
|
|
13137
|
+
align-items: flex-start;
|
|
13138
|
+
gap: 0.5rem;
|
|
13139
|
+
}
|
|
13140
|
+
.pkt-textinput__label > h2 {
|
|
13141
|
+
font-size: inherit;
|
|
13142
|
+
font-weight: inherit;
|
|
13143
|
+
letter-spacing: inherit;
|
|
13144
|
+
line-height: inherit;
|
|
13145
|
+
display: inline;
|
|
13146
|
+
margin-bottom: 0;
|
|
13147
|
+
}
|
|
13148
|
+
.pkt-textinput__helptext {
|
|
13149
|
+
display: flex;
|
|
13150
|
+
flex-direction: column;
|
|
13151
|
+
align-items: flex-start;
|
|
13152
|
+
gap: 0.25rem;
|
|
13153
|
+
font-size: 0.875rem;
|
|
13154
|
+
font-weight: 300;
|
|
13155
|
+
letter-spacing: -0.2px;
|
|
13156
|
+
line-height: 1.375rem;
|
|
13157
|
+
}
|
|
13158
|
+
.pkt-textinput__helptext-expandable {
|
|
13159
|
+
display: inline-flex;
|
|
13160
|
+
text-align: left;
|
|
13161
|
+
align-items: center;
|
|
13162
|
+
}
|
|
13163
|
+
.pkt-textinput__helptext-expandable-heading {
|
|
13164
|
+
font-size: 1.125rem;
|
|
13165
|
+
font-weight: 500;
|
|
13166
|
+
letter-spacing: -0.2px;
|
|
13167
|
+
line-height: 1.75rem;
|
|
13168
|
+
margin: 0;
|
|
13169
|
+
}
|
|
13170
|
+
.pkt-textinput__helptext-expandable-open {
|
|
13171
|
+
width: 100%;
|
|
13172
|
+
display: block;
|
|
13173
|
+
}
|
|
13174
|
+
.pkt-textinput__helptext-expandable-closed {
|
|
13175
|
+
display: none;
|
|
13176
|
+
}
|
|
13177
|
+
.pkt-textinput__input {
|
|
13178
|
+
font-size: 1.125rem;
|
|
13179
|
+
font-weight: 300;
|
|
13180
|
+
letter-spacing: -0.2px;
|
|
13181
|
+
line-height: 1.75rem;
|
|
13182
|
+
display: flex;
|
|
13183
|
+
align-items: center;
|
|
13184
|
+
appearance: none;
|
|
13185
|
+
background-color: var(--color-white);
|
|
13186
|
+
border: 2px solid var(--color-blue-dark);
|
|
13187
|
+
border-radius: 0;
|
|
13188
|
+
color: var(--color-blue-dark);
|
|
13189
|
+
margin: 0;
|
|
13190
|
+
padding: 0.5rem 1rem;
|
|
13191
|
+
width: 100%;
|
|
13192
|
+
}
|
|
13193
|
+
.pkt-textinput__input::placeholder {
|
|
13194
|
+
color: var(--color-grayscale-50);
|
|
13195
|
+
opacity: 1;
|
|
13196
|
+
}
|
|
13197
|
+
.pkt-textinput__input:hover, .pkt-textinput__input.pkt-textinput__textinput--hover {
|
|
13198
|
+
border-color: var(--color-hover);
|
|
13199
|
+
}
|
|
13200
|
+
.pkt-textinput__input:focus-visible + .pkt-textinput-suffix, .pkt-textinput__input.pkt-textinput__textinput--focus {
|
|
13201
|
+
box-shadow: 0 0 0 2px var(--color-active);
|
|
13202
|
+
border-color: var(--color-active);
|
|
13203
|
+
}
|
|
13204
|
+
.pkt-textinput__input:focus {
|
|
13205
|
+
outline: none;
|
|
13206
|
+
box-shadow: 0 0 0 2px var(--color-active);
|
|
13207
|
+
border-color: var(--color-active);
|
|
13208
|
+
}
|
|
13209
|
+
.pkt-textinput__input:disabled, .pkt-textinput__input:disabled::placeholder, .pkt-textinput__input[readonly] {
|
|
13210
|
+
background-color: var(--color-disabled-light);
|
|
13211
|
+
border-color: var(--color-disabled);
|
|
13212
|
+
cursor: inherit;
|
|
13213
|
+
}
|
|
13214
|
+
.pkt-textinput__input:disabled:active {
|
|
13215
|
+
border: 2px solid var(--color-disabled);
|
|
13216
|
+
}
|
|
13217
|
+
.pkt-textinput__input-prefix-wrapper {
|
|
13218
|
+
display: flex;
|
|
13219
|
+
align-items: center;
|
|
13220
|
+
align-self: stretch;
|
|
13221
|
+
}
|
|
13222
|
+
.pkt-textinput__input-prefix-wrapper :not(:first-child) {
|
|
13223
|
+
border-left: none;
|
|
13224
|
+
}
|
|
13225
|
+
.pkt-textinput__input-prefix-wrapper :first-child {
|
|
13226
|
+
border-right: none;
|
|
13227
|
+
}
|
|
13228
|
+
.pkt-textinput__input-prefix-wrapper input:focus {
|
|
13229
|
+
box-shadow: none;
|
|
13230
|
+
}
|
|
13231
|
+
.pkt-textinput__input-prefix-wrapper:hover .pkt-textinput__input, .pkt-textinput__input-prefix-wrapper:hover .pkt-textinput__input-prefix {
|
|
13232
|
+
border-color: var(--color-hover);
|
|
13233
|
+
}
|
|
13234
|
+
.pkt-textinput__input-prefix-wrapper:focus-within {
|
|
13235
|
+
outline: 2px solid var(--color-active);
|
|
13236
|
+
}
|
|
13237
|
+
.pkt-textinput__input-prefix-wrapper:focus-within .pkt-textinput__input, .pkt-textinput__input-prefix-wrapper:focus-within .pkt-textinput__input-prefix {
|
|
13238
|
+
border-color: var(--color-active);
|
|
13239
|
+
}
|
|
13240
|
+
.pkt-textinput__input-prefix {
|
|
13241
|
+
font-size: 1.125rem;
|
|
13242
|
+
font-weight: 300;
|
|
13243
|
+
letter-spacing: -0.2px;
|
|
13244
|
+
line-height: 1.75rem;
|
|
13245
|
+
align-items: center;
|
|
13246
|
+
display: flex;
|
|
13247
|
+
width: auto;
|
|
13248
|
+
height: 3rem;
|
|
13249
|
+
border: 2px solid var(--color-blue-dark);
|
|
13250
|
+
padding: 0.5rem 0rem 0.5rem 1rem;
|
|
13251
|
+
}
|
|
13252
|
+
.pkt-textinput__input-prefix::after {
|
|
13253
|
+
content: "";
|
|
13254
|
+
width: 1px;
|
|
13255
|
+
margin-left: 0.5rem;
|
|
13256
|
+
height: 100%;
|
|
13257
|
+
background-color: var(--color-blue-dark);
|
|
13258
|
+
}
|
|
13259
|
+
.pkt-textinput__input-suffix-wrapper {
|
|
13260
|
+
display: flex;
|
|
13261
|
+
align-items: center;
|
|
13262
|
+
align-self: stretch;
|
|
13263
|
+
}
|
|
13264
|
+
.pkt-textinput__input-suffix-wrapper :not(:first-child) {
|
|
13265
|
+
border-left: none;
|
|
13266
|
+
}
|
|
13267
|
+
.pkt-textinput__input-suffix-wrapper :first-child {
|
|
13268
|
+
border-right: none;
|
|
13269
|
+
}
|
|
13270
|
+
.pkt-textinput__input-suffix-wrapper p {
|
|
13271
|
+
margin: 0;
|
|
13272
|
+
}
|
|
13273
|
+
.pkt-textinput__input-suffix-wrapper input:focus {
|
|
13274
|
+
box-shadow: none;
|
|
13275
|
+
}
|
|
13276
|
+
.pkt-textinput__input-suffix-wrapper:hover .pkt-textinput__input, .pkt-textinput__input-suffix-wrapper:hover .pkt-textinput__input-suffix, .pkt-textinput__input-suffix-wrapper:hover .pkt-textinput__input-icon {
|
|
13277
|
+
border-color: var(--color-hover);
|
|
13278
|
+
}
|
|
13279
|
+
.pkt-textinput__input-suffix-wrapper:focus-within {
|
|
13280
|
+
outline: 2px solid var(--color-active);
|
|
13281
|
+
}
|
|
13282
|
+
.pkt-textinput__input-suffix-wrapper:focus-within .pkt-textinput__input-icon, .pkt-textinput__input-suffix-wrapper:focus-within .pkt-textinput__input, .pkt-textinput__input-suffix-wrapper:focus-within .pkt-textinput__input-suffix, .pkt-textinput__input-suffix-wrapper:focus-within .pkt-textinput__input-icon {
|
|
13283
|
+
border-color: var(--color-active);
|
|
13284
|
+
}
|
|
13285
|
+
.pkt-textinput__input-suffix {
|
|
13286
|
+
font-size: 1.125rem;
|
|
13287
|
+
font-weight: 300;
|
|
13288
|
+
letter-spacing: -0.2px;
|
|
13289
|
+
line-height: 1.75rem;
|
|
13290
|
+
display: flex;
|
|
13291
|
+
align-items: center;
|
|
13292
|
+
width: auto;
|
|
13293
|
+
border: 2px solid var(--color-blue-dark);
|
|
13294
|
+
padding: 0.5rem 1rem 0.5rem 0rem;
|
|
13295
|
+
flex-shrink: 0;
|
|
13296
|
+
}
|
|
13297
|
+
.pkt-textinput__input-suffix svg {
|
|
13298
|
+
width: 1.5rem;
|
|
13299
|
+
height: 1.5rem;
|
|
13300
|
+
margin-left: 0.5rem;
|
|
13301
|
+
}
|
|
13302
|
+
.pkt-textinput__input-suffix::before {
|
|
13303
|
+
content: "";
|
|
13304
|
+
width: 1px;
|
|
13305
|
+
margin-right: 0.5rem;
|
|
13306
|
+
height: 1.5rem;
|
|
13307
|
+
background-color: var(--color-blue-dark);
|
|
13308
|
+
}
|
|
13309
|
+
.pkt-textinput__input-icon {
|
|
13310
|
+
font-size: 1.125rem;
|
|
13311
|
+
font-weight: 300;
|
|
13312
|
+
letter-spacing: -0.2px;
|
|
13313
|
+
line-height: 1.75rem;
|
|
13314
|
+
display: flex;
|
|
13315
|
+
flex-shrink: 0;
|
|
13316
|
+
padding: 0.5rem 1rem;
|
|
13317
|
+
align-items: center;
|
|
13318
|
+
align-self: stretch;
|
|
13319
|
+
border: 2px solid var(--color-blue-dark);
|
|
13320
|
+
}
|
|
13321
|
+
.pkt-textinput__input-icon svg {
|
|
13322
|
+
width: 1.5rem;
|
|
13323
|
+
height: 1.5rem;
|
|
13324
|
+
margin-left: 0.5rem;
|
|
13325
|
+
}
|
|
13326
|
+
.pkt-textinput--disabled {
|
|
13327
|
+
color: var(--color-disabled);
|
|
13328
|
+
cursor: inherit;
|
|
13329
|
+
}
|
|
13330
|
+
.pkt-textinput--disabled .pkt-tag {
|
|
13331
|
+
background-color: var(--color-disabled-light);
|
|
13332
|
+
}
|
|
13333
|
+
.pkt-textinput--disabled .pkt-alert {
|
|
13334
|
+
background-color: var(--color-disabled-light);
|
|
13335
|
+
border-color: var(--color-disabled);
|
|
13336
|
+
}
|
|
13337
|
+
.pkt-textinput--disabled .pkt-textinput__input,
|
|
13338
|
+
.pkt-textinput--disabled .pkt-textinput__input-prefix,
|
|
13339
|
+
.pkt-textinput--disabled .pkt-textinput__input-suffix,
|
|
13340
|
+
.pkt-textinput--disabled .pkt-textinput__input-icon {
|
|
13341
|
+
border-color: var(--color-disabled);
|
|
13342
|
+
background-color: var(--color-disabled-light);
|
|
13343
|
+
}
|
|
13344
|
+
.pkt-textinput--disabled .pkt-textinput__input-prefix-wrapper:hover .pkt-textinput__input,
|
|
13345
|
+
.pkt-textinput--disabled .pkt-textinput__input-suffix-wrapper:hover .pkt-textinput__input,
|
|
13346
|
+
.pkt-textinput--disabled .pkt-textinput__input-prefix-wrapper:hover .pkt-textinput__input-prefix,
|
|
13347
|
+
.pkt-textinput--disabled .pkt-textinput__input-suffix-wrapper:hover .pkt-textinput__input-suffix,
|
|
13348
|
+
.pkt-textinput--disabled .pkt-textinput__input-suffix-wrapper:hover .pkt-textinput__input-icon {
|
|
13349
|
+
border-color: var(--color-disabled);
|
|
13350
|
+
}
|
|
13351
|
+
.pkt-textinput--disabled .pkt-textinput__input:hover {
|
|
13352
|
+
border-color: var(--color-disabled);
|
|
13353
|
+
box-shadow: none;
|
|
13354
|
+
}
|
|
13355
|
+
.pkt-textinput--disabled .pkt-textinput__input:focus {
|
|
13356
|
+
border-color: var(--color-disabled);
|
|
13357
|
+
box-shadow: none;
|
|
13358
|
+
outline: none;
|
|
13359
|
+
}
|
|
13360
|
+
.pkt-textinput--disabled .pkt-textinput__input-suffix-wrapper:active .pkt-textinput__input {
|
|
13361
|
+
border-right: none;
|
|
13362
|
+
box-shadow: none;
|
|
13363
|
+
outline: none;
|
|
13364
|
+
}
|
|
13365
|
+
.pkt-textinput--error .pkt-textinput__input,
|
|
13366
|
+
.pkt-textinput--error .pkt-textinput__input-prefix,
|
|
13367
|
+
.pkt-textinput--error .pkt-textinput__input-suffix,
|
|
13368
|
+
.pkt-textinput--error .pkt-textinput__input-icon {
|
|
13369
|
+
border-color: var(--color-red);
|
|
13370
|
+
}
|
|
13371
|
+
.pkt-textinput--error .pkt-textinput__input:hover,
|
|
13372
|
+
.pkt-textinput--error .pkt-textinput__input-prefix-wrapper:hover .pkt-textinput__input,
|
|
13373
|
+
.pkt-textinput--error .pkt-textinput__input-suffix-wrapper:hover .pkt-textinput__input,
|
|
13374
|
+
.pkt-textinput--error .pkt-textinput__input-prefix-wrapper:hover .pkt-textinput__input-prefix,
|
|
13375
|
+
.pkt-textinput--error .pkt-textinput__input-suffix-wrapper:hover .pkt-textinput__input-suffix,
|
|
13376
|
+
.pkt-textinput--error .pkt-textinput__input-suffix-wrapper:hover .pkt-textinput__input-icon {
|
|
13377
|
+
border-color: var(--color-red);
|
|
13378
|
+
}
|
|
13379
|
+
.pkt-textinput--error .pkt-textinput__input:focus-within,
|
|
13380
|
+
.pkt-textinput--error .pkt-textinput__input-prefix-wrapper:focus-within .pkt-textinput__input-icon,
|
|
13381
|
+
.pkt-textinput--error .pkt-textinput__input-prefix-wrapper:focus-within .pkt-textinput__input,
|
|
13382
|
+
.pkt-textinput--error .pkt-textinput__input-prefix-wrapper:focus-within .pkt-textinput__input-prefix,
|
|
13383
|
+
.pkt-textinput--error .pkt-textinput__input-prefix-wrapper:focus-within .pkt-textinput__input-icon,
|
|
13384
|
+
.pkt-textinput--error .pkt-textinput__input-suffix-wrapper:focus-within .pkt-textinput__input-icon,
|
|
13385
|
+
.pkt-textinput--error .pkt-textinput__input-suffix-wrapper:focus-within .pkt-textinput__input,
|
|
13386
|
+
.pkt-textinput--error .pkt-textinput__input-suffix-wrapper:focus-within .pkt-textinput__input-suffix,
|
|
13387
|
+
.pkt-textinput--error .pkt-textinput__input-suffix-wrapper:focus-within .pkt-textinput__input-icon {
|
|
13388
|
+
border-color: var(--color-red);
|
|
13389
|
+
}
|
|
13390
|
+
.pkt-textinput--inline {
|
|
13391
|
+
display: inline-block;
|
|
13392
|
+
vertical-align: middle;
|
|
13393
|
+
margin-right: 8px;
|
|
13394
|
+
}
|
|
13395
|
+
[data-mode=dark] .pkt-textinput__input-prefix,
|
|
13396
|
+
[data-mode=dark] .pkt-textinput__input-suffix,
|
|
13397
|
+
[data-mode=dark] .pkt-textinput__input-icon {
|
|
13398
|
+
background-color: var(--color-white);
|
|
13399
|
+
color: var(--color-blue-dark);
|
|
13400
|
+
}
|
|
13401
|
+
|
|
13402
|
+
.pkt-textinput .pkt-alert {
|
|
13403
|
+
width: 100%;
|
|
13404
|
+
padding: 0.75rem 1rem 0.75rem 4px;
|
|
13405
|
+
margin: 0 0 0.5rem 0;
|
|
13406
|
+
}
|
|
13407
|
+
.pkt-textinput .pkt-alert--error {
|
|
13408
|
+
margin: 0.5rem 0 0.5rem 0;
|
|
13409
|
+
}
|
|
13410
|
+
.pkt-textinput .pkt-alert__icon {
|
|
13411
|
+
width: 1.375rem;
|
|
13412
|
+
height: 1.375rem;
|
|
13413
|
+
top: 0.81rem;
|
|
13414
|
+
left: 1.25rem;
|
|
13415
|
+
}
|
|
13416
|
+
.pkt-textinput .pkt-alert__text {
|
|
13417
|
+
font-size: 1rem;
|
|
13418
|
+
font-weight: 300;
|
|
13419
|
+
letter-spacing: -0.2px;
|
|
13420
|
+
line-height: 1.5rem;
|
|
13421
|
+
margin: 0 0 0 2.875rem;
|
|
13422
|
+
}
|
|
13423
|
+
.pkt-textinput .pkt-tag {
|
|
13424
|
+
margin-left: 8px;
|
|
13425
|
+
}
|
|
13426
|
+
.pkt-textinput .pkt-btn {
|
|
13427
|
+
font-size: 0.875rem;
|
|
13428
|
+
font-weight: 300;
|
|
13429
|
+
letter-spacing: -0.2px;
|
|
13430
|
+
line-height: 1.375rem;
|
|
13431
|
+
padding: 0;
|
|
13127
13432
|
}
|