CSS for IntegrationsManager
This commit is contained in:
parent
ac24d6707f
commit
c4d408d095
2 changed files with 17 additions and 4 deletions
|
@ -15,6 +15,19 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
.mx_IntegrationsManager {
|
||||
width: 640px;
|
||||
height: 600px;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
-webkit-justify-content: center;
|
||||
}
|
||||
|
||||
.mx_IntegrationsManager iframe {
|
||||
background-color: #fff;
|
||||
border: 0px;
|
||||
width: 720px;
|
||||
height: 512px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue