summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_multi-select.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_multi-select.scss')
-rw-r--r--webapp/sass/components/_multi-select.scss58
1 files changed, 0 insertions, 58 deletions
diff --git a/webapp/sass/components/_multi-select.scss b/webapp/sass/components/_multi-select.scss
deleted file mode 100644
index beceb7b9c..000000000
--- a/webapp/sass/components/_multi-select.scss
+++ /dev/null
@@ -1,58 +0,0 @@
-@charset 'UTF-8';
-
-.multi-select__container {
- display: table;
- padding: 0 15px;
- width: 100%;
-
- .Select {
- display: table-cell;
- padding-right: 15px;
- vertical-align: top;
- width: 100%;
- }
-
- .btn {
- display: table-cell;
- height: 36px;
- min-width: 60px;
- vertical-align: top;
- }
-
- .Select-control {
- border-radius: 1px;
- }
-
- .Select-value {
- white-space: nowrap;
- }
-
- .Select-value-label {
- overflow: hidden;
- }
-}
-
-.multi-select__help {
- padding: 10px 15px 0;
-
- > div:not(.multi-select__note),
- > span {
- @include opacity(.6);
- }
-}
-
-.multi-select__note {
- @include border-radius(3px);
- display: table;
- margin-top: 5px;
- padding: 8px 13px;
- width: 100%;
-
- > div {
- display: table-cell;
-
- &.note__icon {
- width: 15px;
- }
- }
-}