-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Style ODK-X Survey Instance Savepoints-types #210
base: development
Are you sure you want to change the base?
Style ODK-X Survey Instance Savepoints-types #210
Conversation
Hi @Redeem-Grimm-Satoshi @wbrunette @maprehensive Please can you review this. |
app/config/assets/css/odk-survey.css
Outdated
.savepoints.finalized { | ||
display: flex; | ||
text-align: center; | ||
align-items: center; | ||
width: fit-content; | ||
padding: 16px; | ||
justify-content: center; | ||
color: #1CCB3D; | ||
background-color: #F0FDF2; | ||
height: 40px; | ||
} | ||
|
||
.savepoints.incomplete { | ||
display: flex; | ||
text-align: center; | ||
align-items: center; | ||
width: fit-content; | ||
padding: 16px; | ||
justify-content: center; | ||
color: #DF961F; | ||
background-color: #FCF8EA; | ||
height: 40px; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@juayuohcarineneng19 I don't see any border-radius, did you leave this out intentionally?
Those states have a border-radius on the design screen but I can't see it here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@juayuohcarineneng19 I don't see any border-radius, did you leave this out intentionally?
Those states have a border-radius on the design screen but I can't see it here
Hi @Redeem-Grimm-Satoshi I have added border-radius .
... |
@r0ssing Please just go ahead and merge this. Looks good |
Approved designs on instance savepoint-types,