Commit 183d9d5a authored by Leon's avatar Leon
Browse files

roll back changes

No related merge requests found
Showing with 2 additions and 3 deletions
+2 -3
@import "../../variables.module"
@import "../../mixins.scss"
.closeIcon
position: absolute
......
......@@ -207,7 +207,7 @@ export const ServiceMapModal: React.FC<ServiceMapModalProps> = ({ isOpen, onClos
<Resizeable minWidth={170} maxWidth={320}>
<div className={styles.filterWrapper}>
<div className={styles.protocolsFilterList}>
<h3 className={styles.subHeader} style={{ marginLeft: "10px" }}>
<h3 style={{ marginLeft: "10px" }}>
PROTOCOLS
<span className={styles.totalSelected}>&nbsp;({checkedProtocols.length})</span>
</h3>
......@@ -215,7 +215,7 @@ export const ServiceMapModal: React.FC<ServiceMapModalProps> = ({ isOpen, onClos
checkedValues={checkedProtocols} setCheckedValues={onProtocolsChange} tableClassName={styles.filters} />
</div>
<div className={styles.servicesFilter}>
<h3 className={styles.subHeader} style={{ marginLeft: "10px" }}>
<h3 style={{ marginLeft: "10px" }}>
SERVICES
<span className={styles.totalSelected}>&nbsp;({checkedServices.length})</span>
</h3>
......
File moved
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment