Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldleufer committed Jul 5, 2021
2 parents ec0e9fd + 80bec9b commit beb08f7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions frontend/src/components/mydashboard/mydashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
cursor: 'pointer';
width: max-content;
min-height: 480px;
border: 1px solid #ad65dd;
border: 1.5px solid #ad65dd;
max-height: 480px;
margin-top: 10px;
position: fixed;
Expand All @@ -27,7 +27,7 @@
max-width: 450;
min-height: 350px;
max-height: 350px;
border: 1px solid #ad65dd;
border: 1.5px solid #ad65dd;
position: fixed;
overflow-y: visible;
overflow-y: scroll;
Expand All @@ -44,13 +44,13 @@
max-width: 450;
min-height: 550px;
max-height: 550px;
border: 1px solid #ad65dd;
border: 1.5px solid #ad65dd;
position: fixed;
overflow-y: scroll;
justify-content: first baseline;
}
.MyMiniCardsContainer {
display: inline-flex;
display: flex;
margin-top: 20px;
padding: 20px;
flex-direction: column;
Expand All @@ -59,7 +59,7 @@
position: fixed;
justify-content: first baseline;
float: right;
border: 1px solid #ad65dd;
border: 1.5px solid #ad65dd;
}

.MyMiniCardsContainer p {
Expand Down Expand Up @@ -148,7 +148,7 @@
font-family: inherit;
font-style: normal;
font-weight: bold;
font-size: var(--global--text-title--FontSize);
font-size: var(--global--panel-title--FontSize);
letter-spacing: 0.5px;
color: #643082;
padding-left: 0px;
Expand Down Expand Up @@ -180,7 +180,7 @@
font-family: inherit;
font-style: normal;
font-weight: normal;
font-size: 40px;
font-size: 35px;
letter-spacing: 0.5px;
padding: 10px;
color: var(--global--text--color);
Expand Down

0 comments on commit beb08f7

Please sign in to comment.