summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2020-11-14 01:37:40 +0000
committerOleg Pykhalov <go.wigust@gmail.com>2020-11-14 05:46:01 +0300
commitd5e07c382dc9eeaaea5cc58c325429e7149cfa88 (patch)
tree584f37c5df6771968725b41aec2a86c9918e573c
parentAdd guix.scm. (diff)
downloadgithunt-d5e07c382dc9eeaaea5cc58c325429e7149cfa88.tar.gz
Delete box-shadow on repositories grid.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
-rw-r--r--src/components/repository-grid/grid-item/styles.css1
-rw-r--r--src/global.css4
2 files changed, 0 insertions, 5 deletions
diff --git a/src/components/repository-grid/grid-item/styles.css b/src/components/repository-grid/grid-item/styles.css
index 1db6c42..3c3d861 100644
--- a/src/components/repository-grid/grid-item/styles.css
+++ b/src/components/repository-grid/grid-item/styles.css
@@ -7,7 +7,6 @@
background: white;
padding: 20px;
border-radius: 10px;
- box-shadow: -5px 10px 60px -13px rgba(0, 0, 0, 0.20);
height: 270px;
}
diff --git a/src/global.css b/src/global.css
index 9221e5c..532842c 100644
--- a/src/global.css
+++ b/src/global.css
@@ -17,10 +17,6 @@ a {
cursor: default !important;
}
-.shadowed {
- box-shadow: 0 9px 62px -13px rgba(0, 0, 0, 0.20) !important;
-}
-
.btn-primary {
background: #1157ed;
border-color: #1157ed;