mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
ui: Introduce common styling for two column list group
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
836439e8a8
commit
adb40218b0
@ -321,6 +321,29 @@ footer {
|
||||
padding-top: 9.375rem;
|
||||
}
|
||||
|
||||
/*
|
||||
* Bootstrap extensions
|
||||
*/
|
||||
/* Use .list-group-two-column when there are some items aligned to right */
|
||||
.list-group-two-column .list-group-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.list-group-two-column .list-group-item > :not(:last-child) {
|
||||
margin-right: 0.25rem;
|
||||
}
|
||||
|
||||
.list-group-two-column .list-group-item > .secondary {
|
||||
margin-left: auto;
|
||||
margin-top: -0.25rem;
|
||||
margin-bottom: -0.25rem;
|
||||
}
|
||||
|
||||
.list-group-two-column .list-group-item > .secondary ~ .secondary {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Clients information
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user