summaryrefslogtreecommitdiff
path: root/src/views/Control/ServerPowerOperations/BootSettings.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Control/ServerPowerOperations/BootSettings.vue')
-rw-r--r--src/views/Control/ServerPowerOperations/BootSettings.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/views/Control/ServerPowerOperations/BootSettings.vue b/src/views/Control/ServerPowerOperations/BootSettings.vue
index c912749f..0558a1b4 100644
--- a/src/views/Control/ServerPowerOperations/BootSettings.vue
+++ b/src/views/Control/ServerPowerOperations/BootSettings.vue
@@ -142,7 +142,9 @@ export default {
</script>
<style lang="scss" scoped>
+@import 'src/assets/styles/helpers';
+
.boot-settings {
- background-color: $gray-200;
+ background-color: gray('200');
}
</style>