Files
firegex-traffic-viewer/frontend/src/components/PortHijack/ServiceRow/index.module.scss
2022-08-12 18:51:50 +00:00

26 lines
428 B
SCSS
Executable File

@use "../../../index.scss" as *;
.row{
width: 95%;
padding: 15px 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;
}
.portInput *{
color: #FFF;
font-weight: bold;
font-size: 1em;
margin-top: -1px;
text-decoration: underline;
}