diff --git a/src/App.css b/src/App.css
index 4c9c728..876ccd7 100644
--- a/src/App.css
+++ b/src/App.css
@@ -1,6 +1,6 @@
.App {
margin: 0;
- padding: 8px;
+ padding: var(--default_spacing);
box-sizing: border-box;
height: 100vh;
width: 100vw;
@@ -16,7 +16,7 @@
.AppHeader {
height: 28px;
- margin-bottom: 8px;
+ margin-bottom: var(--default_spacing);
box-sizing: border-box;
}
diff --git a/src/App.js b/src/App.js
index e860e7b..1c90f12 100644
--- a/src/App.js
+++ b/src/App.js
@@ -141,16 +141,16 @@ class App extends IPCContainer {
let key = 0;
mainContent.push((
{props.ErrorMessage}
diff --git a/src/components/InfoDetails/InfoDetails.css b/src/components/InfoDetails/InfoDetails.css index ae9a3ae..5034a36 100644 --- a/src/components/InfoDetails/InfoDetails.css +++ b/src/components/InfoDetails/InfoDetails.css @@ -7,5 +7,5 @@ max-height: 60vh; min-width: 80vw; overflow-y: auto; - margin-bottom: 8px; + margin-bottom: var(--default_spacing); } \ No newline at end of file diff --git a/src/components/InfoDetails/InfoDetails.js b/src/components/InfoDetails/InfoDetails.js index 2bbcc7e..afc6f04 100644 --- a/src/components/InfoDetails/InfoDetails.js +++ b/src/components/InfoDetails/InfoDetails.js @@ -19,7 +19,7 @@ const mapDispatchToProps = dispatch => { export default connect(mapStateToProps, mapDispatchToProps)(props => { return ( -{props.InfoMessage.message}
diff --git a/src/components/Reboot/Reboot.css b/src/components/Reboot/Reboot.css index 26160e5..3ba26f7 100644 --- a/src/components/Reboot/Reboot.css +++ b/src/components/Reboot/Reboot.css @@ -7,5 +7,5 @@ .RebootContent { max-height: 60vh; overflow-y: auto; - margin-bottom: 8px; + margin-bottom: var(--default_spacing); } \ No newline at end of file diff --git a/src/components/Reboot/Reboot.js b/src/components/Reboot/Reboot.js index 242a3e9..4700cdf 100644 --- a/src/components/Reboot/Reboot.js +++ b/src/components/Reboot/Reboot.js @@ -13,7 +13,7 @@ const mapDispatchToProps = dispatch => { export default connect(null, mapDispatchToProps)(props => { return ( -Repertory requires a system reboot to continue.
diff --git a/src/components/YesNo/YesNo.js b/src/components/YesNo/YesNo.js index 323a9ab..444ee4a 100644 --- a/src/components/YesNo/YesNo.js +++ b/src/components/YesNo/YesNo.js @@ -19,7 +19,7 @@ const mapDispatchToProps = dispatch => { export default connect(mapStateToProps, mapDispatchToProps)(props => { return ( -