css form operation
This commit is contained in:
@@ -4,16 +4,12 @@ header{
|
||||
display: block;
|
||||
height: $header-height;
|
||||
background-color: $white-header;
|
||||
// position: fixed;
|
||||
z-index: 99;
|
||||
width: 100vw;
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
|
||||
// .sticky{
|
||||
// position: fixed;
|
||||
// }
|
||||
.region-header{
|
||||
display: inline-grid;
|
||||
align-items: center;
|
||||
@@ -187,7 +183,6 @@ header{
|
||||
top: 36px; // Positionnez-les sous les boutons
|
||||
position: absolute;
|
||||
background-color: $white-header;
|
||||
// width: 30vw;
|
||||
width: $width-menu-slidedown;
|
||||
height: 200vh;
|
||||
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
|
||||
@@ -205,17 +200,14 @@ header{
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
padding-left: 0;
|
||||
// border-bottom: 1px solid black ;
|
||||
li:first-of-type{
|
||||
margin-top: 4rem;
|
||||
border-bottom: 1px solid black ;
|
||||
// background-color: red;
|
||||
::before{
|
||||
|
||||
}
|
||||
}
|
||||
li{
|
||||
// margin-bottom: 3rem;
|
||||
text-transform: uppercase;
|
||||
padding: 1rem;
|
||||
border: solid black 1px;
|
||||
@@ -225,21 +217,13 @@ header{
|
||||
li:hover{
|
||||
background-color: $yellow-puca;
|
||||
}
|
||||
:first-child{
|
||||
// border-top: 1px solid black ;
|
||||
// margin-top: 2rem;
|
||||
// padding-top: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
html.js body div.dialog-off-canvas-main-canvas div.layout-container header div.region.region-header div#block-reha-views-block-current-user-block-block-1.views-element-container.block.block-views.block-views-blockcurrent-user-block-block-1 div.connected div.connected-full div div.js-view-dom-id-426705c0f405ba1cfc7a9eac64ddbe6f543fe3a21a71f2a99ef49ced31b93bc1 footer ul li{
|
||||
border-top: 1px solid black ;
|
||||
|
||||
}
|
||||
.bouton{
|
||||
align-self: flex-end;
|
||||
width: fit-content;
|
||||
@@ -254,18 +238,14 @@ header{
|
||||
font-weight: 800;
|
||||
font-size: 1.8rem;
|
||||
position: relative;
|
||||
// margin-top: 2rem;
|
||||
::after{
|
||||
content: url(../images/noun-cross-1151731.svg);
|
||||
float: right;
|
||||
position: relative;
|
||||
left: 90px;
|
||||
// bottom: 100px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user