theme fieldset/legend
This commit is contained in:
parent
169caa6b72
commit
026e95079e
|
@ -87,17 +87,19 @@ th,td {
|
||||||
|
|
||||||
table.condensed * {padding:0}
|
table.condensed * {padding:0}
|
||||||
|
|
||||||
fieldset {border: none;padding: 0;}
|
fieldset {background: #FFF;padding: 1rem;border: 1px solid var(--theme)}
|
||||||
|
|
||||||
legend {
|
legend {
|
||||||
font-size: larger;
|
font-size: larger;
|
||||||
|
font-weight: 600;
|
||||||
|
color: var(--theme);
|
||||||
|
background: var(--bg);
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: fit-content;
|
||||||
padding: 0;
|
padding: .25rem .5rem;
|
||||||
margin-bottom: 1rem;
|
margin: 0;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
border: 0;
|
border: 1px solid var(--theme);
|
||||||
border-bottom: 1px solid var(--theme);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
Loading…
Reference in New Issue