explorer/src/components/UI/JsonViewStyled/JsonViewStyled.module.scss
2024-09-18 16:51:45 +07:00

25 lines
No EOL
339 B
SCSS

.json__container {
// overflow: hidden;
> :first-child {
margin: 0;
}
}
.json__element {
margin-left: 25px;
&:not(:last-child) {
margin-bottom: 0px;
}
span {
font-family: "Inconsolata";
font-size: 13px;
font-weight: 400;
}
}
.json__number {
color: #009688;
}