1
1
Fork 0
This commit is contained in:
Vrifox 2020-10-19 10:51:31 +02:00
parent 7930d1cc8e
commit b60ce05dbe
5 changed files with 30 additions and 4 deletions

View file

@ -53,7 +53,7 @@ $ngtb_height: 32px; // ngtb == nom_globaltopbar
color: $grey-light;
font-size: 14px;
font-weight: normal;
padding: 4px 13px;
padding: 4px 6px;
text-decoration: none;
transition: background .2s,color .2s;
&:hover,
@ -64,9 +64,13 @@ $ngtb_height: 32px; // ngtb == nom_globaltopbar
text-decoration: none;
}
}
span.separator {
margin: 0 10px;
}
}
&.nom_globaltopbar-inner.right {
justify-content: flex-end;
margin-left: 20px;
}
}
}

View file

@ -3,7 +3,7 @@
// settings
//
$type: main;
$type: www;
//
// import
@ -12,6 +12,6 @@ $type: main;
@import 'import/colors.scss';
@import 'import/edit-warning.scss';
@import 'import/main.scss';
@import 'import/www.scss';
@import 'import/nom_globaltopbar.scss'; // @natenom: remove this to disable globaltopbar