bookmarks title
This commit is contained in:
19
packages/app/src/Element/Bookmarks.css
Normal file
19
packages/app/src/Element/Bookmarks.css
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
.icon-title {
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 19px;
|
||||||
|
line-height: 23px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 22px;
|
||||||
|
}
|
||||||
|
.icon-title svg {
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-title h3 {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-title select {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
@ -1,3 +1,4 @@
|
|||||||
|
import "./Bookmarks.css";
|
||||||
import { useState, useMemo, ChangeEvent } from "react";
|
import { useState, useMemo, ChangeEvent } from "react";
|
||||||
import { useSelector } from "react-redux";
|
import { useSelector } from "react-redux";
|
||||||
import { FormattedMessage } from "react-intl";
|
import { FormattedMessage } from "react-intl";
|
||||||
|
Reference in New Issue
Block a user