Files
firegex-traffic-viewer/frontend/src/components/RegexProxy/ServiceRow/ServiceRow.module.scss
2023-04-12 23:53:43 +02:00

18 lines
289 B
SCSS

@use "../../../index.scss" as *;
.row{
width: 95%;
padding: 30px 0px;
border-radius: 20px;
margin: 10px;
@extend .center-flex;
}
.name{
font-size: 2.3em;
font-weight: bolder;
margin-right: 10px;
margin-bottom: 13px;
color:#FFF;
}