aboutsummaryrefslogtreecommitdiff
path: root/app/scss
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-12-22 12:36:49 +0000
committerrubenwardy <rw@rubenwardy.com>2018-12-22 12:38:03 +0000
commit09a201759bb327a889cf017d5f3c49f8258713c1 (patch)
treebd1de64bb9040f540caa45ca4c60288f32961835 /app/scss
parent5dcff01436bf81cfbff8085fbae4692ec57a9fdf (diff)
downloadcheatdb-09a201759bb327a889cf017d5f3c49f8258713c1.tar.xz
Improve card and user profile formatting
Diffstat (limited to 'app/scss')
-rw-r--r--app/scss/custom.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/scss/custom.scss b/app/scss/custom.scss
index 6663485..559fea8 100644
--- a/app/scss/custom.scss
+++ b/app/scss/custom.scss
@@ -3,6 +3,10 @@
@import "packagegrid.scss";
@import "comments.scss";
+.dropdown-menu {
+ margin-top: 0;
+}
+
.dropdown:hover .dropdown-menu {
display: block;
}
@@ -21,6 +25,10 @@
text-decoration: none;
}
+.card .table {
+ margin-bottom: 0;
+}
+
.btn-download {
color: #fff;
background-color: #00b05c;