X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/3245/head:/resources/sass/_text.scss diff --git a/resources/sass/_text.scss b/resources/sass/_text.scss index 4322cb5a6..cbe3cd4be 100644 --- a/resources/sass/_text.scss +++ b/resources/sass/_text.scss @@ -112,6 +112,13 @@ a { } } +a.no-link-style { + color: inherit; + &:hover { + text-decoration: none; + } +} + .blended-links a { color: inherit; svg { @@ -135,6 +142,9 @@ hr { &.faded { background-image: linear-gradient(to right, #FFF, #e3e0e0 20%, #e3e0e0 80%, #FFF); } + &.darker { + @include lightDark(background, #DDD, #666); + } &.margin-top, &.even { margin-top: $-l; } @@ -270,13 +280,9 @@ ul, ol { } } ul { - padding-left: $-m * 1.3; - padding-right: $-m * 1.3; list-style: disc; ul { list-style: circle; - margin-top: 0; - margin-bottom: 0; } label { margin: 0; @@ -285,23 +291,33 @@ ul { ol { list-style: decimal; - padding-left: $-m * 2; - padding-right: $-m * 2; +} + +ol, ul { + padding-left: $-m * 2.0; + padding-right: $-m * 2.0; +} + +li > ol, li > ul { + margin-top: 0; + margin-bottom: 0; + margin-block-end: 0; + margin-block-start: 0; + padding-block-end: 0; + padding-block-start: 0; + padding-left: $-m * 1.2; + padding-right: $-m * 1.2; } li.checkbox-item, li.task-list-item { list-style: none; - margin-left: - ($-m * 1.3); + margin-left: -($-m * 1.2); input[type="checkbox"] { margin-right: $-xs; } -} - -li > ol, li > ul { - margin-block-end: 0px; - margin-block-start: 0px; - padding-block-end: 0px; - padding-block-start: 0px; + li.checkbox-item, li.task-list-item { + margin-left: $-xs; + } } /*