-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
165 additions
and
197 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
$promien: 0.5em | ||
|
||
.gra | ||
text-align: center | ||
margin: 0 auto | ||
user-select: none | ||
|
||
.przyciskResetu | ||
&.jeszczeRaz | ||
background-color: green | ||
|
||
&.naPewno | ||
background-color: darkorange | ||
|
||
@media screen and (max-height: 750px) | ||
font-size: 0.75em | ||
|
||
@media screen and (max-height: 600px) | ||
font-size: 0.5em | ||
|
||
.wlacznikTrybuTrudnego label | ||
margin: 0.5em | ||
// usunąć wraz z usunięciem debugowania (więcej niż 1 checkbox) | ||
.opisRozwiazania | ||
margin-bottom: 0.5em | ||
|
||
&:focus | ||
outline: none |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.klawiatura | ||
margin-top: 3em | ||
margin-left: auto | ||
margin-right: auto | ||
|
||
.wiersz | ||
display: flex | ||
flex-direction: row | ||
justify-content: center |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap') | ||
|
||
$rozmiar: 2em | ||
$rozmiarKlawisza: 2rem | ||
|
||
.literka | ||
display: flex | ||
justify-content: center | ||
align-items: center | ||
box-sizing: border-box | ||
width: $rozmiar | ||
height: $rozmiar | ||
border: 0.1em solid gray | ||
border-radius: 0.25em | ||
margin: 0.1em | ||
text-transform: capitalize | ||
font-weight: 700 | ||
font-family: Montserrat, Helvetica, 'Open Sans', sans-serif | ||
|
||
&.dobrze | ||
background-color: lightgreen | ||
|
||
&.zle | ||
background-color: lightgray | ||
|
||
&.przesunieta | ||
background-color: khaki | ||
|
||
&.dostepna, | ||
&.nieznana | ||
background-color: whitesmoke | ||
|
||
&.kursor | ||
box-shadow: 0 0 0.2em yellow | ||
|
||
&.klawisz | ||
width: $rozmiarKlawisza | ||
height: $rozmiarKlawisza | ||
font-size: 1.2rem | ||
&.wypustka | ||
text-decoration: underline | ||
|
||
&:hover | ||
background-color: lightgray | ||
|
||
&.enter | ||
background-color: green | ||
|
||
&:hover | ||
background-color: darkgreen | ||
|
||
&.backspace | ||
background-color: red | ||
|
||
&:hover | ||
background-color: darkred | ||
|
||
&.enter, | ||
&.backspace | ||
color: white | ||
width: 3rem |
This file was deleted.
Oops, something went wrong.
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,4 +1,4 @@ | ||
import './Literka.scss' | ||
import './Literka.sass' | ||
|
||
function Literka( | ||
props: { | ||
|
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.okienko | ||
border-radius: 0.5em | ||
box-shadow: 0 0 0.5em 0.5em rgba(255, 255, 255, 0.25) | ||
|
||
&::backdrop | ||
background-color: rgba(0, 0, 0, 0.2) |
This file was deleted.
Oops, something went wrong.
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,4 +1,4 @@ | ||
import './Okienko.scss' | ||
import './Okienko.sass' | ||
|
||
function Okienko(props: { | ||
tytuł?: string, | ||
|
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.slowo | ||
display: flex | ||
flex-direction: row | ||
font-size: 2em | ||
justify-content: center |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
$promien: 0.5em | ||
|
||
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap') | ||
|
||
body | ||
background-color: ghostwhite | ||
font-family: 'Roboto', sans-serif | ||
font-size: 1em | ||
margin: 0 | ||
padding: 0 | ||
-webkit-font-smoothing: antialiased | ||
-moz-osx-font-smoothing: grayscale | ||
|
||
h1 | ||
font-size: 2em | ||
margin: 0.5em | ||
text-align: center | ||
|
||
footer | ||
margin-top: 3em | ||
text-align: center | ||
font-size: 0.8em | ||
color: gray | ||
|
||
&::before | ||
content: '' | ||
background-color: lightgray | ||
display: block | ||
height: 1px | ||
width: 8em | ||
margin: 1em auto | ||
|
||
a:link, | ||
a:visited | ||
color: darkgray | ||
|
||
button | ||
border: none | ||
border-radius: $promien | ||
padding: $promien | ||
font-size: 1em | ||
color: white | ||
background-color: royalblue | ||
font-weight: bold | ||
display: block | ||
margin: 1em auto | ||
|
||
img.copyleft | ||
width: 0.7em |
Oops, something went wrong.