1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02: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%;
border: 1px solid #000000;
border-radius: $border-radius;
@include themify($themes) {
border-color: themed('inputBorderColor');
}
@ -236,6 +237,7 @@
padding: 10px 8px;
background: none;
border: none;
@include themify($themes) {
color: themed('boxRowButtonColor');
}