Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Braimllari committed Jun 26, 2023
1 parent 964e25d commit 2a999c3
Show file tree
Hide file tree
Showing 7 changed files with 925 additions and 660 deletions.
1,569 changes: 912 additions & 657 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test --browsers ChromeHeadless --watch false --code-coverage true",
"prettier": "prettier --list-different \"{cypress/e2e,src}/**/*{.ts,.js,.json,.scss,.html,.css}\"",
"prettier:fix": "prettier --list-different \"{cypress/e2e,src}/**/*{.ts,.js,.json,.scss,.html,.css}\" --write",
"prettier": "prettier --list-different \"{cypress/e2e,src}/**/*{.ts,.js,.json,.css,.scss,.html}\"",
"prettier:fix": "prettier --list-different \"{cypress/e2e,src}/**/*{.ts,.js,.json,.css,.scss,.html}\" --write",
"lint": "eslint . --ext .ts"
},
"private": true,
Expand Down
2 changes: 2 additions & 0 deletions src/app/footer/footer.component.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
div:first-of-type {
background-color: #e9e9e9;
}

footer div:first-child {
color: #444444;
padding-top: 10px;
font-size: 15px;
}

a {
text-decoration: none;
font-size: 15px;
Expand Down
5 changes: 5 additions & 0 deletions src/app/header/header.component.css
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
.navbar {
background-color: #e9e9e9;
}

.navbar div {
margin-left: 2rem;
font-size: 1.4rem;
}

.btn {
border: none;
}

#togglerIcon {
width: 1.4rem;
}

#pendaHeaderLogo {
color: black;
font-size: 20px;
cursor: pointer;
}

.dropdown div {
box-shadow: 0 0 1px 1px #e3e3e3ae;
}
Expand Down
3 changes: 3 additions & 0 deletions src/app/home/home.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
gap: 1rem;
flex: 1;
}

#inputContainer {
flex: 0 0 60%;
margin-left: 3rem;
}

.firstHeader {
display: flex;
justify-content: space-evenly;
}

.btnSeparator {
display: flex;
justify-content: center;
Expand Down
Empty file added src/app/home/rn.ts
Empty file.
2 changes: 1 addition & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* You can add global styles to this file, and also import other style files */
@import '~bootstrap';
@import "~bootstrap";
@import "~bootstrap-icons/font/bootstrap-icons.css";

0 comments on commit 2a999c3

Please sign in to comment.