mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-26 00:36:01 +08:00
Fix hound issues [SCI-7904]
This commit is contained in:
parent
1397b2b2e6
commit
e8cae5cc86
1 changed files with 7 additions and 7 deletions
14
app/assets/stylesheets/extend/bootstrap.scss
vendored
14
app/assets/stylesheets/extend/bootstrap.scss
vendored
|
@ -121,15 +121,15 @@
|
|||
|
||||
.modal-content {
|
||||
.modal-header {
|
||||
border-bottom-color: transparent;
|
||||
position: relative;
|
||||
padding: 16px;
|
||||
border-bottom-color: transparent;
|
||||
|
||||
&::after {
|
||||
position: absolute;
|
||||
border-bottom: 1px solid $color-concrete;
|
||||
bottom: 0;
|
||||
left: 16px;
|
||||
border-bottom: 1px solid $color-concrete;
|
||||
position: absolute;
|
||||
width: calc(100% - 2*16px);
|
||||
}
|
||||
|
||||
|
@ -149,15 +149,15 @@
|
|||
}
|
||||
|
||||
.modal-footer {
|
||||
position: relative;
|
||||
padding: 16px;
|
||||
border-top-color: transparent;
|
||||
padding: 16px;
|
||||
position: relative;
|
||||
|
||||
&::after {
|
||||
border-top: 1px solid $color-concrete;
|
||||
left: 16px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 16px;
|
||||
border-top: 1px solid $color-concrete;
|
||||
width: calc(100% - 2*16px);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue