diff options
| author | akiyamn | 2022-06-07 13:28:35 +1000 |
|---|---|---|
| committer | akiyamn | 2022-06-07 13:28:35 +1000 |
| commit | 44e204689dbb7091ed4e6eff92b30927ebf06ae9 (patch) | |
| tree | 7df2db8a56ccb0c54676283f6307cada7439857e /src/32.html | |
| parent | 29b082d779124056408b65f49611c9c88a28adc3 (diff) | |
| download | css-44e204689dbb7091ed4e6eff92b30927ebf06ae9.tar.gz css-44e204689dbb7091ed4e6eff92b30927ebf06ae9.zip | |
Minor modifications as per request including: buttons, checkboxes
Diffstat (limited to 'src/32.html')
| -rw-r--r-- | src/32.html | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/32.html b/src/32.html index e3300ae..fbbb562 100644 --- a/src/32.html +++ b/src/32.html @@ -8,8 +8,9 @@ <link rel="icon" type="image/x-icon" href="favicon.ico" /> <link rel="stylesheet" href="css/bigstyle.css" /> <link rel="stylesheet" href="css/style.css" /> - <link rel="stylesheet" href="css/buttons.css" /> + <link rel="stylesheet" href="css/labels.css" /> <link rel="stylesheet" href="css/uploadbox.css" /> + <link rel="stylesheet" href="css/buttons.css" /> <link rel="stylesheet" href="css/infobox.css" /> </head> <body class="authenticatedpage page legacy-page base-page basicpage page-mygov-auth-account bg-blue-grey"> @@ -51,7 +52,7 @@ Lorem ipsum dolor sit amet, consec tetur adipiscing elit. </div> </div> - <button class="btn tertiary small">Add file</button> + <label class="btn btn--tertiary small">Add file</label> </div> <div class="upload-box"> @@ -71,7 +72,7 @@ Lorem ipsum dolor sit amet, consec tetur adipiscing elit. </div> </div> - <button class="btn tertiary small">Add file</button> + <label class="btn btn--tertiary small">Add file</label> </div> <div class="spacer"></div> @@ -94,17 +95,17 @@ Processing... </div> </div> - <button class="btn tertiary small">Add file</button> + <label class="btn btn--tertiary small">Add file</label> </div> <div class="upload-box"> <p class="upload-box__text">Congue quisque egestas diam in arcu cursus. Diam vulputate ut pharetra sit amet. Aliquet sagittis id consectetur purus ut faucibus. </p> - <button class="btn tertiary">Add supporting documents</button> + <label class="btn btn--tertiary">Add supporting documents</label> </div> - <button class="btn primary">Confirm</button> - <button class="btn secondary">Cancel</button> + <label class="btn btn--primary">Confirm</label> + <label class="btn btn--secondary">Cancel</label> </div> </main> </div> |
