1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

[PM-1834] Add Windows 8/8.1 deprecation notice (#5213)

This commit is contained in:
Oscar Hinton
2023-04-17 17:03:40 +02:00
committed by GitHub
parent 07c2c2af20
commit d605187de8
6 changed files with 65 additions and 0 deletions

View File

@@ -272,3 +272,13 @@
}
}
}
// TODO: Remove after 2023.4 release
.os-deprecated {
margin-top: 20px;
width: 500px;
}
#lock-page {
flex-direction: column;
}