matrix-dimension/web/app/integration/integration.component.scss
2017-05-28 14:37:09 -06:00

34 lines
530 B
SCSS

// component styles are encapsulated and only applied to their components
.integration {
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;
}