diff --git a/app/assets/styles/blink/_HistoryCard.scss b/app/assets/styles/blink/_HistoryCard.scss index 95546e5..033aff1 100644 --- a/app/assets/styles/blink/_HistoryCard.scss +++ b/app/assets/styles/blink/_HistoryCard.scss @@ -1,46 +1,47 @@ .content { flex: 1; flex-direction: row; } .mainContent { width: 100%; } .userAvatarContent { margin-top: 7px; margin-left: auto; } .landscapeContainer { - width: 43%; + width: 50%; height: 110px; - margin-left: 5%; - margin-top: 10px; + margin-left: 0%; + margin-top: 0px; border-radius: 2px; border: 1px; } .portraitContainer { - width: 90%; + width: 100%; margin: 0 auto; height: 110px; - margin-top: 7px; + border: 1px; + margin-top: 0px; border-radius: 2px; } .landscapeTabletContainer { width: 29%; height: 110px; margin-left: 3%; margin-top: 10px; border-radius: 2px; } .portraitTabletContainer { width: 41%; height: 110px; margin: 0 auto; margin-top: 10px; border-radius: 2px; } diff --git a/app/assets/styles/blink/_NavigationBar.scss b/app/assets/styles/blink/_NavigationBar.scss index 8c6ff3f..8186bab 100644 --- a/app/assets/styles/blink/_NavigationBar.scss +++ b/app/assets/styles/blink/_NavigationBar.scss @@ -1,19 +1,19 @@ .titleContainer { } .subtitle { color: white; - font-size: 16; + font-size: 12; margin-right: 10px; } .title { font-size: 20; } .logo { margin-left: 10px; height: 35px; width: 35px; } diff --git a/app/assets/styles/blink/_ReadyBox.scss b/app/assets/styles/blink/_ReadyBox.scss index 07926ac..5efd682 100644 --- a/app/assets/styles/blink/_ReadyBox.scss +++ b/app/assets/styles/blink/_ReadyBox.scss @@ -1,151 +1,151 @@ @import './variables'; .wholeContainer { flex: 1; flex-direction: column; justify-content: center; } .landscapeTitle { color: white; font-size: 20px; width: 90%; margin-left: 5%; } .portraitTitle { color: white; font-size: 20px; width: 90%; margin-top: 10px; margin-left: 5%; } .landscapeTabletTitle { margin-top: 20px; color: white; font-size: 20px; width: 90%; margin-left: 3%; } .portraitTabletTitle { margin-top: 20px; color: white; font-size: 20px; width: 90%; margin-left: 5%; } .portraitUriButtonGroup { flex-direction: column; - width: 90%; - margin-left: 5%; + width: 100%; + margin-left: 0%; } .landscapeUriButtonGroup { flex-direction: row; - width: 90%; - margin-left: 5%; + width: 100%; + margin-left: 0%; justify-content: space-between; } .portraitTabletUriButtonGroup { flex-direction: column; width: 90%; margin-left: 5%; justify-content: space-between; } .landscapeTabletUriButtonGroup { flex-direction: row; width: 94%; margin-left: 3%; justify-content: space-between; } .portraitUriInputBox { align: left; padding-top: 20px; width: 100%; } .landscapeUriInputBox { align: left; padding-top: 10px; - width: 47%; + width: 50%; } .portraitTabletUriInputBox { align: left; padding-top: 10px; width: 100%; } .landscapeTabletUriInputBox { align: left; padding-top: 10px; width: 65%; } .buttonGroup { flex-direction: row; padding-top: 5px; justify-content: center; } .landscapeButtonGroup { flex-direction: row; padding-top: 5px; justify-content: flex-end; } .uriInputBox { align: left; padding-top: 10px; width: 100%; } .button { background-color: rgba(#6DAA63, .9); margin: 10px; padding-top: 2px; padding-left: 1px; } .iosButton { background-color: rgba(#6DAA63, .9); margin: 10px; padding-top: 4px; padding-left: 1px; } .androidButton { background-color: rgba(#6DAA63, .9); margin: 10px; padding-top: 1px; padding-left: 1px; } .conferenceButton { background-color: rgba(#4572a6, 1); margin: 10px; } .landscapeHistory { width: 100%; flex: 9; } .portraitHistory { width: 100%; flex: 9; } .footer { flex: 1; justify-content: flex-end; padding-bottom: 15px; } diff --git a/app/assets/styles/blink/_StatusBox.scss b/app/assets/styles/blink/_StatusBox.scss index 2ef6f40..bbc9b63 100644 --- a/app/assets/styles/blink/_StatusBox.scss +++ b/app/assets/styles/blink/_StatusBox.scss @@ -1,5 +1,2 @@ .snackbar { - margin-left: 1%; - margin-right: 1%; - border-radius: 3px; }