mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-02 04:16:44 +01:00
5dbb2b182d
-- Dashboard Update -- Update to version 4.0.0. Complete redesign of the admin panel. New features and a license change.
13 lines
188 B
SCSS
Vendored
13 lines
188 B
SCSS
Vendored
/*===== LIST GROUP =====*/
|
|
.list-group {
|
|
.list-group-item {
|
|
padding: 1.38rem;
|
|
}
|
|
}
|
|
|
|
.list-styled > li {
|
|
list-style-type: disc ;
|
|
margin-left: 0.94rem;
|
|
margin-right: 0.94rem;
|
|
}
|