@visns-studio/visns-components 5.10.8 → 5.10.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,17 +33,19 @@
33
33
  background-color: var(--tertiary-color, white);
34
34
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
35
35
  z-index: 10;
36
- height: 48px; // Fixed height for more compact look
36
+ height: 64px; // Increased height to accommodate larger logo
37
37
  }
38
38
 
39
39
  .logoContainer {
40
40
  display: flex;
41
41
  align-items: center;
42
+ margin-left: -1.25rem;
43
+ padding-left: 0.5rem;
42
44
  }
43
45
 
44
46
  .logo {
45
- height: 28px;
46
- max-width: 140px;
47
+ height: 52px;
48
+ max-width: 250px;
47
49
  object-fit: contain;
48
50
  }
49
51
 
@@ -82,7 +84,7 @@
82
84
  .portalContent {
83
85
  display: flex;
84
86
  flex: 1;
85
- height: calc(100vh - 48px); // Subtract header height
87
+ height: calc(100vh - 64px); // Subtract header height
86
88
  }
87
89
 
88
90
  .mainContent {