aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-instance/instance-features-table.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-instance/instance-features-table.component.scss')
-rw-r--r--client/src/app/shared/shared-instance/instance-features-table.component.scss40
1 files changed, 40 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-instance/instance-features-table.component.scss b/client/src/app/shared/shared-instance/instance-features-table.component.scss
new file mode 100644
index 000000000..a51574741
--- /dev/null
+++ b/client/src/app/shared/shared-instance/instance-features-table.component.scss
@@ -0,0 +1,40 @@
1@import '_variables';
2@import '_mixins';
3
4table {
5 font-size: 14px;
6 color: pvar(--mainForegroundColor);
7
8 .label,
9 .sub-label {
10 min-width: 330px;
11
12 &.label {
13 font-weight: $font-semibold;
14 }
15
16 &.sub-label {
17 font-weight: $font-regular;
18 padding-left: 30px;
19 }
20
21 .more-info {
22 font-style: italic;
23 font-weight: initial;
24 font-size: 14px
25 }
26 }
27
28 td {
29 vertical-align: middle;
30 }
31
32 caption {
33 caption-side: top;
34 font-size: 15px;
35 font-weight: $font-semibold;
36 color: pvar(--mainForegroundColor);
37 }
38}
39
40