0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-27 09:33:08 +00:00

path changes

This commit is contained in:
Víctor Losada Hernández
2026-01-23 19:07:24 +01:00
parent 54b0dd46f8
commit 0b5f039337
4 changed files with 10 additions and 11 deletions

View File

@@ -9,14 +9,8 @@ const Navbar = createReactClass({
displayName : 'Navbar',
getInitialState: function() {
return {
//showNonChromeWarning : false,
ver : '0.0.0'
};
},
getInitialState : function() {
return {
ver : global.version
// showNonChromeWarning: false, // uncomment if needed
ver: global.version || '0.0.0'
};
},

View File

@@ -1,3 +1,4 @@
@import './shared/naturalcrit/styles/core.less';
.brewItem {
position : relative;

View File

@@ -1,3 +1,5 @@
@import './shared/naturalcrit/styles/colors.less';
.newPage {
.navItem.save {
background-color : @orange;

View File

@@ -1,3 +1,5 @@
@import './shared/naturalcrit/styles/core.less';
.vaultPage {
height : 100%;
overflow-y : hidden;