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/integrations/client/stylesheets/integrations.css

75 lines
1.0 KiB

.admin-integrations-new-panel {
& .admin-integrations-new-item {
display: flex;
padding: 20px 10px;
cursor: pointer;
color: #444444;
border-bottom: 1px solid #dddddd;
align-items: center;
&:hover {
background-color: #fafafa;
}
& > i {
color: #aaaaaa;
font-size: 2rem;
}
& .admin-integrations-new-item-body {
display: flex;
flex-direction: column;
padding: 0 20px;
flex-grow: 1;
}
& .admin-integrations-new-item-title {
font-size: 1.4rem;
font-weight: 500;
line-height: 2.1rem;
}
& .admin-integrations-new-item-description {
color: #aaaaaa;
font-size: 1rem;
line-height: 1.5rem;
}
}
& > a:last-child > .admin-integrations-new-item {
border-bottom: none;
}
}
.message-example {
& li {
list-style: none;
}
}
.integrate-other-ways {
& p {
font-size: 1rem;
line-height: 1.5rem;
& a {
color: #175cc4 !important;
}
}
}
.content.zapier {
display: flex;
flex-direction: column;
align-items: center;
#zapier-goes-here {
width: 95%;
}
}