mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-10 13:48:42 +00:00
price tables tweaks
This commit is contained in:
@@ -44,7 +44,7 @@ export class FuseLayoutService
|
||||
*/
|
||||
setSettings(settings)
|
||||
{
|
||||
// const newSettings = Object.assign({}, this.defaultSettings, settings);
|
||||
// this.onSettingsChanged.next(newSettings);
|
||||
const newSettings = Object.assign({}, this.defaultSettings, settings);
|
||||
this.onSettingsChanged.next(newSettings);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -235,7 +235,7 @@
|
||||
<div class="subtitle">For small teams</div>
|
||||
</div>
|
||||
|
||||
<div class="price md-primary-bg md-hue-3" fxLayout="row" fxLayoutAlign="center start">
|
||||
<div class="price md-primary-300-bg" fxLayout="row" fxLayoutAlign="center start">
|
||||
<div class="currency">$</div>
|
||||
<div fxLayout="row" fxLayoutAlign="center end">
|
||||
<div class="value">29</div>
|
||||
@@ -290,7 +290,7 @@
|
||||
<div class="subtitle">For big teams</div>
|
||||
</div>
|
||||
|
||||
<div class="price md-primary-bg md-hue-3" fxLayout="row" fxLayoutAlign="center start">
|
||||
<div class="price md-primary-300-bg" fxLayout="row" fxLayoutAlign="center start">
|
||||
<div class="currency">$</div>
|
||||
<div fxLayout="row" fxLayoutAlign="center end">
|
||||
<div class="value">99</div>
|
||||
|
||||
Reference in New Issue
Block a user