InputField refactor

This commit is contained in:
okbel
2018-04-26 11:15:18 -03:00
parent cbdd1921ec
commit 8f6691f7a4
4 changed files with 81 additions and 55 deletions
@@ -16,7 +16,24 @@
}
.detailItemContent {
min-width: 280px;
border: solid 1px #787D80;
border-radius: 2px;
background-color: white;
height: 30px;
display: inline-block;
width: 230px;
display: flex;
> .detailIcon {
font-size: 1.2em;
padding: 0 5px;
color: #787D80;
line-height: 30px;
}
&.disabled {
background-color: #E0E0E0;
}
}
.detailLabel {
@@ -27,19 +44,13 @@
}
.detailValue {
padding: 6px 2px;
border: solid 1px #979797;
display: block;
font-size: 1.1em;
border-radius: 2px;
background-color: #ffffff;
color: #979797;
box-sizing: border-box;
width: 100%;
&.error {
border-color: #FA4643;
}
background: transparent;
border: none;
font-size: 1em;
color: #000;
height: 30px;
outline: none;
flex: 1;
}
.detailItemMessage {