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
|
|
|
}
|