geoproject-app/public/assets/css/src/_forms-section.scss

57 lines
940 B
SCSS
Raw Normal View History

2025-12-10 11:10:14 +01:00
.settings-section {
2025-12-10 13:29:14 +01:00
margin: var(--space-m) 0;
2025-12-10 11:10:14 +01:00
h2 {
font-weight: 600;
font-size: 1.4rem;
border-bottom: 1px solid var(--color-200);
color: var(--color-800);
}
.infos{
2025-12-10 17:26:12 +01:00
position: relative;
padding-left: 2.5ch;
.info-icon{
position: absolute;
left: 0px;
top: -5px;
svg{
width: 16px;
fill: var(--color-interface-400);
}
}
p{
font-size: 0.8rem;
color: var(--color-interface-400);
}
2025-12-10 11:10:14 +01:00
}
2025-12-10 16:45:13 +01:00
.container{
margin-top: var(--space-xs);
}
2025-12-10 13:48:45 +01:00
}
.settings-subsection:not(:last-child) {
2025-12-10 11:10:14 +01:00
border-bottom: 1px solid var(--color-interface-100);
}
.settings-subsection {
padding: var(--space-xs) 0;
h3 {
margin-top: calc(var(--space-xs)*1.5);
2025-12-10 15:12:50 +01:00
margin-bottom: calc(var(--space-xs)*2);
font-size: 1rem;
font-weight: 600;
2025-12-10 17:26:12 +01:00
color: var(--color-800);
2025-12-10 11:10:14 +01:00
}
2025-12-10 13:48:45 +01:00
}