Skip to content
Snippets Groups Projects
Commit 701083ca authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

Side bar: Biosafety -> Mechanismn steht in zwei in zwei Zeilen

parent 992f7e1a
No related branches found
No related tags found
No related merge requests found
...@@ -3337,12 +3337,12 @@ a{ ...@@ -3337,12 +3337,12 @@ a{
.active-sideitem { .active-sideitem {
background-color: var(--text-primary) !important; background-color: var(--text-primary) !important;
color: white !important; color: white !important;
border-radius: 10px; border-radius: 5px;
display: block; display: block;
border-width: 10px; border-width: 5px;
border-color: #850F78; border-color: #850F78;
padding-right: 10px; padding-right: 5px;
padding-left: 10px; padding-left: 5px;
} }
...@@ -3560,4 +3560,9 @@ a{ ...@@ -3560,4 +3560,9 @@ a{
.precyse{ .precyse{
padding: 1px ; padding: 1px ;
padding-left: 2px !important; padding-left: 2px !important;
}
.sideitem ul{
margin-left: 0 !important;
padding-left: 10px !important;
} }
\ No newline at end of file
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
.col-6 { .col-6 {
width: 100%; /* Full width on tablets */ width: 100%; /* Full width on tablets */
} }
} }
/*For Smartphones*/ /*For Smartphones*/
......
...@@ -13,8 +13,8 @@ export function NewHighlight({el}: {el: HTMLElement | null}, {subtitle}:{subtitl ...@@ -13,8 +13,8 @@ export function NewHighlight({el}: {el: HTMLElement | null}, {subtitle}:{subtitl
subtitle.style.color = "#F57D22"; subtitle.style.color = "#F57D22";
subtitle.style.backgroundColor = "rgb(133, 15, 120, 0.8)"; subtitle.style.backgroundColor = "rgb(133, 15, 120, 0.8)";
subtitle.style.borderColor = "#850F78"; subtitle.style.borderColor = "#850F78";
subtitle.style.marginLeft = "10px"; subtitle.style.marginLeft = "5px";
subtitle.style.paddingRight = "10px"; subtitle.style.paddingRight = "5px";
subtitle.style.fontWeight = "900"; subtitle.style.fontWeight = "900";
/* console.log("subtitle: ",subtitle) /* console.log("subtitle: ",subtitle)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment