mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-15 01:32:17 +01:00
fix styles due to migration to SCSS
This commit is contained in:
parent
ac2e07c697
commit
145fcc282a
@ -6,11 +6,12 @@ import { FloatingPortal, useFloating, useInteractions } from "@floating-ui/react
|
||||
import clsx from "clsx";
|
||||
import { useAtomValue } from "jotai";
|
||||
import { useEffect, useState } from "react";
|
||||
import "./notificationbubbles.scss";
|
||||
import { NotificationItem } from "./notificationitem";
|
||||
import { RatingBubble } from "./ratingbubble";
|
||||
import { useNotification } from "./usenotification";
|
||||
|
||||
import "./notificationbubbles.scss";
|
||||
|
||||
const NotificationBubbles = () => {
|
||||
const {
|
||||
notifications,
|
||||
|
@ -1,7 +1,6 @@
|
||||
// Copyright 2024, Command Line Inc.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
.notification {
|
||||
.notification-title {
|
||||
font-size: 13px;
|
||||
font-style: normal;
|
||||
@ -77,6 +76,10 @@
|
||||
border: 0.5px solid rgba(255, 255, 255, 0.12);
|
||||
background: #232323;
|
||||
box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.25);
|
||||
|
||||
&.hovered {
|
||||
background: #292929;
|
||||
}
|
||||
}
|
||||
|
||||
.notification-inner {
|
||||
@ -113,7 +116,4 @@
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
}
|
||||
&.hovered {
|
||||
background: #292929;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user