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/app/tokenpass/client/channelSettings.css

47 lines
587 B

.channelSettings-tokenpass {
flex-direction: column;
&.tokenpass__editing {
& .button.edit {
visibility: hidden !important;
}
}
& .details {
padding-left: 1rem;
}
& button {
margin: 0 5px 0 0 !important;
}
& button[disabled] {
opacity: 0.5;
}
& button[disabled]:hover {
opacity: 0.5;
}
& .js-edit {
float: right;
}
& .chip-container {
margin: 0;
& > li {
padding: 2px 8px;
}
}
&__form .button {
visibility: visible !important;
}
&__input {
height: auto !important;
margin: 0 0 10px !important;
padding: 10px !important;
}
}