Skip to content

Commit c3f8a5d

Browse files
authored
Merge pull request #8 from AuScalableDroneCloud/matt/tracker-97
Remove scss, doesnt work
2 parents 719fcc5 + f997d99 commit c3f8a5d

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)