Beautiful
This commit is contained in:
@@ -107,6 +107,13 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
color: #333333;
|
||||||
|
font-family: sans-serif;
|
||||||
|
max-width: 1400px;
|
||||||
|
padding-bottom: 30px;
|
||||||
|
}
|
||||||
.header-link {
|
.header-link {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -210,5 +217,17 @@ button {
|
|||||||
input {
|
input {
|
||||||
border: 1px solid #333333;
|
border: 1px solid #333333;
|
||||||
}
|
}
|
||||||
|
input,
|
||||||
|
button {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
height: calc(2rem + 6px);
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
padding: 0 15px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -43,6 +43,8 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
max-width: 1400px;
|
||||||
|
padding-bottom: 30px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|||||||
Reference in New Issue
Block a user