diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/custom.scss | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 7ccc8dbc6..e0b9cbe74 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -76,6 +76,12 @@ pre {      padding: 0.5rem 2rem;  } +.field-tip{ +    position: absolute; +    right: 10px; +    top: 5px; +    opacity: 0.7; +}  .form-group .select2-container--default .select2-selection--multiple {      border: $input-border-width solid $input-border-color;  | 
