This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/css/pages/update-user.css
2019-11-12 11:09:47 -05:00

25 lines
374 B
CSS

.update-user p {
margin-top: 20px;
}
.update-user .username-status {
margin-left: 10px;
font-size: 125%;
vertical-align: middle;
}
.update-user .username-status .fa {
margin-right: 4px;
}
.update-user i.fa-exclamation-triangle {
color: #FCA657;
}
.update-user i.fa-check-circle {
color: #2FC98E;
}
.update-user i.fa-ban {
color: #D64456;
}