tss/user-sheet.ts
2025-10-24 16:15:57 -04:00

34 lines
316 B
TypeScript

import { Sheet } from "./main.ts";
/*
"5px"
Unit(5).px
[5,"px"]
px(5)
Unit.px(5)
*/
export default Sheet(
{
SpecialLink()
{
this
.Pos.Abs
("hover","after")
.Pos.Rel
.L("3rem")
[512]
.L("100px")
},
Profile()
{
this
.Dis.Block
.Pad("5px", "6px")
}
});