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/floatingpage.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/css/floatingpage.css (limited to 'src/css/floatingpage.css') diff --git a/src/css/floatingpage.css b/src/css/floatingpage.css new file mode 100644 index 0000000..23672e4 --- /dev/null +++ b/src/css/floatingpage.css @@ -0,0 +1,16 @@ + +/* Desktop (at least 64em) */ + +@media only screen and (min-width: 48em) { + .page-mygov-auth-account .authenticated-body-container__page .documentlodgementservice .floating-page { + background-color: var(--white); + padding: 3rem; + margin: 0 auto; + box-shadow: 0px 2px 6px #10182040; + border-radius: 5px; + max-width: 80rem; + } + .page-mygov-auth-account .authenticated-body-container__page .documentlodgementservice .floating-page > :first-child { + margin-top: 0; + } +} \ No newline at end of file -- cgit v1.2.3