price tables tweaks

This commit is contained in:
Sercan Yemen 2017-08-04 12:24:05 +03:00
parent d86f7b892e
commit e220a19b4e
2 changed files with 4 additions and 4 deletions

View File

@ -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);
}
}

View File

@ -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>