formatting
This commit is contained in:
parent
0314b4280a
commit
1b6eea77ab
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue