2013-10-10 03:30:07 -04:00
|
|
|
.account-page {
|
|
|
|
fieldset {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
border-bottom: 1px dashed #ddd;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
legend {
|
|
|
|
border: none;
|
2013-12-30 18:27:02 -05:00
|
|
|
margin-bottom: 10px;
|
2013-10-10 03:30:07 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.oauth_select_holder {
|
|
|
|
img {
|
|
|
|
padding: 2px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
.active {
|
|
|
|
img {
|
|
|
|
border: 1px solid #4BD;
|
|
|
|
background: $hover;
|
|
|
|
@include border-radius(5px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
|
|
|
|
.user-show-username {
|
|
|
|
font-weight: 200;
|
|
|
|
color: #666;
|
|
|
|
}
|
2014-01-08 18:06:19 -05:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Appearance settings
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
.themes_opts {
|
|
|
|
label {
|
|
|
|
margin-right: 20px;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.prev {
|
|
|
|
@extend .thumbnail;
|
|
|
|
height: 30px;
|
|
|
|
width: 175px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
|
|
&.classic {
|
|
|
|
background: #31363e;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.default {
|
|
|
|
background: #f1f1f1;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.modern {
|
2014-05-13 11:41:36 -04:00
|
|
|
background: #009871;
|
2014-01-08 18:06:19 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
&.gray {
|
|
|
|
background: #373737;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.violet {
|
2014-05-13 08:15:46 -04:00
|
|
|
background: #548;
|
2014-01-08 18:06:19 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.code_highlight_opts {
|
|
|
|
margin-top: 10px;
|
|
|
|
|
|
|
|
label {
|
|
|
|
margin-right: 20px;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.prev {
|
|
|
|
@extend .thumbnail;
|
|
|
|
height: 151px;
|
|
|
|
width: 220px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-02-07 01:19:49 -05:00
|
|
|
|
|
|
|
.profile-groups-avatars {
|
|
|
|
margin: 0 5px 10px 0;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
}
|