mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-10 18:58:40 +00:00
55 lines
898 B
SCSS
Executable File
55 lines
898 B
SCSS
Executable File
.portlet {
|
|
border: 1px solid var(--bborder);
|
|
box-sizing: border-box;
|
|
margin-top: 1rem;
|
|
background: #fff;
|
|
}
|
|
|
|
.portlet-head, .portlet-foot {
|
|
padding: .7rem 1rem .7rem 1rem;
|
|
display: flex;
|
|
}
|
|
|
|
.hl-1, .hl-2, .hl-3, .hl-4, .hl-5, .hl-6, .hl-7 {
|
|
.portlet-body, .portlet-head {
|
|
border: 0;
|
|
}
|
|
}
|
|
|
|
.portlet-head {
|
|
font-weight: 300;
|
|
|
|
> span {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
|
|
> a {
|
|
display: inherit;
|
|
}
|
|
}
|
|
|
|
form {
|
|
margin-left: 1rem;
|
|
}
|
|
}
|
|
|
|
.portlet-body {
|
|
padding: 1rem;
|
|
}
|
|
|
|
.portlet-body > h2, .portlet-separator, .portlet-head {
|
|
border-bottom: 1px solid #ebedf2;
|
|
}
|
|
|
|
.portlet-foot {
|
|
border-top: 1px solid #ebedf2;
|
|
box-sizing: border-box;
|
|
flex-wrap: wrap;
|
|
column-gap: .5rem;
|
|
}
|
|
|
|
.plain-portlet {
|
|
box-sizing: border-box;
|
|
margin-top: 1rem;
|
|
overflow-x: auto;
|
|
} |