1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

move to stripe elements

This commit is contained in:
Kyle Spearrin
2019-02-18 23:40:04 -05:00
parent e45c988637
commit 773f0be84a
4 changed files with 141 additions and 363 deletions

View File

@@ -704,6 +704,14 @@ app-user-billing {
}
}
.form-control.is-focused {
color: $input-focus-color;
background-color: $input-focus-bg;
border-color: $input-focus-border-color;
outline: 0;
box-shadow: $input-focus-box-shadow;
}
.org-nav {
background-color: $input-bg;
border-bottom: 1px solid $border-color;