mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
29 lines
473 B
CSS
29 lines
473 B
CSS
.small-notice {
|
|
background-color: #f7f7f7;
|
|
}
|
|
|
|
.small-notice i {
|
|
font-size: 18px;
|
|
position: relative;
|
|
top: 4px;
|
|
}
|
|
|
|
.personal-advantages img {
|
|
max-height: 60px;
|
|
max-width: 60px;
|
|
}
|
|
|
|
.approved-phone {
|
|
background-color: #ebf2e5 !important;
|
|
border-color: #4a7c20 !important;
|
|
}
|
|
|
|
.rejected-phone {
|
|
background-color: #f8e6e9 !important;
|
|
border-color: #ba7b84 !important;
|
|
}
|
|
|
|
.phone-validation-error {
|
|
color: #c75050;
|
|
font-size: 14px;
|
|
} |