mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 22:06:29 +02:00
Fixes lint style errors
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
exports[`<App /> renders 1`] = `
|
||||
<div
|
||||
className="App"
|
||||
className="app"
|
||||
>
|
||||
<a
|
||||
className="header"
|
||||
|
@@ -15,7 +15,7 @@ interface Route {
|
||||
}
|
||||
|
||||
const App = ({ route }: Route): JSX.Element => (
|
||||
<div className={styles.App}>
|
||||
<div className={styles.app}>
|
||||
<Helmet {...config.APP} />
|
||||
<Link to="/" className={styles.header}>
|
||||
<img src={logo} alt="Logo" role="presentation" />
|
||||
|
@@ -5,21 +5,13 @@ body {
|
||||
font-family: "Helvetica-Light", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.App {
|
||||
.app {
|
||||
color: $color-white;
|
||||
|
||||
.header {
|
||||
color: inherit;
|
||||
display: block;
|
||||
overflow: auto;
|
||||
padding: 15px;
|
||||
text-decoration: none;
|
||||
|
||||
img {
|
||||
float: left;
|
||||
height: 70px;
|
||||
margin-right: 1em;
|
||||
}
|
||||
img {
|
||||
float: left;
|
||||
height: 70px;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
hr {
|
||||
@@ -28,3 +20,11 @@ body {
|
||||
opacity: 0.15;
|
||||
}
|
||||
}
|
||||
|
||||
.header {
|
||||
color: inherit;
|
||||
display: block;
|
||||
overflow: auto;
|
||||
padding: 15px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user