2017-05-27 03:27:36 -04:00
|
|
|
// component styles are encapsulated and only applied to their components
|
2017-05-28 16:37:09 -04:00
|
|
|
.integration {
|
2017-12-15 23:22:34 -05:00
|
|
|
border: 1px solid #eee;
|
|
|
|
border-radius: 3px;
|
|
|
|
margin-left: 7px;
|
|
|
|
margin-right: 7px;
|
|
|
|
padding: 5px;
|
|
|
|
width: calc(325px - 14px);
|
|
|
|
position: relative;
|
|
|
|
flex: 1;
|
2017-05-27 03:27:36 -04:00
|
|
|
}
|
|
|
|
|
2017-12-15 23:22:34 -05:00
|
|
|
.integration .integration-avatar {
|
2017-05-27 03:27:36 -04:00
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
2017-12-15 23:22:34 -05:00
|
|
|
float: left;
|
2017-05-27 03:27:36 -04:00
|
|
|
}
|
|
|
|
|
2017-12-15 23:22:34 -05:00
|
|
|
.integration .integration-name {
|
2017-05-27 03:27:36 -04:00
|
|
|
display: inline-block;
|
2017-12-15 23:22:34 -05:00
|
|
|
font-size: 1.1em;
|
|
|
|
font-weight: 100;
|
|
|
|
padding-left: 5px;
|
2017-05-27 03:27:36 -04:00
|
|
|
}
|
|
|
|
|
2017-12-15 23:22:34 -05:00
|
|
|
.integration .integration-description {
|
|
|
|
display: block;
|
|
|
|
font-size: 0.8em;
|
|
|
|
margin-left: 55px;
|
|
|
|
color: #999;
|
2017-05-29 00:51:04 -04:00
|
|
|
}
|