formatting

This commit is contained in:
Kyle Spearrin 2018-05-31 15:41:48 -04:00
parent 0314b4280a
commit 1b6eea77ab
1 changed files with 2 additions and 0 deletions

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');
}