mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-26 00:36:01 +08:00
Revert "Change the style of the header and footer borders [SCI-7904]"
This reverts commit 1397b2b2e6
.
revert styles
This commit is contained in:
parent
294152d90c
commit
427690b236
1 changed files with 1 additions and 25 deletions
26
app/assets/stylesheets/extend/bootstrap.scss
vendored
26
app/assets/stylesheets/extend/bootstrap.scss
vendored
|
@ -121,17 +121,7 @@
|
|||
|
||||
.modal-content {
|
||||
.modal-header {
|
||||
position: relative;
|
||||
padding: 16px;
|
||||
border-bottom-color: transparent;
|
||||
|
||||
&::after {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 16px;
|
||||
border-bottom: 1px solid $color-concrete;
|
||||
width: calc(100% - 2*16px);
|
||||
}
|
||||
padding: 10px 15px;
|
||||
|
||||
.modal-title {
|
||||
line-height: 25px;
|
||||
|
@ -147,20 +137,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.modal-footer {
|
||||
position: relative;
|
||||
padding: 16px;
|
||||
border-top-color: transparent;
|
||||
|
||||
&::after {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 16px;
|
||||
border-top: 1px solid $color-concrete;
|
||||
width: calc(100% - 2*16px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue