mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-22 02:41:23 +02:00
Add utility classes
This commit is contained in:
parent
11f2999b52
commit
007fe18d27
@ -102,6 +102,7 @@
|
|||||||
.list { --list-half-gap: 0rem; }
|
.list { --list-half-gap: 0rem; }
|
||||||
.list-gap-2 { --list-half-gap: 0.1rem; }
|
.list-gap-2 { --list-half-gap: 0.1rem; }
|
||||||
.list-gap-4 { --list-half-gap: 0.2rem; }
|
.list-gap-4 { --list-half-gap: 0.2rem; }
|
||||||
|
.list-gap-10 { --list-half-gap: 0.5rem; }
|
||||||
.list-gap-14 { --list-half-gap: 0.7rem; }
|
.list-gap-14 { --list-half-gap: 0.7rem; }
|
||||||
.list-gap-20 { --list-half-gap: 1rem; }
|
.list-gap-20 { --list-half-gap: 1rem; }
|
||||||
.list-gap-24 { --list-half-gap: 1.2rem; }
|
.list-gap-24 { --list-half-gap: 1.2rem; }
|
||||||
@ -205,6 +206,12 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
border: 0;
|
||||||
|
height: 1px;
|
||||||
|
background-color: var(--color-separator);
|
||||||
|
}
|
||||||
|
|
||||||
img, svg {
|
img, svg {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@ -1041,6 +1048,7 @@ body {
|
|||||||
.text-left { text-align: left; }
|
.text-left { text-align: left; }
|
||||||
.text-right { text-align: right; }
|
.text-right { text-align: right; }
|
||||||
.text-center { text-align: center; }
|
.text-center { text-align: center; }
|
||||||
|
.text-elevate { margin-top: -0.2em; }
|
||||||
.rtl { direction: rtl; }
|
.rtl { direction: rtl; }
|
||||||
.shrink { flex-shrink: 1; }
|
.shrink { flex-shrink: 1; }
|
||||||
.shrink-0 { flex-shrink: 0; }
|
.shrink-0 { flex-shrink: 0; }
|
||||||
@ -1069,6 +1077,11 @@ body {
|
|||||||
.margin-top-7 { margin-top: 0.7rem; }
|
.margin-top-7 { margin-top: 0.7rem; }
|
||||||
.margin-top-10 { margin-top: 1rem; }
|
.margin-top-10 { margin-top: 1rem; }
|
||||||
.margin-top-15 { margin-top: 1.5rem; }
|
.margin-top-15 { margin-top: 1.5rem; }
|
||||||
|
.margin-block-3 { margin-block: 0.3rem; }
|
||||||
|
.margin-block-5 { margin-block: 0.5rem; }
|
||||||
|
.margin-block-7 { margin-block: 0.7rem; }
|
||||||
|
.margin-block-10 { margin-block: 1rem; }
|
||||||
|
.margin-block-15 { margin-block: 1.5rem; }
|
||||||
.margin-bottom-3 { margin-bottom: 0.3rem; }
|
.margin-bottom-3 { margin-bottom: 0.3rem; }
|
||||||
.margin-bottom-5 { margin-bottom: 0.5rem; }
|
.margin-bottom-5 { margin-bottom: 0.5rem; }
|
||||||
.margin-bottom-7 { margin-bottom: 0.7rem; }
|
.margin-bottom-7 { margin-bottom: 0.7rem; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user