Full functionality, needs translation

This commit is contained in:
okbel
2018-04-25 12:53:03 -03:00
parent 754b5c5fbb
commit a79d71da7d
7 changed files with 68 additions and 13 deletions
@@ -7,6 +7,14 @@
display: flex;
}
.columnDisplay {
flex-direction: column;
.detailItemMessage {
padding: 4px 0 0;
}
}
.detailItemContent {
min-width: 280px;
}
@@ -28,13 +36,17 @@
color: #979797;
box-sizing: border-box;
width: 100%;
&.error {
border-color: #FA4643;
}
}
.detailItemMessage {
flex-grow: 1;
display: flex;
align-items: center;
padding-left: 2px;
padding-left: 6px;
padding-top: 16px;
.warningIcon, .checkIcon {
@@ -48,4 +60,4 @@
.warningIcon {
color: #FA4643;
}
}