aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/panels/ServicesPane.scss
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/panels/ServicesPane.scss')
-rw-r--r--frontend/src/components/panels/ServicesPane.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/frontend/src/components/panels/ServicesPane.scss b/frontend/src/components/panels/ServicesPane.scss
new file mode 100644
index 0000000..daf7e79
--- /dev/null
+++ b/frontend/src/components/panels/ServicesPane.scss
@@ -0,0 +1,22 @@
+
+.service-pane {
+ display: flex;
+ flex-direction: column;
+
+ .services-list {
+ overflow: hidden;
+ flex: 1;
+
+ .section-content {
+ height: 100%;
+ }
+
+ .section-table {
+ height: calc(100% - 30px);
+ }
+ }
+
+ .service-edit {
+ flex: 0;
+ }
+}