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

14 lines
194 B
SCSS
Raw Normal View History

2022-07-08 13:15:19 +02:00
2022-07-21 10:20:54 +02:00
@use "../../../vars" as *;
2022-07-08 13:15:19 +02:00
.box{
padding:30px;
margin:5px;
}
.regex_text{
2022-07-21 12:39:30 +02:00
padding: 6px;
2022-07-08 13:15:19 +02:00
background-color: $third_color;
2022-07-21 12:39:30 +02:00
border-radius: 8px;
margin: 6px;
2022-07-08 13:15:19 +02:00
}