Skip to content
Snippets Groups Projects
Commit 514449cc authored by danieldeng2's avatar danieldeng2
Browse files

Lighter colour for file banners

parent 987353eb
No related branches found
No related tags found
No related merge requests found
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
...@@ -42,8 +42,8 @@ ...@@ -42,8 +42,8 @@
.quickViewCard :global(.card-img-top) { .quickViewCard :global(.card-img-top) {
border-bottom: 0px; border-bottom: 0px;
border-top-left-radius: 0.5rem; border-top-left-radius: 0.4rem;
border-top-right-radius: 0.5rem; border-top-right-radius: 0.4rem;
} }
$blue-tag-background: transparentize($blue-100, 0.5); $blue-tag-background: transparentize($blue-100, 0.5);
......
...@@ -4,7 +4,7 @@ $notice-line: transparentize($gray-600, 0.4); ...@@ -4,7 +4,7 @@ $notice-line: transparentize($gray-600, 0.4);
.noticeContainer { .noticeContainer {
background-color: $white; background-color: $white;
border-radius: 8px; border-radius: .5rem;
border: 1px solid $gray-200; border: 1px solid $gray-200;
padding: 10px; padding: 10px;
transition: 0.2s transform, 0.2s box-shadow, 0.2s background-color; transition: 0.2s transform, 0.2s box-shadow, 0.2s background-color;
......
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
font-weight: 500; font-weight: 500;
text-transform: uppercase; text-transform: uppercase;
text-align: right; text-align: right;
padding: 0.5rem; // padding: 0.5rem;
font-size: 1.125rem; font-size: 1.125rem;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment