further improve ui contrast and consistency

This commit is contained in:
Shawn Erquhart
2017-05-03 15:50:50 -04:00
parent 5adbecad77
commit e21a33986f
6 changed files with 8 additions and 17 deletions

View File

@ -1,9 +1,9 @@
@import '../theme.css';
.card {
composes: base container rounded depth;
composes: base container rounded;
overflow: hidden;
border: 1px solid #f7f8f8;
border: 2px solid var(--textFieldBorderColor);
transition: all .1s ease-in-out;
transform: translateY(0);
padding: 16px 24px;

View File

@ -17,7 +17,7 @@
--topmostZindex: 99999;
--foregroundAltColor: #fff;
--backgroundAltColor: #232528;
--textFieldBorderColor: #e7e7e7;
--textFieldBorderColor: #e6e6e6;
--highlightFGColor: #fff;
--highlightBGColor: #3ab7a5;
--highlightFGAltColor: #eee;
@ -40,10 +40,6 @@
border-radius: var(--borderRadius);
}
.depth {
box-shadow: var(--dropShadow);
}
.clearfix:after {
content: '';
display: table;