mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
16 lines
301 B
SCSS
16 lines
301 B
SCSS
@import '../../../../../styles/variables.scss';
|
|
|
|
.btn[disabled] {
|
|
color: $gray-600;
|
|
border-color: $gray-600;
|
|
z-index: 0; // prevent border colors jumping on hover
|
|
}
|
|
|
|
.relationship-action-buttons {
|
|
margin: 0;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|