1
0
mirror of https://github.com/bitwarden/web synced 2025-12-29 22:53:17 +00:00

Responsive Updates

Initial commit for responsive and dark mode updates
Further work maybe required on resolved merge conflicts
This commit is contained in:
DanHillesheim
2021-09-01 13:29:00 -06:00
committed by Thomas Rittson
parent 9dd859af7a
commit bc8e90ecc2
50 changed files with 272 additions and 173 deletions

View File

@@ -9,7 +9,7 @@
<p>{{'exportMasterPassword' | i18n}}</p>
<div class="row">
<div class="form-group col-6">
<div class="form-group col-12 col-md-6 mt-4 mt-md-0">
<label for="format">{{'fileFormat' | i18n}}</label>
<select class="form-control" id="format" name="Format" [(ngModel)]="format" [disabled]="disabledByPolicy">
<option value="json">.json</option>
@@ -19,7 +19,7 @@
</div>
</div>
<div class="row">
<div class="form-group col-6">
<div class="form-group col-12 col-md-6 mt-4 mt-md-0">
<label for="masterPassword">{{'masterPass' | i18n}}</label>
<input id="masterPassword" type="password" name="MasterPassword" class="form-control"
[(ngModel)]="masterPassword" required appInputVerbatim [disabled]="disabledByPolicy">