mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
styling for gen password
This commit is contained in:
parent
b94b879f53
commit
b083b03050
@ -184,7 +184,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
<div class="box-content-row">
|
<div class="box-content-row">
|
||||||
<textarea id="notes" name="Notes" rows="12" [(ngModel)]="cipher.notes"></textarea>
|
<textarea id="notes" name="Notes" rows="10" [(ngModel)]="cipher.notes"></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -108,6 +108,10 @@ input, select, textarea, button {
|
|||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
resize: vertical;
|
||||||
|
}
|
||||||
|
|
||||||
#vault {
|
#vault {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -791,7 +795,7 @@ input, select, textarea, button {
|
|||||||
width: calc(100% - 25px);
|
width: calc(100% - 25px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.right-icon {
|
.right-icon, .fa-chevron-right {
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
color: $list-icon-color;
|
color: $list-icon-color;
|
||||||
|
Loading…
Reference in New Issue
Block a user