Merge pull request #1131 from jitsi/suspended-detection

Suspended detection
This commit is contained in:
hristoterezov
2016-11-10 13:45:14 -06:00
committed by GitHub
5 changed files with 111 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
text-align: center;
&__title {
margin: 12px 0;
margin: 17px 0;
padding-bottom: 17px;
color: $popoverFontColor;
font-size: 21px;
@@ -26,4 +26,8 @@
margin: 0 10px;
font-size: 50px;
}
&__button {
float: none !important;
}
}