1
0
mirror of https://github.com/bitwarden/web synced 2026-01-10 04:23:28 +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

@@ -4,7 +4,7 @@
aria-hidden="true">&times;</span></button>
<h3 class="card-body-header">{{(add ? 'addStorage' : 'removeStorage') | i18n}}</h3>
<div class="row">
<div class="form-group col-6">
<div class="form-group col-md-6">
<label for="storageAdjustment">{{(add ? 'gbStorageAdd' : 'gbStorageRemove') | i18n}}</label>
<input id="storageAdjustment" class="form-control" type="number" name="StroageGbAdjustment"
[(ngModel)]="storageAdjustment" min="0" max="99" step="1" required>