aboutsummaryrefslogtreecommitdiff
path: root/app/scss
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-12-22 11:23:58 +0000
committerrubenwardy <rw@rubenwardy.com>2018-12-22 12:00:20 +0000
commit692628653c2dfbe3d3c12ccb233d70e77d95a5e8 (patch)
tree63a90de039bd9a2772810ff70c641b05d23e6a01 /app/scss
parent35f798c8626d722c9e06d5720776057891f2535b (diff)
downloadcheatdb-692628653c2dfbe3d3c12ccb233d70e77d95a5e8.tar.xz
Improve package creation form
Diffstat (limited to 'app/scss')
-rw-r--r--app/scss/components.scss22
-rw-r--r--app/scss/custom.scss (renamed from app/scss/main.scss)0
2 files changed, 5 insertions, 17 deletions
diff --git a/app/scss/components.scss b/app/scss/components.scss
index f19b4c8..4789a79 100644
--- a/app/scss/components.scss
+++ b/app/scss/components.scss
@@ -38,27 +38,15 @@
white-space: nowrap;
background: transparent;
}
-.bulletselector .tag {
- background: #375D81;
- border-radius: 3px;
- -moz-border-radius: 3px;
- color: #FFF;
+.bulletselector .badge {
float: left;
- height: 15px;
- padding: 0.1em 0.4em 0.5em;
+ padding: 0.4em 0.8em;
margin-right: 0.3em;
- margin-bottom: 0.3em;
- vertical-align: baseline;
-}
-.bulletselector .tag a {
- color: #FFF;
- cursor: pointer;
-}
-.bulletselector .tag a:hover {
- color: #0099CC;
- text-decoration: none;
}
+.invalid-remaining {
+ display: none;
+}
.t-mll tr td:not(:first-child) {
text-align: left;
diff --git a/app/scss/main.scss b/app/scss/custom.scss
index c95ebfd..c95ebfd 100644
--- a/app/scss/main.scss
+++ b/app/scss/custom.scss