healthchecks/static/css/profile.css
Pēteris Caune 6ed983cdd5
Improve copy in "Profile" > "Email and Password" section
When an account has a password, replace "Set Password"
button's label with "Change Password"
2021-04-22 10:31:35 +03:00

71 lines
1.0 KiB
CSS

.panel-success .panel-footer {
background: #dff0d8;
color: #3c763d;
font-size: small;
text-align: center;
border-top: 0;
padding: 6px 15px;
}
.panel-info .panel-footer {
background: #d9edf7;
color: #31708f;
font-size: small;
text-align: center;
border-top: 0;
padding: 8px 15px;
}
span.loading {
color: #888;
font-style: italic;
}
#billing-address-modal label {
font-weight: normal;
}
#billing-address-modal .modal-body {
margin-left: 30px;
margin-right: 30px;
}
.masked_number {
padding-left: 8px;
}
.billing-empty {
color: #888;
}
.at-limit span {
display: inline-block;
background-color: #FFD54F;
font-weight: bold;
font-size: 12px;
border-radius: 2px;
padding: 2px 6px;
}
#my-projects th {
border-top: 0;
}
#my-projects td {
vertical-align: middle;
}
#my-projects .name {
width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#my-keys th {
border-top: 0;
}
.settings-bar {
line-height: 34px;
}