mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Footer and credits page done
This commit is contained in:
@@ -190,7 +190,7 @@ header .account-preview .full-name.show {
|
||||
}
|
||||
.word .counter {
|
||||
font-size: 40pt;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: Helvetica, sans-serif;
|
||||
margin-left: 3vw;
|
||||
}
|
||||
|
||||
@@ -239,7 +239,7 @@ header .account-preview .full-name.show {
|
||||
.categories-container .categories button, .categories-container .categories select {
|
||||
height: 10vh;
|
||||
width: 50vw;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: Helvetica, sans-serif;
|
||||
font-size: 22pt;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
@@ -390,7 +390,7 @@ header .account-preview .full-name.show {
|
||||
}
|
||||
}
|
||||
.defeat, .victory {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: Helvetica, sans-serif;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
@@ -473,7 +473,7 @@ header .account-preview .full-name.show {
|
||||
}
|
||||
|
||||
.form-container {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: Helvetica, sans-serif;
|
||||
}
|
||||
.form-container .message {
|
||||
padding: 4vh 5vw;
|
||||
@@ -709,7 +709,7 @@ header .account-preview .full-name.show {
|
||||
.control-panel .action-form form textarea {
|
||||
resize: none;
|
||||
outline: none;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: Helvetica, sans-serif;
|
||||
}
|
||||
.control-panel .action-form form input[type=submit] {
|
||||
font-size: 12pt;
|
||||
@@ -725,7 +725,7 @@ header .account-preview .full-name.show {
|
||||
}
|
||||
.control-panel .action-form form input[type=text] {
|
||||
height: 5vh;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: Helvetica, sans-serif;
|
||||
font-size: 1.2vw;
|
||||
outline: none;
|
||||
border: none;
|
||||
@@ -1011,5 +1011,23 @@ header.demo h1 span.demoSpan:hover, header.demo h1 span.demoSpan:focus, header.d
|
||||
height: 7vw;
|
||||
}
|
||||
}
|
||||
.made-with-love a {
|
||||
color: #ff8787;
|
||||
}
|
||||
|
||||
.made-with-love {
|
||||
color: #b9b9b9;
|
||||
margin-top: auto;
|
||||
width: 100%;
|
||||
padding-top: 5vh;
|
||||
padding-bottom: 5vh;
|
||||
padding-left: 3vw;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.credits {
|
||||
font-family: "Helveltica", sans-serif;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=index.css.map */
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -30,7 +30,7 @@
|
||||
height: 10vh;
|
||||
width: 50vw;
|
||||
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: Helvetica, sans-serif;
|
||||
font-size: 22pt;
|
||||
|
||||
border: none;
|
||||
|
||||
4
public/sass/_credits.scss
Normal file
4
public/sass/_credits.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
.credits {
|
||||
|
||||
@include bodyFont();
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
.defeat, .victory {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: Helvetica, sans-serif;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
||||
15
public/sass/_footer.scss
Normal file
15
public/sass/_footer.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
.made-with-love a {
|
||||
color: #ff8787
|
||||
}
|
||||
|
||||
.made-with-love {
|
||||
color:rgb(185, 185, 185);
|
||||
margin-top: auto;
|
||||
width: 100%;
|
||||
|
||||
padding-top: 5vh;
|
||||
padding-bottom: 5vh;
|
||||
padding-left: 3vw;
|
||||
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
.form-container {
|
||||
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: Helvetica, sans-serif;
|
||||
|
||||
@import './control-panel/message';
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
.counter {
|
||||
font-size: 40pt;
|
||||
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
font-family: Helvetica, sans-serif;
|
||||
|
||||
margin-left: 3vw;
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
resize: none;
|
||||
outline: none;
|
||||
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
@@ -59,7 +59,7 @@
|
||||
input[type="text"] {
|
||||
|
||||
height: 5vh;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: Helvetica, sans-serif;
|
||||
font-size: 1.2vw;
|
||||
|
||||
outline: none;
|
||||
|
||||
@@ -31,4 +31,6 @@ html, body {
|
||||
@import './control-panel/control-panel';
|
||||
@import './control-panelDemo/demo-message';
|
||||
@import './control-panelDemo/admin-header-demo.scss';
|
||||
@import './info-account/info-account';
|
||||
@import './info-account/info-account';
|
||||
@import 'footer';
|
||||
@import 'credits';
|
||||
Reference in New Issue
Block a user