summaryrefslogtreecommitdiff
path: root/src/css/style.css
diff options
context:
space:
mode:
authorakiyamn2022-06-09 14:04:30 +1000
committerakiyamn2022-06-09 14:04:30 +1000
commit331d02e3575453e0071b746c605c8c4cfba9edb1 (patch)
treeaa24fe73d87ccf606121fbc785d74abccef5d4cf /src/css/style.css
parent7b9475a8c88888ce17b045ab262e332c251ddfc2 (diff)
downloadcss-331d02e3575453e0071b746c605c8c4cfba9edb1.tar.gz
css-331d02e3575453e0071b746c605c8c4cfba9edb1.zip
Thursday arvo tweaks
Diffstat (limited to 'src/css/style.css')
-rw-r--r--src/css/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/css/style.css b/src/css/style.css
index c41a3a9..a78d18d 100644
--- a/src/css/style.css
+++ b/src/css/style.css
@@ -170,3 +170,18 @@ tester {
background-color: lightblue;
}
}
+
+.page-mygov-auth-account .authenticated-body-container {
+ box-shadow: none !important;
+ border: none !important;
+}
+
+.page-mygov-auth-account .authenticated-body-container__page .documentlodgementservice .upload-box {
+ position: relative;
+}
+
+.page-mygov-auth-account .authenticated-body-container__page .documentlodgementservice .upload-box .close {
+ position: absolute;
+ top: 16px;
+ right: 16px;
+} \ No newline at end of file