mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-10 18:58:40 +00:00
fix alignment
This commit is contained in:
parent
7dd2a3ab38
commit
5beb4b757c
|
|
@ -9,6 +9,15 @@
|
|||
padding: .7rem 1rem .7rem 1rem;
|
||||
font-weight: 300;
|
||||
display: flex;
|
||||
|
||||
&> span {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
> a {
|
||||
display: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.portlet-foot {
|
||||
|
|
|
|||
|
|
@ -3843,6 +3843,11 @@ span.tag {
|
|||
padding: .7rem 1rem .7rem 1rem;
|
||||
font-weight: 300;
|
||||
display: flex; }
|
||||
.portlet .portlet-head > span {
|
||||
display: inline-flex;
|
||||
align-items: center; }
|
||||
.portlet .portlet-head > span > a {
|
||||
display: inherit; }
|
||||
.portlet .portlet-foot {
|
||||
background: #fff;
|
||||
border-top: 1px solid #ebedf2;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user