| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- body .page-list {
- .page-list-container {
- font-size: 15px;
- line-height: 1.6em;
- }
- .btn-page-item-control {
- width: 20px;
- height: 20px;
- padding: 0px;
- }
- .page-list-ul {
- padding-left: 0;
- margin: 0;
- > li {
- list-style: none;
- > a {
- padding: 0px;
- color: inherit;
- &:hover {
- color: inherit;
- }
- }
- }
- .picture {
- width: 16px;
- height: 16px;
- vertical-align: text-bottom;
- &.picture-md {
- width: 20px;
- height: 20px;
- }
- }
- .page-list-meta {
- font-size: 0.9em;
- > span {
- margin-right: 0.3rem;
- }
- i {
- margin-right: 2px;
- }
- .footstamp-icon {
- svg {
- width: 14px;
- height: 14px;
- }
- }
- .seen-users-count {
- &.strength-0,
- &.strength-1,
- &.strength-2 {
- font-weight: bold;
- }
- &.strength-3 {
- font-weight: normal;
- }
- &.strength-4 {
- opacity: 0.5;
- }
- }
- }
- // after second level indent
- .page-list-ul {
- padding-left: 2rem;
- }
- // override .page-list-ul
- &.page-list-ul-flat {
- padding-left: 0;
- }
- }
- // List group
- .list-group {
- .list-group-item {
- min-height: 136px;
- .page-list-updated-at {
- font-size: 12px;
- }
- &.list-group-item-action {
- border-left: solid 3px transparent;
- }
- }
- }
- }
- .popular-page-high {
- font-size: 1.1em;
- font-weight: bold;
- color: darken($red, 5%);
- }
- .popular-page-mid {
- font-weight: bold;
- color: #e47800;
- }
- .popular-page-low {
- color: #ab7c7c;
- }
- .card-timeline {
- border: 1px solid $gray-300;
- > .card-header {
- background-color: $gray-300;
- }
- }
|