mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
Merged dynamic form module
This commit is contained in:
23
src/app/shared/form/form.component.scss
Normal file
23
src/app/shared/form/form.component.scss
Normal file
@@ -0,0 +1,23 @@
|
||||
@import "../../../styles/_variables.scss";
|
||||
|
||||
.ds-form-input-addon {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
.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;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
Reference in New Issue
Block a user