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-05-27 03:27:36 -04:00
|
|
|
flex: auto;
|
|
|
|
margin: 5px;
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 4px;
|
|
|
|
min-width: 150px;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
float: left;
|
|
|
|
margin-right: 7px;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
border-radius: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
float: right;
|
|
|
|
width: calc(100% - 57px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.switch {
|
|
|
|
display: inline-block;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toolbar {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-left: 5px;
|
2017-05-29 00:51:04 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.config-icon {
|
|
|
|
cursor: pointer;
|
2017-05-27 03:27:36 -04:00
|
|
|
}
|