* refactor dexie services for future schema updates Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
20 lines
272 B
CSS
20 lines
272 B
CSS
.InputField {
|
|
position: relative;
|
|
}
|
|
|
|
.InputField-validation {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
transform: translateY(-50%);
|
|
font-weight: bold;
|
|
}
|
|
|
|
.InputField-error {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.InputField-error svg {
|
|
margin-left: 4px;
|
|
}
|