-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added boostrap css, changed fetch in Promise and added new game / new…
… deal buttons.
- Loading branch information
Showing
7 changed files
with
92 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +0,0 @@ | ||
.selected { | ||
background-color: #CFD8DC !important; | ||
color: white; | ||
} | ||
|
||
.heroes { | ||
margin: 0 0 2em 0; | ||
list-style-type: none; | ||
padding: 0; | ||
width: 15em; | ||
} | ||
|
||
.heroes li { | ||
cursor: pointer; | ||
position: relative; | ||
left: 0; | ||
background-color: #EEE; | ||
margin: .5em; | ||
padding: .3em 0; | ||
height: 1.6em; | ||
border-radius: 4px; | ||
} | ||
|
||
.heroes li.selected:hover { | ||
background-color: #BBD8DC !important; | ||
color: white; | ||
} | ||
|
||
.heroes li:hover { | ||
color: #607D8B; | ||
background-color: #DDD; | ||
left: .1em; | ||
} | ||
|
||
.heroes .text { | ||
position: relative; | ||
top: -3px; | ||
} | ||
|
||
.heroes .badge { | ||
display: inline-block; | ||
font-size: small; | ||
color: white; | ||
padding: 0.8em 0.7em 0 0.7em; | ||
background-color: #607D8B; | ||
line-height: 1em; | ||
position: relative; | ||
left: -1px; | ||
top: -4px; | ||
height: 1.8em; | ||
margin-right: .8em; | ||
border-radius: 4px 0 0 4px; | ||
} | ||
This file was deleted.
Oops, something went wrong.
17 changes: 13 additions & 4 deletions
17
my-app/src/app/cards-against-humanity/cards-against-humanity.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.