mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
updates per oscar
This commit is contained in:
@@ -91,10 +91,10 @@ button.box-content-row {
|
||||
display: block;
|
||||
width: calc(100% - 20px);
|
||||
text-align: left;
|
||||
border-color: none;
|
||||
|
||||
@include themify($themes) {
|
||||
background-color: themed("boxBackgroundColor");
|
||||
border-color: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@ app-generator .generated-block {
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
padding: 15px;
|
||||
border-color: $background-color;
|
||||
border-radius: $border-radius;
|
||||
border: 1px solid;
|
||||
|
||||
|
||||
@@ -128,6 +128,7 @@
|
||||
height: 1px;
|
||||
width: calc(100% - 10px);
|
||||
border-bottom: 1px solid #000000;
|
||||
|
||||
@include themify($themes) {
|
||||
border-bottom-color: themed("boxBorderColor");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user