|
@@ -40,7 +40,6 @@
|
|
|
|
|
|
aside.layout-sidebar-second{
|
|
|
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 4px;
|
|
|
- overflow: scroll;
|
|
|
padding-top: $header-height;
|
|
|
z-index: 100;
|
|
|
padding-left: 2rem;
|
|
@@ -53,6 +52,8 @@ aside.layout-sidebar-second{
|
|
|
background-color: $yellow-puca;
|
|
|
}
|
|
|
}
|
|
|
+ .block-views-blockcurrent-user-doc-profile-block-1{
|
|
|
+ }
|
|
|
h2{
|
|
|
transform: translateX(-48%) translateY(25vh) rotate(-90deg);
|
|
|
text-transform: uppercase;
|
|
@@ -82,6 +83,7 @@ aside.layout-sidebar-second{
|
|
|
top: 200px;
|
|
|
position: relative;
|
|
|
padding-top: 10rem;
|
|
|
+
|
|
|
&::before{
|
|
|
content: '' ;
|
|
|
width: 80%;
|
|
@@ -95,6 +97,8 @@ aside.layout-sidebar-second{
|
|
|
font-weight: 900;
|
|
|
display: flex;
|
|
|
margin-bottom: 3rem;
|
|
|
+ position: relative;
|
|
|
+ z-index: 1000;
|
|
|
&::after{
|
|
|
content: url(../images/noun-cross-1151731.svg);
|
|
|
cursor: pointer;
|