39 lines
1.1 KiB
CSS
39 lines
1.1 KiB
CSS
/* COULEUR DU THEME */
|
|
/* COULEUR DU SOUS-MENU */
|
|
/* COULEUR DES ERREURS */
|
|
/* FORMULAIRES */
|
|
/* GESTION DES LONGUEURS */
|
|
#WRAPPER > #HEADER {
|
|
/* Animation de chargement qudnd chargement ajax */ }
|
|
#WRAPPER > #HEADER > .icon {
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 4em;
|
|
height: calc( 4em - 1px);
|
|
background-color: #c23f05;
|
|
background-image: url("/src/static/iconv3.svg");
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-size: 50% 50%;
|
|
cursor: pointer;
|
|
transition: all .3s; }
|
|
#WRAPPER > #HEADER.loading > .icon {
|
|
background-image: url("/src/static/loaderv2.svg");
|
|
background-size: 70% 70%; }
|
|
#WRAPPER > #HEADER > .logout-icon {
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: calc( 100% - 4em);
|
|
width: 4em;
|
|
height: 4em;
|
|
background: transparent url("/src/static/logout@e0e7ed.svg") center center no-repeat;
|
|
background-size: 40%;
|
|
cursor: pointer; }
|
|
#WRAPPER > #HEADER > .logout-icon:hover {
|
|
background-image: url("/src/static/logout@ffffff.svg"); }
|
|
|
|
|
|
/*# sourceMappingURL= header.css.map */ |