From aa17ffb8d82490b1c05b34ac0dd2607622fafed2 Mon Sep 17 00:00:00 2001 From: akiyamn Date: Mon, 30 May 2022 16:13:42 +1000 Subject: Reorganised project structure --- uploadbox.css | 64 ----------------------------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 uploadbox.css (limited to 'uploadbox.css') diff --git a/uploadbox.css b/uploadbox.css deleted file mode 100644 index 6274521..0000000 --- a/uploadbox.css +++ /dev/null @@ -1,64 +0,0 @@ -:root { - --font-size-12: 0.75rem; - --light-grey: #666 -} -.upload-box { - background-color: var(--white); - border: 1px solid var(--grey1c-100); - border-radius: 5px; - padding: 16px; - margin: 10px 0; -} -.upload-box div.upload-box__title { - font-weight: bold; - font-size: var(--font-size-18); - color: var(--dark-grey) !important; - margin-bottom: 20px; -} - -.upload-box p.upload-box__small-text { - font-size: var(--font-size-12); - color: var(--light-grey) !important; - -} - -.upload-box p.upload-box__text { - font-size: var(--font-size-16); - color: var(--black) !important; - margin-top: 0; -} - -.upload-box .btn { - margin: 0; -} - -.upload-box__file-list .upload-box__file-item { - padding-bottom: 0.75rem; - margin-bottom: 0.75rem; - border-bottom: 1px solid #ddd; -} -.upload-box__file-list .upload-box__file-item:last-child { - border-bottom: 0; - padding-bottom: 0; - -} -.upload-box__file-list .upload-box__file-item-textbox { - width: 100%; - min-height: 1.25rem; -} -.upload-box__file-list .upload-box__file-item-textbox .upload-box__file-item-text { - float: left; -} -.upload-box__file-list .upload-box__file-item-textbox .upload-box__file-item-icon { - float: right; -} -.upload-box__file-list .upload-box__file-item-size { - font-size: var(--font-size-14); - color: var(--light-grey) !important; - font-weight: bold !important; - margin: 0.25rem 0; -} - -.upload-box hr { - margin: 0.5rem; -} \ No newline at end of file -- cgit v1.2.3