|
|
@ -4,7 +4,7 @@ namespace Connected.Components;
|
|
|
|
|
|
|
|
|
|
|
|
public partial class Layout : DrawerContainer
|
|
|
|
public partial class Layout : DrawerContainer
|
|
|
|
{
|
|
|
|
{
|
|
|
|
protected virtual CssBuilder CompiledClassList
|
|
|
|
protected override CssBuilder CompiledClassList
|
|
|
|
{
|
|
|
|
{
|
|
|
|
get
|
|
|
|
get
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -13,7 +13,7 @@ public partial class Layout : DrawerContainer
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
protected StyleBuilder CompiledStyleList
|
|
|
|
protected override StyleBuilder CompiledStyleList
|
|
|
|
{
|
|
|
|
{
|
|
|
|
get
|
|
|
|
get
|
|
|
|
{
|
|
|
|
{
|
|
|
|