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/push-notifications/client/stylesheets/pushNotifications.css

58 lines
663 B

.flex-tab {
& .push-notifications {
& .input.checkbox.toggle {
width: 40px;
}
& ul {
& li {
margin-bottom: 20px;
}
}
& form {
& label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
& div span {
font-size: 14px;
& i.icon-pencil {
margin-left: 3px;
font-size: 12px;
}
}
}
& .submit {
margin-top: 30px;
text-align: center;
}
& [data-edit],
& [data-play] {
cursor: pointer;
}
& .disable-notifications,
& .unread-room-status {
display: flex;
align-items: center;
& label {
flex: 1 1;
}
}
& .alert {
padding: 0.5rem;
}
}
}