mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
updates per oscar
This commit is contained in:
@@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user