diff options
Diffstat (limited to 'app/scss')
| -rw-r--r-- | app/scss/components.scss | 22 | ||||
| -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 |
