Skip to content

Commit

Permalink
Merge pull request #13 from nevermined-io/feature/colors
Browse files Browse the repository at this point in the history
Feature: Colors
  • Loading branch information
metabacalhau authored Jul 4, 2024
2 parents f4143f7 + 30a7039 commit 1fffd61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions agent-widget/src/react/agent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@ body {

#root {
height: 100%;
padding: 10px;
}

.agent-container {
text-align: center;
height: 100%;
width: 100%;
max-width: 900px;
display: flex;
flex-direction: column;
justify-content: space-between;
background: linear-gradient(173.2deg, #CFD2F3 2.03%, #FFFFFF 57.88%, #CFD2F3 120.86%);
}

.widget-container {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin-top: 30px;
}

.chat-panel {
Expand Down Expand Up @@ -93,6 +93,7 @@ ul {
width: 100%;
max-width: 448px;
position: relative;
background: #fff;

&--disabled {
cursor: not-allowed;
Expand Down

0 comments on commit 1fffd61

Please sign in to comment.