mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-19 22:04:56 -04:00
12 lines
182 B
CSS
12 lines
182 B
CSS
.protocol {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 32px;
|
|
}
|
|
|
|
.alreadyExistsIcon {
|
|
margin-left: 10px;
|
|
color: #37bc9b;
|
|
pointer-events: all;
|
|
}
|