2013-10-10 03:30:07 -04:00
|
|
|
.account-page {
|
|
|
|
fieldset {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-build-token {
|
|
|
|
float: left;
|
|
|
|
padding: 6px 20px;
|
|
|
|
margin-right: 12px;
|
|
|
|
}
|
|
|
|
|
2013-12-05 04:26:55 -05:00
|
|
|
.profile-avatar-form-option {
|
|
|
|
hr {
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
2013-12-02 13:03:07 -05:00
|
|
|
}
|
2014-01-08 12:57:35 -05:00
|
|
|
|
2015-03-21 20:44:40 -04:00
|
|
|
.oauth-buttons {
|
|
|
|
.btn-group {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
2015-05-28 14:36:47 -04:00
|
|
|
line-height: 40px;
|
|
|
|
height: 42px;
|
|
|
|
padding: 0px 12px;
|
2015-03-21 20:44:40 -04:00
|
|
|
|
|
|
|
img {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-05-22 18:33:44 -04:00
|
|
|
|
|
|
|
// Profile > Account > Two Factor Authentication
|
|
|
|
.two-factor-new {
|
|
|
|
.manual-instructions {
|
|
|
|
h3 {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Slightly increase the size of the details so they're easier to read
|
|
|
|
dl {
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-10-16 07:24:28 -04:00
|
|
|
|
|
|
|
.calendar-hint {
|
|
|
|
margin-top: -12px;
|
|
|
|
float: right;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2015-11-03 08:00:41 -05:00
|
|
|
|
|
|
|
.profile-link-holder {
|
|
|
|
display: inline;
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
content: "\00B7";
|
|
|
|
padding: 0px 6px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
&:after {
|
|
|
|
content: "";
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $blue-dark;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|