bookmarks title
This commit is contained in:
parent
0a1bd42bb6
commit
a29bd45ceb
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 { useSelector } from "react-redux";
|
||||
import { FormattedMessage } from "react-intl";
|
||||
|
Loading…
x
Reference in New Issue
Block a user