Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Duzzii committed Oct 16, 2023
1 parent 16b8f81 commit 2a29248
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ ion-input, ion-textarea {
margin-top: 2px;
margin-bottom: 20px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
background-color: #ccc;
--highlight-color: #ccc;
--color-checked: #ff00ff;

}
ion-input::selection, ion-textarea::selection {
background-color: #eb0091;
color: #eb0091;
}

ion-radio {
Expand Down
5 changes: 4 additions & 1 deletion frontend/angular/xpose/src/app/edit/edit.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ ion-content {
background-color: #0056b3;
}
.name-section{
margin-top: 90px;
margin-top: 90px;
}

/* Profile picture */
Expand All @@ -164,4 +164,7 @@ ion-content {
border: 2px solid #ccc;
display: block;
margin: 0 auto 16px;
}
input{
background-color: #0056b3;
}
2 changes: 1 addition & 1 deletion frontend/angular/xpose/src/app/home/home.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ion-card {
border: 1px solid #d1d1d1;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 6px #00000075;
transition: transform 0.3s ease, box-shadow 0.3s ease;
cursor: pointer;
}
Expand Down

0 comments on commit 2a29248

Please sign in to comment.