summaryrefslogtreecommitdiff
path: root/web-ui/src/backup_account/page.scss
diff options
context:
space:
mode:
authorthaissiqueira <thais.siqueira@thoughtworks.com>2017-03-16 11:51:00 -0300
committerGitHub <noreply@github.com>2017-03-16 11:51:00 -0300
commitd1459b65bc24e51b4cf350de052cf8cfa5cd88d8 (patch)
treec46172a8ad735864121bfd7195075bc82a1a178d /web-ui/src/backup_account/page.scss
parentea05559a4346b7119287356e408db453e39d1cb7 (diff)
parenta36902d4a520e933e4ffde1e6bbc8fae20522f10 (diff)
Merge pull request #1011 from pixelated/confirmation-page
[#971] Add backup account confirmation page
Diffstat (limited to 'web-ui/src/backup_account/page.scss')
-rw-r--r--web-ui/src/backup_account/page.scss62
1 files changed, 7 insertions, 55 deletions
diff --git a/web-ui/src/backup_account/page.scss b/web-ui/src/backup_account/page.scss
index aa973fcd..71e3f074 100644
--- a/web-ui/src/backup_account/page.scss
+++ b/web-ui/src/backup_account/page.scss
@@ -31,6 +31,12 @@ a {
text-decoration: none;
}
+.container {
+ background: $white;
+ margin: 3% auto;
+ box-shadow: 0 2px 3px 0 $shadow;
+}
+
.page {
font-family: "Open Sans", "Microsoft YaHei", "Hiragino Sans GB", "Hiragino Sans GB W3", "微软雅黑", "Helvetica Neue", Arial, sans-serif;
background: $dark_blue; /* For browsers that do not support gradients */
@@ -48,10 +54,6 @@ section {
flex: 1 0 auto;
}
-form {
- width: 100%;
-}
-
h1 {
font-size: 1.3em;
font-weight: 600;
@@ -65,6 +67,7 @@ p {
.link {
color: $dark_blue;
font-style: italic;
+ font-size: 0.8em;
.fa {
font-size: 1.6em;
@@ -75,59 +78,8 @@ p {
}
-.container {
- background: $white;
- width: 84%;
- margin: 3% auto;
- padding: 6% 5%;
- display: flex;
- align-items: flex-start;
- flex-direction: column;
- box-shadow: 0 2px 3px 0 $shadow;
-}
-
-.backup-account-image {
- width: 50%;
- height: 100%;
- align-self: center;
-}
-
@media only screen and (min-width : 500px) {
body {
font-size: 1.3em;
}
-
- form {
- display: flex;
- flex-direction: column;
-
- .input-field-group, .submit-button, .link-content {
- width: 70%;
- align-self: center;
- }
- }
-}
-
-@media only screen and (min-width : 960px) {
- .container{
- width: 60%;
- padding: 3em;
- align-items: flex-start;
- flex-direction: row;
- max-width: 700px;
- }
-
- form {
- margin-left: 2.5em;
- min-height: 492px;
-
- .input-field-group, .submit-button, .link-content {
- width: 300px;
- align-self: flex-start;
- }
- }
-
- .backup-account-image {
- width: 300px;
- }
}