mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-09 06:04:46 +08:00
Fix hound issues [SCI-7909]
This commit is contained in:
parent
0f9dcda99b
commit
043cb6f5fb
2 changed files with 3 additions and 5 deletions
|
@ -683,12 +683,12 @@ $modal-spacing: 16px;
|
|||
margin-left: 4px;
|
||||
}
|
||||
|
||||
#confirm-link-update-modal {
|
||||
.confirm-link-update-modal {
|
||||
.modal-content {
|
||||
.modal-header {
|
||||
border-bottom-color: transparent;
|
||||
position: relative;
|
||||
padding: $modal-spacing;
|
||||
position: relative;
|
||||
|
||||
&::after {
|
||||
border-bottom: 1px solid $color-concrete;
|
||||
|
@ -730,6 +730,4 @@ $modal-spacing: 16px;
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div class="modal" id="confirm-link-update-modal" tabindex="-1" role="dialog" aria-labelledby="confirm-link-update-modal-label">
|
||||
<div class="modal confirm-link-update-modal" id="confirm-link-update-modal" tabindex="-1" role="dialog" aria-labelledby="confirm-link-update-modal-label">
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
|
|
Loading…
Reference in a new issue