1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

formatting

This commit is contained in:
Kyle Spearrin
2018-05-31 15:41:48 -04:00
parent 0314b4280a
commit 1b6eea77ab

View File

@@ -222,6 +222,7 @@
width: 100%; width: 100%;
border: 1px solid #000000; border: 1px solid #000000;
border-radius: $border-radius; border-radius: $border-radius;
@include themify($themes) { @include themify($themes) {
border-color: themed('inputBorderColor'); border-color: themed('inputBorderColor');
} }
@@ -236,6 +237,7 @@
padding: 10px 8px; padding: 10px 8px;
background: none; background: none;
border: none; border: none;
@include themify($themes) { @include themify($themes) {
color: themed('boxRowButtonColor'); color: themed('boxRowButtonColor');
} }