@@ -764,75 +764,6 @@ html[dir="rtl"] .gh-portal-list-toggle-wrapper .gh-portal-list-detail {
764764 margin-top: 6px;
765765}
766766
767- .gh-portal-otp {
768- display: flex;
769- flex-direction: column;
770- align-items: center;
771- margin-bottom: 16px;
772- }
773-
774- .gh-portal-otp-field-container {
775- font-size: 2rem !important;
776- font-weight: 400;
777- letter-spacing: 2ch;
778- border: 1px solid var(--grey12);
779- border-radius: 8px;
780- font-family: Consolas, Liberation Mono, Menlo, Courier, monospace;
781- width: 18.25ch;
782- overflow-hidden;
783- background: linear-gradient(to right,
784- transparent 0%,
785- transparent calc(16.666%),
786- var(--grey12) calc(16.666% - 1px),
787- var(--grey12) calc(16.666% + 1px),
788- transparent calc(16.666% + 1px),
789- transparent calc(33.333%),
790- var(--grey12) calc(33.333% - 1px),
791- var(--grey12) calc(33.333% + 1px),
792- transparent calc(33.333% + 1px),
793- transparent calc(50%),
794- var(--grey12) calc(50% - 1px),
795- var(--grey12) calc(50% + 1px),
796- transparent calc(50% + 1px),
797- transparent calc(66.666%),
798- var(--grey12) calc(66.666% - 1px),
799- var(--grey12) calc(66.666% + 1px),
800- transparent calc(66.666% + 1px),
801- transparent calc(83.333%),
802- var(--grey12) calc(83.333% - 1px),
803- var(--grey12) calc(83.333% + 1px),
804- transparent calc(83.333% + 1px),
805- transparent 100%
806- );
807- }
808-
809- .gh-portal-otp-field-container.error {
810- border-color: var(--red);
811- box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.1);
812- }
813-
814- .gh-portal-otp .gh-portal-input {
815- font-size: 2rem !important;
816- font-weight: 400;
817- letter-spacing: 2ch;
818- padding: 0;
819- font-family: Consolas, Liberation Mono, Menlo, Courier, monospace;
820- width: 21ch;
821- padding-left: 1ch;
822- clip-path: inset(0 3ch 0 0);
823- border: none;
824- margin-bottom: 0;
825- }
826-
827- .gh-portal-otp-error {
828- margin-top: 8px;
829- color: var(--red);
830- font-size: 1.3rem;
831- letter-spacing: 0.35px;
832- line-height: 1.6em;
833- margin-bottom: 0;
834- }
835-
836767/* Icons
837768/* ----------------------------------------------------- */
838769.gh-portal-icon {
0 commit comments