1
0
mirror of https://github.com/bitwarden/web synced 2025-12-29 14:43:16 +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

@@ -1,5 +1,5 @@
<div class="row" [formGroup]="datesForm">
<div class="col-6 form-group">
<div class="col-md-6 mt-4 mt-md-0 form-group">
<label for="deletionDate">{{'deletionDate' | i18n}}</label>
<ng-template #deletionDateCustom>
<ng-container [ngSwitch]="browserPath">
@@ -48,7 +48,7 @@
</div>
<div class="form-text text-muted small">{{'deletionDateDesc' | i18n}}</div>
</div>
<div class="col-6 form-group">
<div class="col-md-6 mt-4 mt-md-0 form-group">
<div class="d-flex">
<label for="expirationDate">{{'expirationDate' | i18n}}</label>
<a href="#" appStopClick (click)="clearExpiration()" class="ml-auto"