mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-08 06:18:41 +00:00
add plain portlet
This commit is contained in:
parent
f448c7eeef
commit
e2217ee1de
|
|
@ -23,6 +23,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.plain-portlet {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin-top: 1rem;
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.portlet-body {
|
.portlet-body {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
|
|
||||||
|
|
@ -4439,6 +4439,11 @@ span.tag {
|
||||||
border-top: 1px solid #ebedf2;
|
border-top: 1px solid #ebedf2;
|
||||||
padding: 1rem; }
|
padding: 1rem; }
|
||||||
|
|
||||||
|
.plain-portlet {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin-top: 1rem;
|
||||||
|
overflow-x: auto; }
|
||||||
|
|
||||||
.portlet-body {
|
.portlet-body {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 1rem; }
|
padding: 1rem; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user