chore: update demo

This commit is contained in:
Justineo
2023-09-12 20:36:54 +08:00
parent 4484b4e180
commit c41d55b054

View File

@ -152,6 +152,7 @@ h2 {
small { small {
font-weight: 300; font-weight: 300;
opacity: 0.7;
} }
button { button {
@ -169,10 +170,6 @@ h2 {
} }
} }
h2 small {
opacity: 0.7;
}
p small { p small {
font-size: 0.8em; font-size: 0.8em;
color: #7f8c8d; color: #7f8c8d;
@ -180,6 +177,13 @@ p small {
p { p {
line-height: 1.5; line-height: 1.5;
button + button,
button + select,
select + button,
select + select {
margin-left: 0.5em;
}
} }
pre { pre {
@ -252,15 +256,6 @@ label {
justify-content: center; justify-content: center;
} }
p {
button + button,
button + select,
select + button,
select + select {
margin-left: 0.5em;
}
}
button, button,
input, input,
label, label,