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/30.html | |
| parent | 29b082d779124056408b65f49611c9c88a28adc3 (diff) | |
| download | css-44e204689dbb7091ed4e6eff92b30927ebf06ae9.tar.gz css-44e204689dbb7091ed4e6eff92b30927ebf06ae9.zip | |
Minor modifications as per request including: buttons, checkboxes
Diffstat (limited to 'src/30.html')
| -rw-r--r-- | src/30.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/30.html b/src/30.html index eb340f9..8d0289c 100644 --- a/src/30.html +++ b/src/30.html @@ -31,7 +31,7 @@ <div class="upload-box"> <h2>Uploading</h2> - <button class="btn tertiary">Cancel</button> + <label class="btn btn--tertiary">Cancel</label> <div class="pdf-preview-loading"> <div class="pdf-preview-loading__text"> <div style="background-color:green">loading animation</div> <!-- placeholder for loading animation gif--> |
