colors on label
This commit is contained in:
parent
718aae2c23
commit
ea755a2dc6
13 changed files with 492 additions and 453 deletions
56
public/assets/css/src/_forms-section.scss
Normal file
56
public/assets/css/src/_forms-section.scss
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
.settings-section {
|
||||
|
||||
margin-top: 3em;
|
||||
|
||||
|
||||
// .cons
|
||||
|
||||
|
||||
|
||||
h2 {
|
||||
margin-bottom: var(--space);
|
||||
|
||||
font-weight: 600;
|
||||
font-size: 1.4rem;
|
||||
// border-radius: var(--border-radius);
|
||||
// height: var(--input-h);
|
||||
// padding: 0 1ch;
|
||||
// display: flex;
|
||||
// align-items: center;
|
||||
|
||||
// color: var(--color-interface-050);
|
||||
// background-color: var(--color-800);
|
||||
// display: inline-block;
|
||||
|
||||
border-bottom: 1px solid var(--color-200);
|
||||
color: var(--color-800);
|
||||
|
||||
// border-bottom: 2px solid currentColor;
|
||||
// margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.infos{
|
||||
font-size: 0.8rem;
|
||||
color: var(--color-interface-400);
|
||||
}
|
||||
|
||||
.settings-subsection:not(:last-child) {
|
||||
border-bottom: 1px solid var(--color-interface-100);
|
||||
}
|
||||
|
||||
.settings-subsection {
|
||||
padding: var(--space-xs) 0;
|
||||
|
||||
h3 {
|
||||
margin-top: calc(var(--space-xs)*1.5);
|
||||
margin-bottom: calc(var(--space-xs)*2);
|
||||
// color: var(--color-600);
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue