renommer classes + ajout classes admin-upload
This commit is contained in:
parent
e7cad6359e
commit
cb18a570f2
7 changed files with 23 additions and 23 deletions
|
@ -6,7 +6,7 @@ h1 {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.enteteMenu{
|
||||
.headerMenu{
|
||||
font-family: Poppins;
|
||||
font-weight: 400; /*regular*/
|
||||
font-size: 1.25rem; /*20px*/
|
||||
|
@ -16,18 +16,18 @@ h1 {
|
|||
justify-content: space-around;
|
||||
align-items: center;
|
||||
}
|
||||
.enteteMenuElement:hover{
|
||||
.headerMenuElement:hover{
|
||||
border-bottom: 5px #FF563C solid; /*Orange Highlight*/
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.titre1Page{
|
||||
.heading1{
|
||||
font-family: Poppins;
|
||||
font-weight: 600; /*semi-bold*/
|
||||
font-size: 6rem; /*96px*/
|
||||
color: #394596; /*Bleu AGECEM*/
|
||||
}
|
||||
.titre2Page{
|
||||
.heading2{
|
||||
font-family: Poppins;
|
||||
font-weight: 600; /*semi-bold*/
|
||||
font-size: 1.5rem; /*24px*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue