mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
price tables tweaks
This commit is contained in:
parent
d86f7b892e
commit
e220a19b4e
|
@ -44,7 +44,7 @@ export class FuseLayoutService
|
||||||
*/
|
*/
|
||||||
setSettings(settings)
|
setSettings(settings)
|
||||||
{
|
{
|
||||||
// const newSettings = Object.assign({}, this.defaultSettings, settings);
|
const newSettings = Object.assign({}, this.defaultSettings, settings);
|
||||||
// this.onSettingsChanged.next(newSettings);
|
this.onSettingsChanged.next(newSettings);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -235,7 +235,7 @@
|
||||||
<div class="subtitle">For small teams</div>
|
<div class="subtitle">For small teams</div>
|
||||||
</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 class="currency">$</div>
|
||||||
<div fxLayout="row" fxLayoutAlign="center end">
|
<div fxLayout="row" fxLayoutAlign="center end">
|
||||||
<div class="value">29</div>
|
<div class="value">29</div>
|
||||||
|
@ -290,7 +290,7 @@
|
||||||
<div class="subtitle">For big teams</div>
|
<div class="subtitle">For big teams</div>
|
||||||
</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 class="currency">$</div>
|
||||||
<div fxLayout="row" fxLayoutAlign="center end">
|
<div fxLayout="row" fxLayoutAlign="center end">
|
||||||
<div class="value">99</div>
|
<div class="value">99</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user