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