2021-01-13 19:37:17 +01:00
|
|
|
.ShareBoardComponent {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2021-01-13 20:01:33 +01:00
|
|
|
padding: 5px;
|
2021-01-13 19:37:17 +01:00
|
|
|
|
|
|
|
> .row {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2021-01-13 20:01:33 +01:00
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .row:last-child {
|
|
|
|
margin-bottom: 0;
|
2021-01-13 19:37:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.spacer {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
2021-01-13 20:01:33 +01:00
|
|
|
|
|
|
|
input.shareUrl {
|
|
|
|
flex-grow: 1;
|
|
|
|
border: solid 1px #cccccc;
|
|
|
|
margin-right: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
2021-01-13 19:37:17 +01:00
|
|
|
}
|