Modulating frontend
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
}
|
||||
|
||||
.regex_text{
|
||||
padding: 10px;
|
||||
padding: 6px;
|
||||
background-color: $third_color;
|
||||
border-radius: 15px;
|
||||
border-radius: 8px;
|
||||
margin: 6px;
|
||||
}
|
||||
@@ -45,8 +45,8 @@ function RegexView({ regexInfo }:{ regexInfo:RegexFilter }) {
|
||||
|
||||
return <div className={style.box}>
|
||||
<Grid>
|
||||
<Grid.Col span={2}>
|
||||
<Title order={2} style={{color:"#FFF"}}>Regex:</Title>
|
||||
<Grid.Col span={2} className="center-flex">
|
||||
<Title order={4}>Regex:</Title>
|
||||
</Grid.Col>
|
||||
<Grid.Col span={8}>
|
||||
<Text className={style.regex_text}> {regex_expr}</Text>
|
||||
|
||||
Reference in New Issue
Block a user