matrix-dimension/web/app/integration/integration.component.scss

32 lines
581 B
SCSS
Raw Normal View History

// component styles are encapsulated and only applied to their components
2017-05-28 20:37:09 +00:00
.integration {
2017-12-16 04:22:34 +00: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-12-16 04:22:34 +00:00
.integration .integration-avatar {
width: 50px;
height: 50px;
2017-12-16 04:22:34 +00:00
float: left;
}
2017-12-16 04:22:34 +00:00
.integration .integration-name {
display: inline-block;
2017-12-16 04:22:34 +00:00
font-size: 1.1em;
font-weight: 100;
padding-left: 5px;
}
2017-12-16 04:22:34 +00:00
.integration .integration-description {
display: block;
font-size: 0.8em;
margin-left: 55px;
color: #999;
}