Skip to content

Commit

Permalink
merged component
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Jul 20, 2017
2 parents 476a4ca + 2c97b5a commit 867e9ec
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 42 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
.idea
debug.log
24 changes: 12 additions & 12 deletions footer-panel.less
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@theme-img-path: '../../../themes/@{theme}/img/';

#app {
.footerPanel{
.searchPager {
.controls{
.searchResultsInfo{
width: 337px;
}
}
}
}
@theme-img-path: '../../../themes/@{theme}/img/';

.uv.en-gb {
.footerPanel {
.searchPager {
.controls {
.searchResultsInfo {
width: 337px;
}
}
}
}
}
30 changes: 15 additions & 15 deletions header-panel.less
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
@theme-img-path: '../../../themes/@{theme}/img/';

#app{
.headerPanel{
.options{
.centerOptions{
width: 390px;
}
.rightOptions{
.settings{
//background: url('@{theme-img-path}hamburger.png');
}
}
}
}
@theme-img-path: '../../../themes/@{theme}/img/';

.uv.en-gb {
.headerPanel {
.options {
.centerOptions {
width: 390px;
}
.rightOptions {
.settings {
//background: url('@{theme-img-path}hamburger.png');
}
}
}
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "uv-en-gb-theme",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/UniversalViewer/uv-en-gb-theme.git"
},
"author": "Edward Silverton <[email protected]> (http://edsilv.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/UniversalViewer/uv-en-gb-theme/issues"
},
"homepage": "https://github.com/UniversalViewer/uv-en-gb-theme#readme"
{
"name": "uv-en-gb-theme",
"version": "1.1.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/UniversalViewer/uv-en-gb-theme.git"
},
"author": "Edward Silverton <[email protected]> (http://edsilv.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/UniversalViewer/uv-en-gb-theme/issues"
},
"homepage": "https://github.com/UniversalViewer/uv-en-gb-theme#readme"
}

0 comments on commit 867e9ec

Please sign in to comment.