@@ -437,7 +437,7 @@ export default class HandsontableModal extends React.PureComponent {
Edit Table
</ModalHeader>
<ModalBody className="p-0 d-flex flex-column">
- <div className="px-4 py-3 modal-navbar bg-light">
+ <div className="px-4 py-3 border-bottom bg-light">
<button
type="button"
className="mr-4 data-import-button btn btn-secondary"
@@ -23,10 +23,6 @@
.modal.in .modal-dialog.handsontable-modal {
transform: none;
- .modal-navbar {
- border-bottom: $border 1px solid;
- }
-
.data-import-button {
position: relative;
padding-right: 35px;
@@ -35,7 +35,7 @@
.revision-history-outer {
// add border-top except of first element
&:not(:first-of-type) {
- border-top: 1px solid $border;
+ @extend .border-top;
}
.revision-history-main {
@@ -1,7 +1,6 @@
//== GROWI Official Color
$growi-green: #74bc46;
$growi-blue: #175fa5;
-$border: #f0f0f0 !default;
$font-family-for-staff-credit: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !default;
$font-family-monospace-not-strictly: Monaco, Menlo, Consolas, 'Courier New', MeiryoKe_Gothic, monospace;