Skip to content
Snippets Groups Projects
Commit 7b0c6f79 authored by Loïc Poullain's avatar Loïc Poullain
Browse files

Remove unused style

parent ab3e22b5
No related branches found
No related tags found
1 merge request!42Re-factoriser le code CSS et supprimer les warnings du terminal de dev
......@@ -2,12 +2,6 @@
:global {
$primary-color: grey;
.p {
font-family: "Lato";
}
html {
background-image: url(../static/images/tramebackground.png);
}
......@@ -18,31 +12,6 @@
margin: 0;
}
.heading {
display: flex;
justify-content: center;
font-size: 20px;
font-weight: bold;
margin-top: 5em;
}
.text {
display: flex;
justify-content: center;
margin-top: 2em;
}
.img-container {
justify-content: center;
display: flex;
margin-top: 2em;
img {
width: 500px;
height: 50px;
display: flex;
}
}
// This style is hack: it is defined globally but it is intended
// to only be used by the component parameter.
input {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment