harbor/src/portal/src/app/project/scanner/scanner.component.scss

21 lines
306 B
SCSS

.scanner-name {
height: 1rem;
color: #000;
display: inline-block;
padding: 0 .25rem;
max-height: 1rem;
font-size: .541667rem;
}
.edit {
margin-top: -5px;
margin-left: -8px;
font-size: 0.58rem;
}
.width-240 {
width: 240px;
}
.center {
justify-content: center;
align-items: center;
}