Initial commit

This commit is contained in:
dahoud
2025-10-01 01:39:07 +00:00
commit b430bf3b96
826 changed files with 255287 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
.p-panel {
border-radius: $borderRadius;
box-shadow: $cardShadow;
.p-panel-header,
.p-panel-content,
.p-panel-footer {
border: 0 none;
}
.p-panel-content {
padding-top: 0;
}
.p-panel-title {
font-size: 1.25rem;
}
.p-panel-header-icon {
&:focus {
background: $emphasis-lower;
}
}
}