summaryrefslogtreecommitdiff
path: root/uploadbox.css
diff options
context:
space:
mode:
authorakiyamn2022-05-30 16:13:42 +1000
committerakiyamn2022-05-30 16:13:42 +1000
commitaa17ffb8d82490b1c05b34ac0dd2607622fafed2 (patch)
tree0e855ee7606df83c9fc0c27ec609efc78106ee08 /uploadbox.css
parentce6bb6228cd032e67c4b3af588eb07808678623f (diff)
downloadcss-aa17ffb8d82490b1c05b34ac0dd2607622fafed2.tar.gz
css-aa17ffb8d82490b1c05b34ac0dd2607622fafed2.zip
Reorganised project structure
Diffstat (limited to 'uploadbox.css')
-rw-r--r--uploadbox.css64
1 files changed, 0 insertions, 64 deletions
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