Added: Device load support for Pushbullet

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick
2018-09-04 22:41:22 -04:00
parent e41f884153
commit 23bc5b11cf
19 changed files with 439 additions and 27 deletions

View File

@@ -0,0 +1,8 @@
.deviceInputWrapper {
display: flex;
}
.inputContainer {
composes: inputContainer from './TagInput.css';
composes: hasButton from 'Components/Form/Input.css';
}