Moduled Firegex, Merging pt2 (to finish and test)
This commit is contained in:
14
frontend/src/components/RegexView/index.module.scss
Executable file
14
frontend/src/components/RegexView/index.module.scss
Executable file
@@ -0,0 +1,14 @@
|
||||
|
||||
@use "../../vars" as *;
|
||||
|
||||
.box{
|
||||
padding:30px;
|
||||
margin:5px;
|
||||
}
|
||||
|
||||
.regex_text{
|
||||
padding: 6px;
|
||||
background-color: $third_color;
|
||||
border-radius: 8px;
|
||||
margin: 6px;
|
||||
}
|
||||
Reference in New Issue
Block a user