style fix

This commit is contained in:
Victor Batischev
2024-01-31 16:25:06 +03:00
parent 8462d38862
commit 73c9101be2
13 changed files with 42 additions and 40 deletions

View File

@ -15,12 +15,12 @@ import "./trackerAuth.scss";
export const TrackerAuth = () => {
const [modalResetOpen, setModalReset] = useState(false);
return (
<div className="trackerAuth">
<div className="tracker-auth">
<AuthHeader />
<SideBar />
<div className="trackerAuth__content">
<div className="tracker-auth__content">
<div className="container">
<h1 className="trackerAuth__title">
<h1 className="tracker-auth__title">
Войдите в свое{" "}
<span>
рабочее пространство

View File

@ -1,4 +1,4 @@
.trackerAuth {
.tracker-auth {
&__content {
font-family: "LabGrotesque", sans-serif;
background-color: #f1f1f1;