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.css

114 lines
1.4 KiB

.flex-tab {
& .channel-settings {
& ul {
& li {
margin-bottom: 20px;
}
}
& label {
display: block;
margin-bottom: 5px;
font-size: 14px;
font-weight: bold;
}
& .current-setting {
display: inline-block;
width: calc(100% - 38px);
min-height: 20px;
margin-top: 3px;
cursor: pointer;
vertical-align: middle;
font-size: 14px;
&[data-edit="false"] {
cursor: inherit;
user-select: initial;
}
}
& .editing {
margin: -2px 0 -1px -9px;
padding-right: 80px;
font-size: 14px;
}
& .buttons {
position: absolute;
top: -1px;
right: 10px;
bottom: 0;
border-radius: 0 4px 4px 0;
& .button {
padding: 8px;
}
}
& .button.edit {
display: inline-block;
visibility: hidden;
padding: 8px;
vertical-align: middle;
font-size: 12px;
}
& .submit {
margin-top: 30px;
text-align: center;
}
& .boolean {
font-size: 0;
& > label {
display: inline-block;
width: calc(100% - 45px);
vertical-align: middle;
}
& .setting-block {
display: inline-block;
width: 40px;
margin-left: -5px;
vertical-align: middle;
}
}
& .setting-block {
position: relative;
font-size: 0;
& .loading-animation {
top: 30px;
}
&:hover {
& .button.edit {
visibility: visible;
}
}
}
& nav {
text-align: right;
}
}
}