Skip to content
Snippets Groups Projects
Commit 00f8ca64 authored by Sreeram, Sudarshan's avatar Sreeram, Sudarshan :carrot:
Browse files
parents 2870c507 10944ba1
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
} }
.searchBar { .searchBar {
border-radius: 8px; border-radius: .5rem;
background-color: $gray-100; background-color: $gray-100;
border-color: $gray-100; border-color: $gray-100;
transition: 0.2s background-color; transition: 0.2s background-color;
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
} }
.searchBarIcon { .searchBarIcon {
border-radius: 8px; border-radius: .5rem;
background-color: $gray-100; background-color: $gray-100;
border-color: $gray-100; border-color: $gray-100;
color: $gray-500; color: $gray-500;
...@@ -63,8 +63,8 @@ ...@@ -63,8 +63,8 @@
} }
.quickViewCard { .quickViewCard {
margin-top: 20px; margin-top: 1.25rem;
border-radius: 8px; border-radius: .5rem;
border-color: $gray-300; border-color: $gray-300;
transition: transform 0.2s; transition: transform 0.2s;
} }
...@@ -91,14 +91,14 @@ ...@@ -91,14 +91,14 @@
} }
.quickViewCard :global(.card-title) { .quickViewCard :global(.card-title) {
font-size: 18px; font-size: 1.125rem;
font-weight: 400; font-weight: 400;
margin-bottom: 0px; margin-bottom: 0px;
} }
.quickViewCard :global(.card-img-top) { .quickViewCard :global(.card-img-top) {
border-top-left-radius: 8px; border-top-left-radius: .5rem;
border-top-right-radius: 8px; border-top-right-radius: .5rem;
} }
$blue-tag-background: transparentize($blue-100, 0.5); $blue-tag-background: transparentize($blue-100, 0.5);
...@@ -106,10 +106,10 @@ $teal-tag-background: transparentize($teal-100, 0.5); ...@@ -106,10 +106,10 @@ $teal-tag-background: transparentize($teal-100, 0.5);
.quickViewTag { .quickViewTag {
text-transform: uppercase; text-transform: uppercase;
font-size: 14px; font-size: .8rem;
font-weight: 500; font-weight: 500;
border-radius: 4px; border-radius: .33rem;
margin-right: 8px; margin-right: .5rem;
} }
.tagBlue { .tagBlue {
...@@ -123,9 +123,9 @@ $teal-tag-background: transparentize($teal-100, 0.5); ...@@ -123,9 +123,9 @@ $teal-tag-background: transparentize($teal-100, 0.5);
} }
.folderCard { .folderCard {
border-radius: 8px; border-radius: .5rem;
transition: transform 0.2s; transition: transform 0.2s;
margin-top: 10px; margin-top: 0.67rem;
} }
.folderCard:hover { .folderCard:hover {
......
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