1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

Merge branch 'browser-ext-ui-update-test' of https://github.com/bitwarden/clients into browser-ext-ui-update-test

This commit is contained in:
DanHillesheim
2022-10-20 16:33:36 -06:00
2 changed files with 0 additions and 16 deletions

View File

@@ -53,8 +53,6 @@
} }
.box-content { .box-content {
// border-top: 1px solid #000000;
// border-bottom: 1px solid #000000;
@include themify($themes) { @include themify($themes) {
background-color: themed("backgroundColor"); background-color: themed("backgroundColor");

View File

@@ -120,20 +120,6 @@
z-index: 1; z-index: 1;
text-align: left; 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, &:first-child,
&:last-child { &:last-child {
border-radius: $border-radius; border-radius: $border-radius;