feat(recording): Implement dropbox integration

This commit is contained in:
hristoterezov
2018-08-09 18:00:03 -05:00
committed by yanas
parent f10d42f8e4
commit df0e107ea6
18 changed files with 715 additions and 149 deletions

View File

@@ -2,6 +2,38 @@
vertical-align: top;
}
.recording-dialog {
.authorization-panel {
align-items: center;
border-bottom: 2px solid rgba(0, 0, 0, 0.3);
display: flex;
flex-direction: column;
margin-bottom: 10px;
padding-bottom: 10px;
.dropbox-sign-in {
background-color: #4285f4;
border-radius: 2px;
cursor: pointer;
display: inline-flex;
padding: 1px;
margin: 10px 0px;
.dropbox-logo {
background-color: white;
border-radius: 2px;
display: inline-block;
padding: 8px;
height: 18px;
}
}
.logged-in-pannel {
padding: 10px;
}
}
}
.live-stream-dialog {
/**
* Set font-size to be consistent with Atlaskit FieldText.