generated from gitea_admin/default
front end
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
padding-right: 16px;
|
||||
padding-bottom: 5px;
|
||||
text-align: left;
|
||||
background-color: rgba(255, 255, 255, 0.95);
|
||||
background-color: var(--c-surface);
|
||||
border-radius: 3px;
|
||||
|
||||
.header_nav_topbar_submenu_item {
|
||||
@@ -169,6 +169,19 @@
|
||||
|
||||
//font-family: 'brandontext_regular';
|
||||
font-family: var(--font-roboto);
|
||||
// wght Graisse
|
||||
// YTLC Hauteur miniscule
|
||||
// YTUC Hauteur majuscule
|
||||
// YTAS Hauteur des hampes ascendantes
|
||||
// YTDE Hauteur des hampes descendantes
|
||||
// wdth largeur horizontale des lettres
|
||||
font-variation-settings:
|
||||
"wdth" 41,
|
||||
"wght" 662,
|
||||
"YTLC" 570,
|
||||
"YTUC" 760,
|
||||
"YTAS" 794,
|
||||
"YTDE" -275;
|
||||
|
||||
@include media_queries.media_min(tablet_600) {
|
||||
font-size: 18px;
|
||||
@@ -255,13 +268,15 @@
|
||||
padding-right: 12px;
|
||||
padding-bottom: 10px;
|
||||
text-align: left;
|
||||
background-color: rgba(255, 255, 255, 0.97);
|
||||
background-color: var(--c-surface);
|
||||
border-radius: 3px;
|
||||
|
||||
.header_nav_sub_menu_item {
|
||||
list-style: circle;
|
||||
//font-family: 'brandontext_regular';
|
||||
font-family: var(--font-roboto);
|
||||
font-variation-settings:
|
||||
"wdth" 41, "wght" 552, "YTLC" 570, "YTUC" 760, "YTAS" 794, "YTDE" -275;
|
||||
@media (min-width: 0px) {
|
||||
font-size: 16px;
|
||||
}
|
||||
@@ -422,6 +437,13 @@
|
||||
margin-top: 47px;
|
||||
|
||||
font-family: var(--font-roboto);
|
||||
font-variation-settings:
|
||||
"wdth" 41,
|
||||
"wght" 662,
|
||||
"YTLC" 570,
|
||||
"YTUC" 760,
|
||||
"YTAS" 794,
|
||||
"YTDE" -275;
|
||||
|
||||
padding-bottom: 10px;
|
||||
padding-right: 10px;
|
||||
@@ -489,6 +511,8 @@
|
||||
list-style: none;
|
||||
//font-family: 'brandontext_regular';
|
||||
font-family: var(--font-roboto);
|
||||
font-variation-settings:
|
||||
"wdth" 41, "wght" 552, "YTLC" 570, "YTUC" 760, "YTAS" 794, "YTDE" -275;
|
||||
font-size: 18px;
|
||||
padding-bottom: 4px;
|
||||
list-style: circle;
|
||||
|
||||
Reference in New Issue
Block a user