mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00

# Conflicts: # src/app/submission/form/collection/submission-form-collection.component.spec.ts # src/app/submission/form/collection/submission-form-collection.component.ts
50 lines
855 B
SCSS
50 lines
855 B
SCSS
.ds-form-input-addon {
|
|
border-top-right-radius: 0 !important;
|
|
border-bottom-right-radius: 0 !important;
|
|
border-right: 0 !important;
|
|
}
|
|
|
|
.ds-form-input-btn {
|
|
border: $input-btn-border-width solid $input-border-color;
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-left: 0;
|
|
}
|
|
|
|
.ds-form-input-btn:focus {
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.ds-form-input-value {
|
|
border-top-left-radius: 0 !important;
|
|
border-bottom-left-radius: 0 !important;
|
|
}
|
|
|
|
/* style fa-spin */
|
|
.fa-spin {
|
|
pointer-events: none;
|
|
}
|
|
|
|
/* align fa-spin */
|
|
.left-addon .far, .left-addon .fas {
|
|
left: 0;
|
|
}
|
|
|
|
.right-addon .far, .right-addon .fas {
|
|
right: 0;
|
|
}
|
|
|
|
/* add padding */
|
|
.left-addon input {
|
|
padding-left: $spacer * 2.25;
|
|
}
|
|
|
|
.right-addon input {
|
|
padding-right: $spacer * 2.25;
|
|
}
|
|
|
|
.ds-form-qualdrop-hint {
|
|
top: -$spacer;
|
|
position: relative;
|
|
}
|