Newer
Older
framework / scss / modules / _error.scss
@TLCD96 TLCD96 on 29 Nov 2023 447 bytes upddate
.line_numbers {
    &{
		flex: auto;
		flex-wrap: wrap;
		flex: 0 1;
		marker: none;
		list-style: none;
	}
	.line_id {
		width: max-content;
		border: 1px solid lightgrey;
		box-shadow: 0px 0px 4px 2px lightgrey;
	}
}
.line_code {
	.line{

	}
}
.line_numbers,.line_code{
	.line{
		&{
			border: 1px solid transparent;
		}
		&.selected{
			background-color: #00feffb3;
			border: 1px solid lightgrey;
		}
	}
}
 .line.selected,
 .line.selected {
}