mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Revert "Introduce reusable horizontal line"
This reverts commit 4d8c147fe0f1a14bd884f73cf345e7d3a28b954a. Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
ce1adc0695
commit
ffd4b13dcd
@ -1,5 +0,0 @@
|
||||
.horizontalLine {
|
||||
height: 1px;
|
||||
border-top: thin solid var(--hrColor);
|
||||
margin-top: 40px;
|
||||
}
|
||||
@ -1,9 +0,0 @@
|
||||
/**
|
||||
* Copyright (c) OpenLens Authors. All rights reserved.
|
||||
* Licensed under MIT License. See LICENSE in root directory for more information.
|
||||
*/
|
||||
import React from "react";
|
||||
|
||||
import styles from "./horizontal-line.module.scss";
|
||||
|
||||
export const HorizontalLine = () => <hr className={styles.horizontalLine} />;
|
||||
Loading…
Reference in New Issue
Block a user