mirror of
https://github.com/bitwarden/web
synced 2026-01-06 10:33:17 +00:00
Updates
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -9904,7 +9904,8 @@ button.toast-close-button {
|
||||
background: #fff;
|
||||
box-shadow: 0 0 0.625em #d9d9d9; }
|
||||
.swal2-popup.swal2-toast .swal2-header {
|
||||
flex-direction: row; }
|
||||
flex-direction: row;
|
||||
padding: 0; }
|
||||
.swal2-popup.swal2-toast .swal2-title {
|
||||
flex-grow: 1;
|
||||
justify-content: flex-start;
|
||||
@@ -9921,6 +9922,7 @@ button.toast-close-button {
|
||||
line-height: 0.8; }
|
||||
.swal2-popup.swal2-toast .swal2-content {
|
||||
justify-content: flex-start;
|
||||
padding: 0;
|
||||
font-size: 1em; }
|
||||
.swal2-popup.swal2-toast .swal2-icon {
|
||||
width: 2em;
|
||||
@@ -9949,13 +9951,14 @@ button.toast-close-button {
|
||||
flex-basis: auto !important;
|
||||
width: auto;
|
||||
height: auto;
|
||||
margin: 0 .3125em; }
|
||||
.swal2-popup.swal2-toast .swal2-styled {
|
||||
margin: 0 .3125em;
|
||||
padding: 0; }
|
||||
.swal2-popup.swal2-toast .swal2-styled {
|
||||
margin: .125em .3125em;
|
||||
padding: .3125em .625em;
|
||||
font-size: 1em; }
|
||||
.swal2-popup.swal2-toast .swal2-styled:focus {
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(100, 150, 200, 0.5); }
|
||||
.swal2-popup.swal2-toast .swal2-success {
|
||||
border-color: #a5dc86; }
|
||||
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
|
||||
@@ -10017,7 +10020,7 @@ button.toast-close-button {
|
||||
overflow-x: hidden;
|
||||
transition: background-color 0.1s;
|
||||
-webkit-overflow-scrolling: touch; }
|
||||
.swal2-container.swal2-backdrop-show {
|
||||
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
|
||||
background: rgba(0, 0, 0, 0.4); }
|
||||
.swal2-container.swal2-backdrop-hide {
|
||||
background: transparent !important; }
|
||||
@@ -10075,6 +10078,8 @@ button.toast-close-button {
|
||||
flex: 1;
|
||||
align-content: center;
|
||||
justify-content: center; }
|
||||
.swal2-container.swal2-no-transition {
|
||||
transition: none !important; }
|
||||
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
|
||||
margin: auto; }
|
||||
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
||||
@@ -10091,7 +10096,7 @@ button.toast-close-button {
|
||||
max-width: 100%;
|
||||
padding: 1.25em;
|
||||
border: none;
|
||||
border-radius: 0.3125em;
|
||||
border-radius: 5px;
|
||||
background: #fff;
|
||||
font-family: inherit;
|
||||
font-size: 1rem; }
|
||||
@@ -10103,7 +10108,8 @@ button.toast-close-button {
|
||||
.swal2-header {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center; }
|
||||
align-items: center;
|
||||
padding: 0 1.8em; }
|
||||
|
||||
.swal2-title {
|
||||
position: relative;
|
||||
@@ -10120,49 +10126,36 @@ button.toast-close-button {
|
||||
.swal2-actions {
|
||||
display: flex;
|
||||
z-index: 1;
|
||||
box-sizing: border-box;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
margin: 1.25em auto 0; }
|
||||
margin: 1.25em auto 0;
|
||||
padding: 0 1.6em; }
|
||||
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
|
||||
opacity: .4; }
|
||||
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
|
||||
background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
|
||||
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
|
||||
background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
|
||||
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
|
||||
box-sizing: border-box;
|
||||
width: 2.5em;
|
||||
height: 2.5em;
|
||||
margin: .46875em;
|
||||
padding: 0;
|
||||
animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
|
||||
border: .25em solid transparent;
|
||||
border-radius: 100%;
|
||||
border-color: transparent;
|
||||
background-color: transparent !important;
|
||||
color: transparent;
|
||||
cursor: default;
|
||||
user-select: none; }
|
||||
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
|
||||
margin-right: 30px;
|
||||
margin-left: 30px; }
|
||||
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
margin-left: 5px;
|
||||
animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
|
||||
border: 3px solid #999999;
|
||||
border-radius: 50%;
|
||||
border-right-color: transparent;
|
||||
box-shadow: 1px 1px 1px #fff; }
|
||||
|
||||
.swal2-loader {
|
||||
display: none;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 2.2em;
|
||||
height: 2.2em;
|
||||
margin: 0 1.875em;
|
||||
animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
|
||||
border-width: 0.25em;
|
||||
border-style: solid;
|
||||
border-radius: 100%;
|
||||
border-color: #2778c4 transparent #2778c4 transparent; }
|
||||
|
||||
.swal2-styled {
|
||||
margin: .3125em;
|
||||
padding: .625em 2em;
|
||||
margin: 0.3125em;
|
||||
padding: 0.625em 1.1em;
|
||||
box-shadow: none;
|
||||
font-weight: 500; }
|
||||
.swal2-styled:not([disabled]) {
|
||||
@@ -10171,19 +10164,26 @@ button.toast-close-button {
|
||||
border: 0;
|
||||
border-radius: 0.25em;
|
||||
background: initial;
|
||||
background-color: #3085d6;
|
||||
background-color: #2778c4;
|
||||
color: #fff;
|
||||
font-size: 1.0625em; }
|
||||
.swal2-styled.swal2-deny {
|
||||
border: 0;
|
||||
border-radius: 0.25em;
|
||||
background: initial;
|
||||
background-color: #d14529;
|
||||
color: #fff;
|
||||
font-size: 1.0625em; }
|
||||
.swal2-styled.swal2-cancel {
|
||||
border: 0;
|
||||
border-radius: 0.25em;
|
||||
background: initial;
|
||||
background-color: #aaa;
|
||||
background-color: #757575;
|
||||
color: #fff;
|
||||
font-size: 1.0625em; }
|
||||
.swal2-styled:focus {
|
||||
outline: none;
|
||||
box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
|
||||
box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }
|
||||
.swal2-styled::-moz-focus-inner {
|
||||
border: 0; }
|
||||
|
||||
@@ -10195,10 +10195,17 @@ button.toast-close-button {
|
||||
color: #545454;
|
||||
font-size: 1em; }
|
||||
|
||||
.swal2-timer-progress-bar {
|
||||
.swal2-timer-progress-bar-container {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
height: 0.25em;
|
||||
overflow: hidden;
|
||||
border-bottom-right-radius: 5px;
|
||||
border-bottom-left-radius: 5px; }
|
||||
|
||||
.swal2-timer-progress-bar {
|
||||
width: 100%;
|
||||
height: 0.25em;
|
||||
background: rgba(0, 0, 0, 0.2); }
|
||||
@@ -10210,9 +10217,9 @@ button.toast-close-button {
|
||||
.swal2-close {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
/* 1617 */
|
||||
top: 0;
|
||||
right: 0;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
@@ -10220,8 +10227,7 @@ button.toast-close-button {
|
||||
overflow: hidden;
|
||||
transition: color 0.1s ease-out;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
outline: initial;
|
||||
border-radius: 5px;
|
||||
background: transparent;
|
||||
color: #cccccc;
|
||||
font-family: serif;
|
||||
@@ -10232,6 +10238,9 @@ button.toast-close-button {
|
||||
transform: none;
|
||||
background: transparent;
|
||||
color: #f27474; }
|
||||
.swal2-close:focus {
|
||||
outline: none;
|
||||
box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5); }
|
||||
.swal2-close::-moz-focus-inner {
|
||||
border: 0; }
|
||||
|
||||
@@ -10239,7 +10248,7 @@ button.toast-close-button {
|
||||
z-index: 1;
|
||||
justify-content: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: 0 1.6em;
|
||||
color: #545454;
|
||||
font-size: 1.125em;
|
||||
font-weight: normal;
|
||||
@@ -10277,7 +10286,7 @@ button.toast-close-button {
|
||||
.swal2-textarea:focus {
|
||||
border: 1px solid #b4dbed;
|
||||
outline: none;
|
||||
box-shadow: 0 0 3px #c4e6f5; }
|
||||
box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }
|
||||
.swal2-input::placeholder,
|
||||
.swal2-file::placeholder,
|
||||
.swal2-textarea::placeholder {
|
||||
@@ -10336,10 +10345,16 @@ button.toast-close-button {
|
||||
.swal2-checkbox input {
|
||||
margin: 0 .4em; }
|
||||
|
||||
.swal2-input-label {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin: 1em auto; }
|
||||
|
||||
.swal2-validation-message {
|
||||
display: none;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: 0 -2.7em;
|
||||
padding: 0.625em;
|
||||
overflow: hidden;
|
||||
background: #f0f0f0;
|
||||
@@ -10367,8 +10382,9 @@ button.toast-close-button {
|
||||
width: 5em;
|
||||
height: 5em;
|
||||
margin: 1.25em auto 1.875em;
|
||||
border: .25em solid transparent;
|
||||
border: 0.25em solid transparent;
|
||||
border-radius: 50%;
|
||||
border-color: #000;
|
||||
font-family: inherit;
|
||||
line-height: 5em;
|
||||
cursor: default;
|
||||
@@ -10474,7 +10490,9 @@ button.toast-close-button {
|
||||
animation: swal2-rotate-success-circular-line 4.25s ease-in; }
|
||||
|
||||
.swal2-progress-steps {
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
max-width: 100%;
|
||||
margin: 0 0 1.25em;
|
||||
padding: 0;
|
||||
background: inherit;
|
||||
@@ -10484,15 +10502,16 @@ button.toast-close-button {
|
||||
position: relative; }
|
||||
.swal2-progress-steps .swal2-progress-step {
|
||||
z-index: 20;
|
||||
flex-shrink: 0;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
border-radius: 2em;
|
||||
background: #3085d6;
|
||||
background: #2778c4;
|
||||
color: #fff;
|
||||
line-height: 2em;
|
||||
text-align: center; }
|
||||
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
|
||||
background: #3085d6; }
|
||||
background: #2778c4; }
|
||||
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
|
||||
background: #add8e6;
|
||||
color: #fff; }
|
||||
@@ -10500,10 +10519,11 @@ button.toast-close-button {
|
||||
background: #add8e6; }
|
||||
.swal2-progress-steps .swal2-progress-step-line {
|
||||
z-index: 10;
|
||||
flex-shrink: 0;
|
||||
width: 2.5em;
|
||||
height: .4em;
|
||||
margin: 0 -1px;
|
||||
background: #3085d6; }
|
||||
background: #2778c4; }
|
||||
|
||||
[class^='swal2'] {
|
||||
-webkit-tap-highlight-color: transparent; }
|
||||
@@ -10544,10 +10564,6 @@ button.toast-close-button {
|
||||
.swal2-range output {
|
||||
display: none; } }
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
.swal2-close:focus {
|
||||
outline: 2px solid rgba(50, 100, 150, 0.4); } }
|
||||
|
||||
@keyframes swal2-toast-show {
|
||||
0% {
|
||||
transform: translateY(-0.625em) rotateZ(2deg); }
|
||||
@@ -10929,6 +10945,9 @@ body.swal2-toast-column .swal2-toast {
|
||||
.swal2-popup .swal2-actions button.swal2-cancel {
|
||||
background-color: #ffffff; }
|
||||
|
||||
date-input-polyfill[data-open="true"] {
|
||||
z-index: 10000 !important; }
|
||||
|
||||
html {
|
||||
font-size: 14px; }
|
||||
|
||||
@@ -11034,7 +11053,7 @@ input:required, select:required, textarea:required {
|
||||
.modal-lg {
|
||||
width: 800px; }
|
||||
|
||||
.modal-body h3 {
|
||||
.modal-body h3, .modal-body .section-header > * {
|
||||
font-weight: normal;
|
||||
text-transform: uppercase;
|
||||
color: #6c757d; }
|
||||
@@ -11060,12 +11079,20 @@ input[type="search"]::-webkit-search-cancel-button {
|
||||
border-color: #ced4da;
|
||||
background-color: #fbfbfb; }
|
||||
|
||||
.btn-link:focus, .btn-link.focus {
|
||||
outline-color: -webkit-focus-ring-color;
|
||||
outline-offset: 1px;
|
||||
outline-style: auto;
|
||||
outline-width: 1px; }
|
||||
|
||||
.btn-outline-secondary, .swal2-popup .swal2-actions button.swal2-cancel {
|
||||
color: #6c757d; }
|
||||
.btn-outline-secondary:hover:not(:disabled), .swal2-popup .swal2-actions button.swal2-cancel:hover:not(:disabled) {
|
||||
color: #333333; }
|
||||
.btn-outline-secondary:disabled, .swal2-popup .swal2-actions button.swal2-cancel:disabled {
|
||||
opacity: 1; }
|
||||
.btn-outline-secondary:focus, .swal2-popup .swal2-actions button.swal2-cancel:focus, .btn-outline-secondary.focus, .swal2-popup .swal2-actions button.focus.swal2-cancel {
|
||||
box-shadow: 0 0 0 0.2rem rgba(58, 117, 225, 0.5); }
|
||||
|
||||
.btn-submit {
|
||||
position: relative; }
|
||||
@@ -11083,6 +11110,12 @@ input[type="search"]::-webkit-search-cancel-button {
|
||||
.btn-submit:disabled:not(.manual) span, .btn-submit.loading span {
|
||||
visibility: hidden; }
|
||||
|
||||
.list-group-item:focus, .list-group-item.focus {
|
||||
z-index: 100; }
|
||||
|
||||
.fa-icon-above-input {
|
||||
height: 1.5em; }
|
||||
|
||||
.table.table-list thead th {
|
||||
border-top: none; }
|
||||
|
||||
@@ -11424,4 +11457,4 @@ img.logo {
|
||||
padding-right: 40px; }
|
||||
|
||||
|
||||
/*# sourceMappingURL=main.164bd5060b8279190884.css.map*/
|
||||
/*# sourceMappingURL=main.d8139e017ad9a069b29d.css.map*/
|
||||
1
app/main.d8139e017ad9a069b29d.css.map
Normal file
1
app/main.d8139e017ad9a069b29d.css.map
Normal file
File diff suppressed because one or more lines are too long
2
app/main.d8139e017ad9a069b29d.js
Normal file
2
app/main.d8139e017ad9a069b29d.js
Normal file
File diff suppressed because one or more lines are too long
1
app/main.d8139e017ad9a069b29d.js.map
Normal file
1
app/main.d8139e017ad9a069b29d.js.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
152
app/polyfills.d8139e017ad9a069b29d.js
Normal file
152
app/polyfills.d8139e017ad9a069b29d.js
Normal file
File diff suppressed because one or more lines are too long
1
app/polyfills.d8139e017ad9a069b29d.js.map
Normal file
1
app/polyfills.d8139e017ad9a069b29d.js.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user