1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

set locale for angular app

This commit is contained in:
Kyle Spearrin
2018-07-23 21:47:08 -04:00
parent 9d4f29f0a9
commit 65713477de
4 changed files with 18 additions and 1 deletions

View File

@@ -644,6 +644,12 @@ app-user-billing {
}
}
.form-inline {
input[type='datetime-local'] {
width: 200px;
}
}
.org-nav {
background-color: $input-bg;
border-bottom: 1px solid $border-color;