From 692628653c2dfbe3d3c12ccb233d70e77d95a5e8 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 22 Dec 2018 11:23:58 +0000 Subject: Improve package creation form --- app/scss/components.scss | 22 +++++----------------- app/scss/custom.scss | 22 ++++++++++++++++++++++ app/scss/main.scss | 22 ---------------------- 3 files changed, 27 insertions(+), 39 deletions(-) create mode 100644 app/scss/custom.scss delete mode 100644 app/scss/main.scss (limited to 'app/scss') 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/custom.scss b/app/scss/custom.scss new file mode 100644 index 0000000..c95ebfd --- /dev/null +++ b/app/scss/custom.scss @@ -0,0 +1,22 @@ +@import "components.scss"; +@import "packages.scss"; +@import "packagegrid.scss"; +@import "comments.scss"; + +.dropdown:hover .dropdown-menu { + display: block; +} + +.nav-link > img { + max-height: 1em; +} + +.jumbotron { + background-size: cover; + background-repeat: no-repeat; + background-position: center; +} + +.alert .btn { + text-decoration: none; +} diff --git a/app/scss/main.scss b/app/scss/main.scss deleted file mode 100644 index c95ebfd..0000000 --- a/app/scss/main.scss +++ /dev/null @@ -1,22 +0,0 @@ -@import "components.scss"; -@import "packages.scss"; -@import "packagegrid.scss"; -@import "comments.scss"; - -.dropdown:hover .dropdown-menu { - display: block; -} - -.nav-link > img { - max-height: 1em; -} - -.jumbotron { - background-size: cover; - background-repeat: no-repeat; - background-position: center; -} - -.alert .btn { - text-decoration: none; -} -- cgit v1.2.3