Skip to content

Commit

Permalink
Merge pull request #23 from elixir-europe/elixir-bsc
Browse files Browse the repository at this point in the history
Elixir bsc
  • Loading branch information
Gemma Milla authored Nov 29, 2023
2 parents ddd6633 + 7e74301 commit 8b683ca
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 7 deletions.
35 changes: 31 additions & 4 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ html {
width: 89px;
}

.test-example{
padding: 2px;
}

.selectedOperator {
background: white;
border: 2px solid rgba(12, 16, 64, 0.606);
Expand Down Expand Up @@ -975,20 +979,21 @@ h5 {
}

.ReactModal__Content--after-open {
width: 30vw;
width: 369px;
font-size: 12px;
height: 29%;
position: absolute !important;
inset: 35% !important;
border: 1px solid rgb(204, 204, 204) !important;
background: #e2842b !important;
background: #be5930 !important;
overflow: auto !important;
border-radius: 4px !important;
outline: none !important;
padding: 20px !important;
padding: 16px !important;
}

.ReactModal__Content--after-open p {
font-size: 18px;
font-size: 16px;
font-weight: normal;
color: white;
line-height: 30px;
Expand All @@ -1002,6 +1007,28 @@ h5 {
text-underline-offset: 1px;
}

.ReactModal__Content--after-open {
width: 269px;
font-size: 12px;
height: fit-content;
position: absolute !important;
inset: 35% !important;
border: 1px solid rgb(204, 204, 204) !important;
background: #be5930 !important;
overflow: auto !important;
border-radius: 4px !important;
outline: none !important;
padding: 16px !important;
}

.ReactModal__Content--after-open p {
font-size: 14px;
font-weight: normal;
color: white;
line-height: 20px;
padding: 2px;
}

.filters {
padding: 4px;
cursor: pointer;
Expand Down
5 changes: 2 additions & 3 deletions frontend/src/components/NavBar/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@
display: inline;
}


.buttonMenu {
display: flex;
width: 100%;
Expand Down Expand Up @@ -586,7 +585,7 @@
justify-content: flex-end;
align-content: center;
flex-direction: row-reverse;
margin-top: 14px;
margin-bottom: -17px;
}

.menuContainer {
Expand Down Expand Up @@ -780,7 +779,7 @@

.menuNav2 {
background-color: #235c94;
height: 250px;
height: 269px;
width: 161px;
margin-top: 22px;
border-radius: 9px;
Expand Down
11 changes: 11 additions & 0 deletions frontend/src/components/Verifier/Verifier.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,3 +255,14 @@ h11 {
left: 20px;
}
}

@media (max-width: 800px) {
.inputVerifierUrl {
font-size: 12px;
width: 68vw;
height: 24px;
border: 1px solid #f0f5ff;
box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

}

0 comments on commit 8b683ca

Please sign in to comment.