Enterprise
diff --git a/src/app/demo/components/landing/landing.component.ts b/src/app/demo/components/landing/landing.component.ts
index 5075067..b10d35d 100644
--- a/src/app/demo/components/landing/landing.component.ts
+++ b/src/app/demo/components/landing/landing.component.ts
@@ -4,60 +4,10 @@ import { LayoutService } from 'src/app/layout/service/app.layout.service';
@Component({
selector: 'app-landing',
- templateUrl: './landing.component.html',
- styles: [`
- #hero{
- background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), radial-gradient(77.36% 256.97% at 77.36% 57.52%, #EEEFAF 0%, #C3E3FA 100%);
- height:700px;
- overflow:hidden;
- }
-
- .pricing-card:hover{
- border:2px solid var(--cyan-200) !important;
- }
-
- @media screen and (min-width: 768px) {
- #hero{
- -webkit-clip-path: ellipse(150% 87% at 93% 13%);
- clip-path: ellipse(150% 87% at 93% 13%);
- height: 530px;
- }
- }
-
- @media screen and (min-width: 1300px){
- #hero > img {
- position: absolute;
- transform:scale(1.2);
- top:15%;
- }
-
- #hero > div > p {
- max-width: 450px;
- }
- }
-
- @media screen and (max-width: 1300px){
- #hero {
- height: 600px;
- }
-
- #hero > img {
- position:static;
- transform: scale(1);
- margin-left: auto;
- }
-
- #hero > div {
- width: 100%;
- }
-
- #hero > div > p {
- width: 100%;
- max-width: 100%;
- }
- }
- `]
+ templateUrl: './landing.component.html'
})
export class LandingComponent {
+
constructor(public layoutService: LayoutService, public router: Router) { }
+
}
diff --git a/src/app/demo/components/uikit/button/buttondemo.component.html b/src/app/demo/components/uikit/button/buttondemo.component.html
index 236543c..1a3aac4 100644
--- a/src/app/demo/components/uikit/button/buttondemo.component.html
+++ b/src/app/demo/components/uikit/button/buttondemo.component.html
@@ -2,43 +2,51 @@
Severities
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Text
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
Outlined
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -46,100 +54,117 @@
-
Templating
-
-
-
-
-
-
- PrimeNG
-
+
+
+
+
+
+
+
+ PrimeNG
+
+
Raised
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Rounded
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Rounded Icons
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
Rounded Text
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
Rounded Outlined
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/app/demo/components/uikit/charts/charts.component.ts b/src/app/demo/components/uikit/charts/charts.component.ts
index cee5014..50a048d 100644
--- a/src/app/demo/components/uikit/charts/charts.component.ts
+++ b/src/app/demo/components/uikit/charts/charts.component.ts
@@ -50,14 +50,14 @@ export class ChartsComponent implements OnInit, OnDestroy {
datasets: [
{
label: 'My First dataset',
- backgroundColor: documentStyle.getPropertyValue('--bluegray-700'),
- borderColor: documentStyle.getPropertyValue('--bluegray-700'),
+ backgroundColor: documentStyle.getPropertyValue('--primary-500'),
+ borderColor: documentStyle.getPropertyValue('--primary-700'),
data: [65, 59, 80, 81, 56, 55, 40]
},
{
label: 'My Second dataset',
- backgroundColor: documentStyle.getPropertyValue('--green-600'),
- borderColor: documentStyle.getPropertyValue('--green-600'),
+ backgroundColor: documentStyle.getPropertyValue('--bluegray-500'),
+ borderColor: documentStyle.getPropertyValue('--bluegray-500'),
data: [28, 48, 40, 19, 86, 27, 90]
}
]
@@ -133,16 +133,16 @@ export class ChartsComponent implements OnInit, OnDestroy {
label: 'First Dataset',
data: [65, 59, 80, 81, 56, 55, 40],
fill: false,
- backgroundColor: documentStyle.getPropertyValue('--bluegray-700'),
- borderColor: documentStyle.getPropertyValue('--bluegray-700'),
+ backgroundColor: documentStyle.getPropertyValue('--primary-700'),
+ borderColor: documentStyle.getPropertyValue('--primary-700'),
tension: .4
},
{
label: 'Second Dataset',
data: [28, 48, 40, 19, 86, 27, 90],
fill: false,
- backgroundColor: documentStyle.getPropertyValue('--green-600'),
- borderColor: documentStyle.getPropertyValue('--green-600'),
+ backgroundColor: documentStyle.getPropertyValue('--bluegray-600'),
+ borderColor: documentStyle.getPropertyValue('--bluegray-600'),
tension: .4
}
]
diff --git a/src/app/demo/components/uikit/input/inputdemo.component.html b/src/app/demo/components/uikit/input/inputdemo.component.html
index 8f327d8..972ec96 100644
--- a/src/app/demo/components/uikit/input/inputdemo.component.html
+++ b/src/app/demo/components/uikit/input/inputdemo.component.html
@@ -145,20 +145,11 @@
Multiselect
-
-
-
-
-
{{option.name}}
-
-
- Select Countries
-
-
+
-
-
-
{{country.name}}
+
+
+
{{country.name}}
@@ -179,7 +170,7 @@