summaryrefslogtreecommitdiff
path: root/src/views/Control
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Control')
-rw-r--r--src/views/Control/Kvm/KvmConsole.vue1
-rw-r--r--src/views/Control/ServerPowerOperations/BootSettings.vue2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/views/Control/Kvm/KvmConsole.vue b/src/views/Control/Kvm/KvmConsole.vue
index 080f72e8..6881b690 100644
--- a/src/views/Control/Kvm/KvmConsole.vue
+++ b/src/views/Control/Kvm/KvmConsole.vue
@@ -57,7 +57,6 @@ export default {
</script>
<style scoped lang="scss">
-@import 'src/assets/styles/helpers';
#terminal {
height: calc(100vh - 42px);
}
diff --git a/src/views/Control/ServerPowerOperations/BootSettings.vue b/src/views/Control/ServerPowerOperations/BootSettings.vue
index 16d567a7..8f54cbb8 100644
--- a/src/views/Control/ServerPowerOperations/BootSettings.vue
+++ b/src/views/Control/ServerPowerOperations/BootSettings.vue
@@ -147,8 +147,6 @@ export default {
</script>
<style lang="scss" scoped>
-@import 'src/assets/styles/helpers';
-
.boot-settings {
background-color: gray('200');
}