css form connected
This commit is contained in:
@@ -193,25 +193,53 @@ header{
|
||||
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
|
||||
clip-path: inset(0px -10px -10px -10px);
|
||||
padding: 5% 10% 5% 45%;
|
||||
ul{
|
||||
width: 70%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-left: 0;
|
||||
li{
|
||||
// margin-bottom: 3rem;
|
||||
text-transform: uppercase;
|
||||
padding: 1rem;
|
||||
border: solid black 1px;
|
||||
margin-bottom: 1rem;
|
||||
background-color: $white-button;
|
||||
|
||||
footer{
|
||||
font-weight: 400;
|
||||
font-size: 1rem;
|
||||
margin-top: 2rem;
|
||||
border-top: 1px solid black;
|
||||
padding-top: 1.5rem;
|
||||
ul{
|
||||
width: 45%;
|
||||
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;
|
||||
margin-bottom: 1rem;
|
||||
background-color: $white-button;
|
||||
}
|
||||
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;
|
||||
@@ -231,7 +259,7 @@ header{
|
||||
content: url(../images/noun-cross-1151731.svg);
|
||||
float: right;
|
||||
position: relative;
|
||||
left: 200px;
|
||||
left: 90px;
|
||||
// bottom: 100px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user