mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 03:46:39 +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-content {
|
||||||
.modal-header {
|
.modal-header {
|
||||||
position: relative;
|
padding: 10px 15px;
|
||||||
padding: 16px;
|
|
||||||
border-bottom-color: transparent;
|
|
||||||
|
|
||||||
&::after {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
left: 16px;
|
|
||||||
border-bottom: 1px solid $color-concrete;
|
|
||||||
width: calc(100% - 2*16px);
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-title {
|
.modal-title {
|
||||||
line-height: 25px;
|
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…
Add table
Reference in a new issue