2013-04-04 15:11:51 -04:00
|
|
|
.update-notifications {
|
2013-12-30 19:50:36 -05:00
|
|
|
.radio-inline {
|
2014-01-06 07:19:25 -05:00
|
|
|
margin-right: 9%;
|
2013-04-04 15:11:51 -04:00
|
|
|
}
|
|
|
|
}
|
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 {
|
|
|
|
background: #345;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.gray {
|
|
|
|
background: #373737;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.violet {
|
|
|
|
background: #547;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
2014-02-17 11:06:24 -05:00
|
|
|
|
|
|
|
.global-notifications-form .level-title {
|
|
|
|
font-size: 15px;
|
|
|
|
color: #333;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification-icon-holder {
|
|
|
|
width: 20px;
|
|
|
|
float: left;
|
|
|
|
}
|