1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

Remove v1 generator UI from desktop (#12909)

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith
2025-02-05 12:57:06 +01:00
committed by GitHub
parent 6deb0dc2ad
commit ee70c67fce
10 changed files with 17 additions and 985 deletions

View File

@@ -188,44 +188,6 @@ p.lead {
}
}
.generated-block {
font-size: $font-size-large;
font-family: $font-family-monospace;
padding: 8px 10px 8px 0;
display: flex;
border-radius: $border-radius;
border: 1px solid;
@include themify($themes) {
background-color: transparent;
border-color: themed("borderColorAlt");
}
.modal-body & {
margin-top: 10px;
}
.generated-wrapper {
text-align: left;
width: 100%;
min-width: 0;
white-space: pre-wrap;
word-break: break-all;
padding: 15px;
}
.action-buttons {
display: flex;
align-self: center;
height: 100%;
margin-left: 10px;
button {
margin-left: 10px;
}
}
}
.password-wrapper {
overflow-wrap: break-word;
white-space: pre-wrap;