icon header
This commit is contained in:
-7
@@ -383,12 +383,8 @@ header .region-header #block-reha-connexionutilisateur {
|
|||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
header .region-header #block-reha-connexionutilisateur .bouton-connexion {
|
|
||||||
padding-right: 3rem;
|
|
||||||
}
|
|
||||||
header .region-header #block-reha-connexionutilisateur .bouton-connexion :before {
|
header .region-header #block-reha-connexionutilisateur .bouton-connexion :before {
|
||||||
content: url(../images/noun-contact-2495375.svg);
|
content: url(../images/noun-contact-2495375.svg);
|
||||||
padding-right: 1rem;
|
|
||||||
}
|
}
|
||||||
header .region-header #block-reha-connexionutilisateur .connexion {
|
header .region-header #block-reha-connexionutilisateur .connexion {
|
||||||
height: 0; /* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
|
height: 0; /* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
|
||||||
@@ -594,9 +590,6 @@ header #block-reha-views-block-current-user-block-block-1 {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
}
|
}
|
||||||
header #block-reha-views-block-current-user-block-block-1 .bouton-connected {
|
|
||||||
padding-right: 3rem;
|
|
||||||
}
|
|
||||||
header #block-reha-views-block-current-user-block-block-1 .bouton-connected h2 {
|
header #block-reha-views-block-current-user-block-block-1 .bouton-connected h2 {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: black;
|
color: black;
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
xml:space="preserve"
|
xml:space="preserve"
|
||||||
id="svg3"
|
id="svg3"
|
||||||
sodipodi:docname="noun-contact-2495375.svg"
|
sodipodi:docname="noun-contact-2495375.svg"
|
||||||
width="35"
|
width="28"
|
||||||
height="34.9"
|
height="27"
|
||||||
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
@@ -7,8 +7,8 @@
|
|||||||
xml:space="preserve"
|
xml:space="preserve"
|
||||||
id="svg2"
|
id="svg2"
|
||||||
sodipodi:docname="noun-letter-1064628.svg"
|
sodipodi:docname="noun-letter-1064628.svg"
|
||||||
width="45"
|
width="32"
|
||||||
height="31.5"
|
height="28"
|
||||||
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
@@ -116,14 +116,14 @@ header{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bouton-connexion{
|
.bouton-connexion{
|
||||||
padding-right: 3rem;
|
// padding-right: 3rem;
|
||||||
// @media (max-width:891px) {
|
// @media (max-width:891px) {
|
||||||
// font-size: 0.1rem;
|
// font-size: 0.1rem;
|
||||||
// color: white;
|
// color: white;
|
||||||
// }
|
// }
|
||||||
:before{
|
:before{
|
||||||
content: url(../images/noun-contact-2495375.svg);
|
content: url(../images/noun-contact-2495375.svg);
|
||||||
padding-right: 1rem;
|
// padding-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -335,7 +335,7 @@ header{
|
|||||||
grid-column: 9;
|
grid-column: 9;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
.bouton-connected{
|
.bouton-connected{
|
||||||
padding-right: 3rem;
|
// padding-right: 3rem;
|
||||||
h2{
|
h2{
|
||||||
// width: fit-content;
|
// width: fit-content;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user