Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
btholt committed Oct 18, 2022
1 parent 657cabb commit f4e6419
Show file tree
Hide file tree
Showing 16 changed files with 128 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 01-no-frills-react/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,11 @@ form .pet {
transform: rotate(360deg);
}
}

.mini.loading-pane {
height: 34px;
}

.mini .loader {
font-size: 34px;
}
8 changes: 8 additions & 0 deletions 02-js-tools/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,11 @@ form .pet {
transform: rotate(360deg);
}
}

.mini.loading-pane {
height: 34px;
}

.mini .loader {
font-size: 34px;
}
8 changes: 8 additions & 0 deletions 03-jsx/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,11 @@ form .pet {
transform: rotate(360deg);
}
}

.mini.loading-pane {
height: 34px;
}

.mini .loader {
font-size: 34px;
}
8 changes: 8 additions & 0 deletions 04-hooks/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,11 @@ form .pet {
transform: rotate(360deg);
}
}

.mini.loading-pane {
height: 34px;
}

.mini .loader {
font-size: 34px;
}
8 changes: 8 additions & 0 deletions 05-useeffect/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,11 @@ form .pet {
transform: rotate(360deg);
}
}

.mini.loading-pane {
height: 34px;
}

.mini .loader {
font-size: 34px;
}
8 changes: 8 additions & 0 deletions 06-custom-hooks/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,11 @@ form .pet {
transform: rotate(360deg);
}
}

.mini.loading-pane {
height: 34px;
}

.mini .loader {
font-size: 34px;
}
8 changes: 8 additions & 0 deletions 07-component-composition/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,11 @@ form .pet {
transform: rotate(360deg);
}
}

.mini.loading-pane {
height: 34px;
}

.mini .loader {
font-size: 34px;
}
8 changes: 8 additions & 0 deletions 08-react-router/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,11 @@ form .pet {
transform: rotate(360deg);
}
}

.mini.loading-pane {
height: 34px;
}

.mini .loader {
font-size: 34px;
}
8 changes: 8 additions & 0 deletions 09-react-query/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,3 +357,11 @@ form .pet {
}
}

.mini.loading-pane {
height: 34px;
}

.mini .loader {
font-size: 34px;
}

8 changes: 8 additions & 0 deletions 10-uncontrolled-forms/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,3 +357,11 @@ form .pet {
}
}

.mini.loading-pane {
height: 34px;
}

.mini .loader {
font-size: 34px;
}

8 changes: 8 additions & 0 deletions 11-class-components/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,3 +357,11 @@ form .pet {
}
}

.mini.loading-pane {
height: 34px;
}

.mini .loader {
font-size: 34px;
}

8 changes: 8 additions & 0 deletions 12-error-boundaries/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,3 +357,11 @@ form .pet {
}
}

.mini.loading-pane {
height: 34px;
}

.mini .loader {
font-size: 34px;
}

8 changes: 8 additions & 0 deletions 13-portals-and-refs/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,3 +357,11 @@ form .pet {
}
}

.mini.loading-pane {
height: 34px;
}

.mini .loader {
font-size: 34px;
}

8 changes: 8 additions & 0 deletions 14-context/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,3 +357,11 @@ form .pet {
}
}

.mini.loading-pane {
height: 34px;
}

.mini .loader {
font-size: 34px;
}

8 changes: 8 additions & 0 deletions code-splitting/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,3 +357,11 @@ form .pet {
}
}

.mini.loading-pane {
height: 34px;
}

.mini .loader {
font-size: 34px;
}

8 changes: 8 additions & 0 deletions server-side-rendering/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,12 @@ form .pet {
to {
transform: rotate(360deg);
}
}

.mini.loading-pane {
height: 34px;
}

.mini .loader {
font-size: 34px;
}

0 comments on commit f4e6419

Please sign in to comment.