The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/rocketchat-channel-settings/client/stylesheets/channel-settings.less

34 lines
398 B

.flex-tab {
.channel-settings {
ul {
li {
margin-bottom: 20px;
}
}
form {
label {
display: block;
font-weight: bold;
margin-bottom: 5px;
}
div span {
font-size: 14px;
i.icon-pencil {
font-size: 12px;
margin-left: 3px;
}
}
}
.submit {
margin-top: 30px;
text-align: center;
}
[data-edit] {
cursor: pointer;
}
}
}