2016-04-04 09:47:17 +00:00
|
|
|
@import 'constants';
|
|
|
|
|
|
|
|
|
|
|
|
#WRAPPER > #HEADER{
|
2016-04-05 13:08:42 +00:00
|
|
|
// // Icone du site
|
|
|
|
// & > .icon{
|
|
|
|
// display: block;
|
|
|
|
// position: absolute;
|
|
|
|
// top: 0;
|
|
|
|
// left: 0;
|
|
|
|
// width: $menu-side-width;
|
|
|
|
// height: $menu-side-width;
|
|
|
|
|
|
|
|
// background-color: darken($theme-fg-primary, 10);
|
|
|
|
// background-image: url('/f/svg/icon/st');
|
|
|
|
// background-position: center center;
|
|
|
|
// background-repeat: no-repeat;
|
|
|
|
// background-size: 50% 50%;
|
|
|
|
|
|
|
|
// cursor: pointer;
|
|
|
|
|
|
|
|
// transition: all .3s;
|
|
|
|
|
|
|
|
// // @hover
|
|
|
|
// &:hover{
|
|
|
|
// background-color: darken($theme-fg-primary, 15);
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }
|
2016-04-04 09:47:17 +00:00
|
|
|
|
2016-04-05 13:08:42 +00:00
|
|
|
// /* Animation de chargement qudnd chargement ajax */
|
|
|
|
// &.loading > .icon{
|
|
|
|
// background-image: url('/f/svg/loader/st');
|
|
|
|
// background-size: 70% 70%;
|
|
|
|
// }
|
2016-04-04 09:47:17 +00:00
|
|
|
|
|
|
|
}
|