Sha256: 18313862cc24021a0c363e1c47f10c0af9a572065b7b2472529aed1839974dc2
Contents?: true
Size: 1.38 KB
Versions: 92
Compression:
Stored size: 1.38 KB
Contents
@import "../tokens/colors"; @import "../tokens/spacing"; @import "../tokens/screen_sizes"; .pb_passphrase { margin-bottom: $space_sm; label { display: inline; } [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: calc($space_xs/2); } .passphrase-text-input-wrapper { position: relative; .pb_text_input_kit_label { margin-bottom: calc($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: calc($space_xs/2); &.progress-empty-input { visibility: hidden; } } .passphrase-popover { position: relative; left: -($space_xs * 1.25); } @-moz-document url-prefix() { .passphrase-popover { position: relative; left: -($space_xs * 1.5); } } }
Version data entries
92 entries across 92 versions & 1 rubygems