Files
firegex-traffic-viewer/frontend/src/components/NFRegex/ServiceRow/index.module.scss

23 lines
373 B
SCSS
Raw Normal View History

2022-07-08 13:15:19 +02:00
2022-07-21 10:20:54 +02:00
@use "../../../index.scss" as *;
2022-07-08 13:15:19 +02:00
.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;
2024-06-28 18:03:15 +02:00
max-width: 300px;
overflow: hidden;
}
.name:hover{
overflow: auto;
2022-07-08 13:15:19 +02:00
}