Sha256: 7cc7c1653cb9f74b227495174871dd92b3631ca9d57abe594dce3f3d73bc053b
Contents?: true
Size: 1.23 KB
Versions: 15
Compression:
Stored size: 1.23 KB
Contents
@import "../tokens/colors"; @import "../tokens/spacing"; @import "../tokens/screen_sizes"; .pb_passphrase { margin-bottom: $space_sm; label { display: inline; } a.dark { color: $white; } a { &[class*=show-below-] { display: none; } @each $breakpoint_name, $breakpoint in $breakpoints { &.show-below-#{$breakpoint_name} { @include break_at($breakpoint) { display: inline; } } } } .passphrase-label { margin-right: ($space_xs/2); } .passphrase-text-input-wrapper { position: relative; .pb_text_input_kit_label { margin-bottom: ($space_xs/2); } .passphrase-text-input input { padding-right: 42px; } .passphrase-text-input .text_input_wrapper { margin-bottom: 0; } .show-passphrase-icon { position: absolute; right: 11px; top: 11px; cursor: pointer; @media (hover:hover) { &:hover .pb_body_kit_light { color: $primary; } } .hide-icon { display: none; } } } .pb_progress_simple_wrapper, .pb_progress_simple_wrapper_dark { margin-bottom: ($space_xs/2); &.progress-empty-input { visibility: hidden; } } }
Version data entries
15 entries across 15 versions & 1 rubygems