style fix
This commit is contained in:
@ -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>
|
||||
рабочее пространство
|
||||
|
@ -1,4 +1,4 @@
|
||||
.trackerAuth {
|
||||
.tracker-auth {
|
||||
&__content {
|
||||
font-family: "LabGrotesque", sans-serif;
|
||||
background-color: #f1f1f1;
|
||||
|
Reference in New Issue
Block a user