Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body {

body {
font-family: "k2dregular", sans-serif;
background: #f5f5f5;
background: #A1BBD0;
overflow: hidden;
padding: 0.5em;
}
Expand Down Expand Up @@ -121,8 +121,8 @@ body {
button {
cursor: pointer;
color: #fff;
background: #8bbc37;
box-shadow: 0 3px 1px #64950d;
background: #3F4234;
box-shadow: 0 3px 1px #white;

border: 0;
padding: 10px;
Expand Down
5 changes: 3 additions & 2 deletions src/assets/css/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@
}

.back-icon {
background-color: lavender;
background-color:#F4E7D7;
width: 100%;
height: 100%;
position: absolute;
left: 0;
border-radius: 50%;
border: 1px black solid;
border: 1px #3F4234 solid;
top: 0;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.front-icon-spa {
Expand Down