diff --git a/app/assets/styles/blink/_AudioCallBox.scss b/app/assets/styles/blink/_AudioCallBox.scss index 63c7fde..0b1c171 100644 --- a/app/assets/styles/blink/_AudioCallBox.scss +++ b/app/assets/styles/blink/_AudioCallBox.scss @@ -1,96 +1,96 @@ .container { flex: 1; } .userIconContainer { padding-top: 20px; margin: 0 auto; } .tabletUserIconContainer { padding-top: 60px; margin: 0 auto; } .appbarContainer { background-color: rgba(34,34,34,.7); z-index: 1; } .portraitButtonContainer { justify-self: flex-end; flex-direction: row; margin: 0 auto; margin-top:auto; bottom: 20; margin-bottom: 50px; } .tabletPortraitButtonContainer { justify-self: flex-end; flex-direction: row; margin: 0 auto; margin-top:auto; - bottom: 40; + bottom: 60; margin-bottom: 40px; } .landscapeButtonContainer { justify-self: flex-end; flex-direction: row; margin: 0 auto; margin-top:auto; bottom: 10; margin-bottom: 0px; } .tabletLandscapeButtonContainer { justify-self: flex-end; flex-direction: row; margin: 0 auto; margin-top:auto; - bottom: 40; + bottom: 60; margin-bottom: 0px; } .activity { margin-top: 30px; } .button { background-color: white; margin: 10px; padding-top: 5px; padding-left: 0px; } .iosButton { background-color: rgba(#F9F9F9, .7); margin: 10px; padding-top: 5px; } .androidButton { background-color: rgba(#F9F9F9, .7); margin: 10px; padding-top: 1px; } .hangupButton { background-color: rgba(#a94442, .8); } .displayName { padding-top: 10px; font-size: 30px; text-align: center; color: white; } .uri { padding: 0px; font-size: 18px; text-align: center; color: white; }