From 29b082d779124056408b65f49611c9c88a28adc3 Mon Sep 17 00:00:00 2001 From: akiyamn Date: Wed, 1 Jun 2022 16:53:44 +1000 Subject: Add floating page and fix some margins --- src/css/fullonmobile.css | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'src/css/fullonmobile.css') diff --git a/src/css/fullonmobile.css b/src/css/fullonmobile.css index db61ba8..392ebbb 100644 --- a/src/css/fullonmobile.css +++ b/src/css/fullonmobile.css @@ -1,7 +1,7 @@ @media only screen and (min-width: 48em) { - .page-mygov-auth-account .authenticated-body-container__page .documentlodgementservice .full-on-mobile { - background-color: initial; + .page-mygov-auth-account .authenticated-body-container__page .documentlodgementservice .full-width-on-mobile { + /* background-color: initial; */ outline: none; margin: initial; } @@ -9,16 +9,23 @@ @media only screen and (max-width: 48em) { - .page-mygov-auth-account .authenticated-body-container__page .documentlodgementservice .full-on-mobile > .upload-box { + .page-mygov-auth-account .authenticated-body-container__page .documentlodgementservice .full-width-on-mobile > .upload-box { border: none; padding: 0; + margin: 0; + } + + .page-mygov-auth-account .authenticated-body-container__page .documentlodgementservice .full-width-on-mobile { + background-color: var(--white); + box-shadow: -2rem 0 0 0 var(--white), 2rem 0 0 0 var(--white); + padding: 1rem 0; + /* outline: solid 2rem var(--white); */ + /* margin-top: 3rem; */ } .page-mygov-auth-account .authenticated-body-container__page .documentlodgementservice .full-on-mobile { background-color: var(--white); - box-shadow: -2rem 0px 0px 0px var(--white), 2rem 0px 0px 0px var(--white); - /* outline: solid 2rem var(--white); - margin-top: 3rem; */ - + padding: 1rem 0; + outline: solid 10rem var(--white); } } \ No newline at end of file -- cgit v1.2.3