🐛 Fixing border bottom
This commit is contained in:
parent
bd981d7d04
commit
88acd08bcf
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
.show-more-container {
|
.show-more-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
border-bottom: 1px solid var(--color-neutral-500);
|
||||||
.show-more {
|
.show-more {
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -27,7 +28,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-bottom: 1px solid var(--color-neutral-500);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.vertical-container {
|
.vertical-container {
|
||||||
|
@ -3,8 +3,7 @@ import classes from "./classes.module.scss";
|
|||||||
import HorizontalTab, { ITab } from "./HorizontalTab";
|
import HorizontalTab, { ITab } from "./HorizontalTab";
|
||||||
import VerticalTabs from "./VerticalTabs";
|
import VerticalTabs from "./VerticalTabs";
|
||||||
import Typography, { ETypo, ETypoColor } from "@Front/Components/DesignSystem/Typography";
|
import Typography, { ETypo, ETypoColor } from "@Front/Components/DesignSystem/Typography";
|
||||||
import { useDebounce, useToggle, useWindowSize } from "@uidotdev/usehooks";
|
import { useDebounce, useWindowSize } from "@uidotdev/usehooks";
|
||||||
import Button from "@Front/Components/DesignSystem/Button";
|
|
||||||
import useOpenable from "@Front/Hooks/useOpenable";
|
import useOpenable from "@Front/Hooks/useOpenable";
|
||||||
|
|
||||||
type ITabInternal<T> = ITab & {
|
type ITabInternal<T> = ITab & {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user