mirror of
https://github.com/urbit/shrub.git
synced 2024-11-23 20:26:54 +03:00
feather tweaks and document basis-* classes
This commit is contained in:
parent
470d6ef177
commit
95aa62e088
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,6 +1,5 @@
|
|||||||
bin/* filter=lfs diff=lfs merge=lfs -text
|
bin/* filter=lfs diff=lfs merge=lfs -text
|
||||||
bin/*/* filter=lfs diff=lfs merge=lfs -text
|
bin/*/* filter=lfs diff=lfs merge=lfs -text
|
||||||
pkg/arvo/**/*.css binary
|
|
||||||
pkg/arvo/app/naive/logs.eth-logs filter=lfs diff=lfs merge=lfs -text
|
pkg/arvo/app/naive/logs.eth-logs filter=lfs diff=lfs merge=lfs -text
|
||||||
**/package-lock.json binary merge=theirs
|
**/package-lock.json binary merge=theirs
|
||||||
pkg/arvo/tmp/garden.jam filter=lfs diff=lfs merge=lfs -text
|
pkg/arvo/tmp/garden.jam filter=lfs diff=lfs merge=lfs -text
|
||||||
|
@ -160,6 +160,27 @@ This document uses it.
|
|||||||
==
|
==
|
||||||
|
|
||||||
|
|
||||||
|
;div.f2.mono
|
||||||
|
;div.fr.g4.p2.bd1.br1(style "margin-top: 50px;")
|
||||||
|
;div.p2.br1.b1;
|
||||||
|
;div.p2.br1.b1.tc.basis-half: basis-half
|
||||||
|
;div.p2.br1.b1;
|
||||||
|
==
|
||||||
|
|
||||||
|
;div.fr.g4.p2.bd1.br1(style "margin-top: 20px;")
|
||||||
|
;div.p2.br1.b1;
|
||||||
|
;div.p2.br1.b1.tc.basis-full: basis-full
|
||||||
|
;div.p2.br1.b1;
|
||||||
|
==
|
||||||
|
|
||||||
|
;div.fr.g4.p2.bd1.br1(style "margin-top: 20px;")
|
||||||
|
;div.p2.br1.b1;
|
||||||
|
;div.p2.br1.b1.tc.basis-none: basis-none
|
||||||
|
;div.p2.br1.b1;
|
||||||
|
==
|
||||||
|
==
|
||||||
|
|
||||||
|
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
## Typography
|
## Typography
|
||||||
|
|
||||||
|
@ -72,6 +72,8 @@ textarea, select {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
letter-spacing: inherit;
|
letter-spacing: inherit;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
|
outline: none;
|
||||||
|
accent-color: black;
|
||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
resize: none;
|
resize: none;
|
||||||
@ -705,7 +707,9 @@ body {
|
|||||||
.border {
|
.border {
|
||||||
border: 0.8px solid var(--f3);
|
border: 0.8px solid var(--f3);
|
||||||
}
|
}
|
||||||
|
.br0 {
|
||||||
|
border-radius: 0px;
|
||||||
|
}
|
||||||
.br1 {
|
.br1 {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
@ -773,7 +777,7 @@ body {
|
|||||||
}
|
}
|
||||||
.prose p {
|
.prose p {
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
line-height: var(--line-height);
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
.prose img {
|
.prose img {
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user