diff options
author | tauriedavis <taurie@gitlab.com> | 2017-04-14 14:33:56 -0700 |
---|---|---|
committer | tauriedavis <taurie@gitlab.com> | 2017-04-14 14:33:56 -0700 |
commit | 3545af219b84845b075534ae5f9255f27cf92b89 (patch) | |
tree | b42b021d45c2cffa4385efc1f68f49607bdafd8b | |
parent | 6c055805ea9b0ffeb56d4bc0bb87f16a139167ad (diff) | |
download | gitlab-ce-3545af219b84845b075534ae5f9255f27cf92b89.tar.gz |
Remove lighten blue and add blue-25 for background
-rw-r--r-- | app/assets/stylesheets/pages/profile.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss index a8dad58b1d3..fe084eb9397 100644 --- a/app/assets/stylesheets/pages/profile.scss +++ b/app/assets/stylesheets/pages/profile.scss @@ -291,7 +291,7 @@ table.u2f-registrations { .bordered-box { border: 1px solid $blue-300; border-radius: $border-radius-default; - background-color: lighten($blue-50, 3%); + background-color: $blue-25; position: relative; display: flex; justify-content: center; |