Files
gpw_next/GPW.CORE.Comp/NavBottom.razor.cs
T
zaccaria.majid 982aace898 aggiunta libreria font awesome +
inizio pagina timbratura
2023-01-10 17:18:40 +01:00

18 lines
380 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
namespace GPW.CORE.Comp
{
public partial class NavBottom
{
private string cssAll = "";
protected void slide()
{
cssAll = "bottom: 15rem;";
}
}
}