generated from gitea_admin/default
finalisation home page
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
.header_navigation_topbar {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
|
||||
font-family: 'brandontext_regular';
|
||||
//font-family: 'brandontext_regular';
|
||||
font-family: var(--font-roboto);
|
||||
font-size: 16px;
|
||||
|
||||
.header_nav_topbar_item {
|
||||
@@ -46,7 +48,8 @@
|
||||
|
||||
.header_nav_topbar_submenu_item {
|
||||
list-style: none;
|
||||
font-family: 'brandontext_regular';
|
||||
//font-family: 'brandontext_regular';
|
||||
font-family: var(--font-roboto);
|
||||
font-size: 15px;
|
||||
padding-bottom: 2px;
|
||||
&:hover {
|
||||
@@ -131,11 +134,11 @@
|
||||
}
|
||||
@include media_queries.media_min(tablet_800) {
|
||||
margin-left: 25px;
|
||||
margin-right: 25px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
@include media_queries.media_min(tablet_900) {
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
@include media_queries.media_max(tablet_700) {
|
||||
@@ -157,7 +160,8 @@
|
||||
|
||||
text-wrap-mode: nowrap;
|
||||
|
||||
font-family: 'brandontext_regular';
|
||||
//font-family: 'brandontext_regular';
|
||||
font-family: var(--font-roboto);
|
||||
|
||||
@include media_queries.media_min(tablet_600) {
|
||||
font-size: 18px;
|
||||
@@ -172,7 +176,7 @@
|
||||
font-size: 24px;
|
||||
}
|
||||
@include media_queries.media_min(desktop_1800) {
|
||||
font-size: 26px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.header_nav_item {
|
||||
@@ -205,7 +209,7 @@
|
||||
margin-right: 30px;
|
||||
}
|
||||
@include media_queries.media_min(desktop_1800) {
|
||||
margin-right: 34px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
&:last-child {
|
||||
margin-right: 0px;
|
||||
@@ -222,18 +226,19 @@
|
||||
opacity: 0;
|
||||
transition: visibility 0.2s,opacity 0.2s cubic-bezier(0.4, 0, 1, 1);
|
||||
padding-top: 10px;
|
||||
padding-left: 9px;
|
||||
padding-right: 16px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 25px;
|
||||
padding-right: 22px;
|
||||
padding-bottom: 10px;
|
||||
text-align: left;
|
||||
background-color: rgba(255, 255, 255, 0.93);
|
||||
border-radius: 3px;
|
||||
|
||||
.header_nav_sub_menu_item {
|
||||
list-style: none;
|
||||
font-family: 'brandontext_regular';
|
||||
list-style: circle;
|
||||
//font-family: 'brandontext_regular';
|
||||
font-family: var(--font-roboto);
|
||||
font-size: 18px;
|
||||
padding-bottom: 2px;
|
||||
padding-bottom: 4px;
|
||||
&:hover {
|
||||
a {
|
||||
color: var(--c-brand_rouge);
|
||||
@@ -262,7 +267,7 @@
|
||||
width: 83%;
|
||||
}
|
||||
@include media_queries.media_min(desktop_1800) {
|
||||
width: 100%;
|
||||
width: 83%;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -297,7 +302,7 @@
|
||||
}
|
||||
|
||||
/* Par défaut : desktop visible, mobile caché */
|
||||
.header_nav--desktop { display: flex; }
|
||||
.header_nav--desktop { display: flex; align-items: center;}
|
||||
.header_nav--mobile { display: none; }
|
||||
.header_nav--mobile-icons { display: none; }
|
||||
.header_drawer { display: none; }
|
||||
@@ -319,7 +324,7 @@
|
||||
}
|
||||
justify-content: flex-end;
|
||||
margin-top: -23px;
|
||||
margin-right: 60px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.hamburger_black {
|
||||
@@ -386,7 +391,7 @@
|
||||
background-color: rgba(0, 0, 0, 0.9);
|
||||
margin-top: 47px;
|
||||
|
||||
|
||||
font-family: var(--font-roboto);
|
||||
|
||||
padding-bottom: 10px;
|
||||
padding-right: 10px;
|
||||
@@ -405,6 +410,7 @@
|
||||
}
|
||||
|
||||
.header_drawer_link {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
color: $blanc;
|
||||
padding: 6px 0;
|
||||
@@ -434,19 +440,22 @@
|
||||
transition: visibility 0.2s,opacity 0.2s cubic-bezier(0.4, 0, 1, 1);
|
||||
margin-top: 10px;
|
||||
margin-left: 20px;
|
||||
padding-top: 10px;
|
||||
padding-left: 9px;
|
||||
padding-top: 13px;
|
||||
padding-left: 23px;
|
||||
padding-right: 16px;
|
||||
padding-bottom: 5px;
|
||||
padding-bottom: 10px;
|
||||
text-align: left;
|
||||
background-color: rgba(255, 255, 255, 0.93);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.header_drawer_sub_menu_item {
|
||||
list-style: none;
|
||||
font-family: 'brandontext_regular';
|
||||
//font-family: 'brandontext_regular';
|
||||
font-family: var(--font-roboto);
|
||||
font-size: 18px;
|
||||
padding-bottom: 2px;
|
||||
padding-bottom: 4px;
|
||||
list-style: circle;
|
||||
color: var(--c-text);
|
||||
&:hover {
|
||||
a {
|
||||
color: var(--c-brand_rouge);
|
||||
|
||||
Reference in New Issue
Block a user