Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiLeandro committed Oct 28, 2021
1 parent 59ca2aa commit 60eb34a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 180 deletions.
4 changes: 4 additions & 0 deletions src/app/modules/home/components/home.component.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#wrapper-container{
height: 100%;
}

#container{
margin: 80px auto;
width: 80%;
Expand Down
17 changes: 11 additions & 6 deletions src/app/modules/home/components/home.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<app-navbar></app-navbar>
<div id="container">
<div
id="wrapper-container"
[ngClass]="{'dark-theme': isDarkTheme}"
class="mat-app-background">
<app-navbar [(isDarkTheme)]="isDarkTheme"></app-navbar>
<div id="container">

<header>
<h4>Meus Pokers</h4>
<h4 class="ppa-title" >Meus Pokers</h4>
<button
id="button-create-poker"
mat-raised-button
Expand All @@ -11,7 +16,7 @@ <h4>Meus Pokers</h4>
Criar Pokers
</button>
</header>

<div id="content">
<mat-accordion class="example-headers-align" multi>
<mat-expansion-panel>
Expand All @@ -31,12 +36,12 @@ <h4>Meus Pokers</h4>
</div>
</mat-panel-description>
</mat-expansion-panel-header>

<mat-form-field appearance="fill">
<mat-label>First name</mat-label>
<input matInput>
</mat-form-field>

<mat-form-field appearance="fill">
<mat-label>Age</mat-label>
<input matInput type="number" min="1">
Expand Down
2 changes: 0 additions & 2 deletions src/app/modules/home/home.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import { HomeComponent } from './components/home.component';
import { CreatePokerComponent } from './components/create-poker/create-poker.component';




@NgModule({
declarations: [
HomeComponent,
Expand Down
77 changes: 0 additions & 77 deletions src/app/modules/home/home/home.component.css

This file was deleted.

95 changes: 0 additions & 95 deletions src/app/modules/home/home/home.component.html

This file was deleted.

0 comments on commit 60eb34a

Please sign in to comment.