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

updates per oscar

This commit is contained in:
DanHillesheim
2022-10-27 09:45:22 -06:00
parent 4004219059
commit be1b4127cb
3 changed files with 2 additions and 2 deletions

View File

@@ -91,10 +91,10 @@ button.box-content-row {
display: block; display: block;
width: calc(100% - 20px); width: calc(100% - 20px);
text-align: left; text-align: left;
border-color: none;
@include themify($themes) { @include themify($themes) {
background-color: themed("boxBackgroundColor"); background-color: themed("boxBackgroundColor");
border-color: none;
} }
} }

View File

@@ -27,7 +27,6 @@ app-generator .generated-block {
white-space: pre-wrap; white-space: pre-wrap;
word-break: break-all; word-break: break-all;
padding: 15px; padding: 15px;
border-color: $background-color;
border-radius: $border-radius; border-radius: $border-radius;
border: 1px solid; border: 1px solid;

View File

@@ -128,6 +128,7 @@
height: 1px; height: 1px;
width: calc(100% - 10px); width: calc(100% - 10px);
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
@include themify($themes) { @include themify($themes) {
border-bottom-color: themed("boxBorderColor"); border-bottom-color: themed("boxBorderColor");
} }