1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

Update apps/desktop/src/scss/box.scss

Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
This commit is contained in:
DanHillesheim
2022-10-20 09:31:34 -06:00
committed by GitHub
parent fd1f0b633a
commit 1d42dbee41

View File

@@ -120,20 +120,6 @@
z-index: 1;
text-align: left;
// &:before {
// content: "";
// position: absolute;
// right: 0;
// bottom: 0;
// height: 1px;
// width: calc(100% - 10px);
// border-bottom: 1px solid #000000;
// @include themify($themes) {
// border-bottom-color: themed("boxBorderColor");
// }
// }
&:first-child,
&:last-child {
border-radius: $border-radius;