mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
Imported css from codepen.
This commit is contained in:
parent
c872d7060c
commit
d567d48f17
33
stardew_community_checklist/static/css/main.css
Normal file
33
stardew_community_checklist/static/css/main.css
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
.just-padding {
|
||||||
|
padding: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-group.list-group-root {
|
||||||
|
padding: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-group.list-group-root .list-group {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-group.list-group-root .list-group-item {
|
||||||
|
border-radius: 0;
|
||||||
|
border-width: 1px 0 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-group.list-group-root > .list-group-item:first-child {
|
||||||
|
border-top-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-group.list-group-root > .list-group > .list-group-item {
|
||||||
|
padding-left: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-group.list-group-root > .list-group > .list-group > .list-group-item {
|
||||||
|
padding-left: 45px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-group-item .glyphicon {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user