mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
242 lines
4.5 KiB
SCSS
242 lines
4.5 KiB
SCSS
@import "access-history";
|
|
@import "activity-log";
|
|
|
|
.user-settings {
|
|
background: #fff;
|
|
min-height:300px;
|
|
.table-responsive {
|
|
max-width: 560px;
|
|
max-height: 300px;
|
|
}
|
|
}
|
|
|
|
.settings-modal {
|
|
width:800px;
|
|
max-width: 100%;
|
|
.modal-back {
|
|
width: 8px;
|
|
height: 13px;
|
|
background: url("../images/arrow-left.png");
|
|
@include background-size(100% 100%);
|
|
margin-right: 10px;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
.modal-body {
|
|
padding: 0;
|
|
}
|
|
li {
|
|
list-style: none;
|
|
}
|
|
.settings-table {
|
|
display: table;
|
|
width: 100%;
|
|
> div {
|
|
display: table-cell;
|
|
vertical-align: top;
|
|
}
|
|
.security-links {
|
|
margin-right: 20px;
|
|
.fa {
|
|
margin-right: 6px;
|
|
}
|
|
}
|
|
.settings-links {
|
|
width: 180px;
|
|
background: #FAFAFA;
|
|
border-right: 1px solid #DDD;
|
|
}
|
|
.settings-content {
|
|
padding: 0px 20px 30px;
|
|
.modal-header {
|
|
display: none;
|
|
}
|
|
.section-min {
|
|
padding: 1em 0;
|
|
margin-bottom: 0;
|
|
@include clearfix;
|
|
}
|
|
|
|
.section-max {
|
|
background: #f2f2f2;
|
|
padding: 1em 0;
|
|
margin-bottom: 0;
|
|
@include clearfix;
|
|
.section-title {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
.section-title {
|
|
margin-bottom: 5px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.section-edit {
|
|
text-align: right;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.section-describe {
|
|
color:grey;
|
|
}
|
|
|
|
.divider-dark {
|
|
border-bottom:1px solid #aaaaaa;
|
|
}
|
|
|
|
.divider-light {
|
|
border-bottom:1px solid lightgrey;
|
|
}
|
|
|
|
.setting-list {
|
|
padding: 0;
|
|
list-style-type:none;
|
|
}
|
|
|
|
.mentions-input {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.setting-list-item {
|
|
margin-top:7px;
|
|
.has-error {
|
|
color: #a94442;
|
|
}
|
|
.control-label {
|
|
color: #555;
|
|
}
|
|
hr {
|
|
border-color: #ccc;
|
|
}
|
|
}
|
|
|
|
.file-status {
|
|
font-size: 13px;
|
|
margin-top: 8px;
|
|
color: #555;
|
|
}
|
|
|
|
.confirm-import {
|
|
padding: 4px 10px;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
}
|
|
}
|
|
.nav-pills {
|
|
> li {
|
|
margin: 0;
|
|
a {
|
|
border-radius: 0;
|
|
color: #777;
|
|
}
|
|
.glyphicon {
|
|
width: 25px;
|
|
top: 2px;
|
|
}
|
|
&:hover {
|
|
a {
|
|
background: #E6F2FA;
|
|
}
|
|
}
|
|
&.active {
|
|
a {
|
|
color: #111;
|
|
background-color: #E1E1E1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
h3 {
|
|
font-size: em(20px);
|
|
}
|
|
}
|
|
|
|
.channel-settings {
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.tab-header {
|
|
margin-bottom:1em;
|
|
}
|
|
|
|
.setting-name {
|
|
color:grey;
|
|
font-weight:500;
|
|
}
|
|
|
|
.profile-img {
|
|
width:128px;
|
|
height:128px;
|
|
margin-bottom: 10px;
|
|
@include border-radius(128px);
|
|
}
|
|
|
|
.sel-btn {
|
|
margin-right:5px;
|
|
}
|
|
|
|
.member-list-holder {
|
|
background-color:#fff;
|
|
}
|
|
|
|
.member-div {
|
|
border-bottom:1px solid lightgrey;
|
|
position:relative;
|
|
padding:2px;
|
|
margin: 0;
|
|
width:100%;
|
|
&:first-child {
|
|
border-top:1px solid lightgrey;
|
|
}
|
|
.post-profile-img {
|
|
@include border-radius(50px);
|
|
margin-right: 8px;
|
|
}
|
|
.member-name {
|
|
font-weight:500;
|
|
display: block;
|
|
}
|
|
|
|
.member-email {
|
|
color:darkgrey;
|
|
display: block;
|
|
}
|
|
|
|
.member-role, .member-drop {
|
|
position:absolute;
|
|
right:15px;
|
|
top:13px;
|
|
color:#414142;
|
|
}
|
|
}
|
|
|
|
.member-invite {
|
|
position:absolute;
|
|
right:10px;
|
|
top:7px;
|
|
}
|
|
|
|
.member-menu {
|
|
right:0px;
|
|
left:auto;
|
|
}
|
|
|
|
.member-list {
|
|
width:100%;
|
|
overflow-x:visible;
|
|
}
|
|
|
|
.member-page {
|
|
padding-top:50px;
|
|
}
|
|
|
|
.active-border {
|
|
border:1px solid red;
|
|
}
|
|
|
|
.color-btn {
|
|
margin:4px;
|
|
}
|