Files
firegex-traffic-viewer/frontend/src/components/RegexView/RegexView.module.scss

13 lines
175 B
SCSS
Raw Normal View History

2022-06-12 12:09:50 +02:00
2022-06-12 14:40:48 +02:00
@use "../../vars" as *;
2022-06-12 12:09:50 +02:00
.box{
padding:30px;
margin:5px;
2022-06-12 14:40:48 +02:00
}
.regex_text{
padding: 10px;
background-color: $third_color;
border-radius: 15px;
2022-06-12 12:09:50 +02:00
}