First separation commit.
Added LICENSE, README.md, CONTRIBUTORS.md
This commit is contained in:
parent
09513af31b
commit
4678528d00
657 changed files with 422 additions and 0 deletions
13
src/bower_components/emby-webcomponents/imageeditor/imageeditor.css
vendored
Normal file
13
src/bower_components/emby-webcomponents/imageeditor/imageeditor.css
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
.imageEditor-buttons {
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
margin: 1em 0
|
||||
}
|
||||
|
||||
.first-imageEditor-buttons {
|
||||
margin-top: 2em
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue