roles and permissions

This commit is contained in:
2023-06-21 20:52:42 +02:00
parent 7a4d729847
commit e38372ee66
15 changed files with 94 additions and 306 deletions
@@ -879,6 +879,8 @@ article.node-type-book {
#header-top {
height: 7rem;
padding-right: 2rem;
padding-left: 2rem;
background-color: white;
display: flex;
flex-direction: row;
@@ -892,8 +894,10 @@ article.node-type-book {
#header-top .region-header-top-left {
display: flex;
flex-direction: row; }
#header-top .region-header-top-left #block-rorschach-site-branding img {
width: 10%; }
#header-top .region-header-top-left #block-rorschach-site-branding {
display: flex; }
#header-top .region-header-top-left #block-rorschach-site-branding img {
width: 50%; }
#header-top .region-header-top-left #block-rorschach-main-menu {
align-self: baseline;
width: 70%;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

@@ -22,6 +22,8 @@
#header-top {
height: 7rem;
padding-right: 2rem;
padding-left: 2rem;
background-color: $white;
// box-shadow: 1px 0px 8px $black;
display: flex;
@@ -42,19 +44,13 @@
.region-header-top-left {
display:flex;
flex-direction: row;
// padding: 1rem;
// padding-left: 4%;
// align-items:center;
// color: $black;
// font-weight: 800;
// flex: 1;
#block-rorschach-site-branding{
display: flex;
img{
width: 10%;
width: 50%;
}
}
#block-rorschach-main-menu{
align-self: baseline;
@@ -131,76 +127,7 @@
}
// menu burger à droite
// #block-burger {
// z-index: 1;
// background-color: $blue-light;
// font-size: 0.7rem;
// color: $white;
// display: block;
// width: 7rem;
// height: 100%;
// margin-top: 0;
// :hover{
// cursor: pointer;
// }
// h2{
// padding-top: 1rem;
// }
// h2:after{
// display: block;
// margin:auto;
// height: 70px;
// content:url('data:image/svg+xml,<svg width="70" height="50" xmlns="http://www.w3.org/2000/svg" version="1.1"> <path id="path930" d="M 5,13 H 65" stroke-linecap="round" stroke="white" stroke-width="3"/><path id="path930-3" d="M 5,25 H 65" stroke-linecap="round" stroke="white" stroke-width="3"/><path id="path930-6" d="M 5,37 H 65" stroke-linecap="round" stroke="white" stroke-width="3"/></svg>');
// }
// #block-burger-menu{
// display: block;
// margin: 0;
// align-self: center;
// text-align: center;
// // height:7rem;
// }
// block menu open fond bleu
// .ul1:not(.sous-liste){
// width: 300%;
// position: relative;
// right: 260px;
// margin: 0;
// padding-top: 2rem;
// padding-bottom: 2rem;
// z-index: 99;
// }
// ul {
// display: none;
// background-color: $blue-light;
// line-height: 2rem;
// list-style: none;
// .ul1 .sous-liste{
// a{
// opacity: 1;
// }
// }
// a{
// opacity: 0.6;
// color: $white;
// font-weight: 800;
// font-size: 1rem;
// }
// }
// &.opened ul {
// display: block;
// }
}
}