Skip to content

Commit f997d99

Browse files
committed
Remove scss, doesnt work
1 parent c72ce83 commit f997d99

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

public/Button.scss

Lines changed: 0 additions & 11 deletions
This file was deleted.

public/OpenButton.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import { DropdownButton, MenuItem, Button } from "react-bootstrap";
44
import PropTypes from 'prop-types';
55
import $ from 'jquery';
66

7-
import "./Button.scss";
8-
97
export default class OpenButton extends Component {
108
static propTypes = {
119
task: PropTypes.object.isRequired,

public/style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
.icon{
1+
.icon {
22
margin-right: 0.5em;
33
}
4-
4+
5+
.asdc-plugin-button-group .btn {
6+
margin-right: 4px;
7+
margin-top: 4px;
8+
}

0 commit comments

Comments
 (0)