mirror of
https://github.com/GeorgeSG/v0.gar.dev
synced 2025-12-28 21:30:29 +00:00
Fix styles of error page
This commit is contained in:
@@ -57,3 +57,18 @@ input[type="button"] {
|
||||
margin-top: 0.55em;
|
||||
}
|
||||
}
|
||||
|
||||
.social {
|
||||
color: $color-gray;
|
||||
text-decoration: none;
|
||||
padding: 0 4px;
|
||||
border-radius: 5px;
|
||||
|
||||
&:hover {
|
||||
color: $color-dark-blue;
|
||||
}
|
||||
|
||||
&:active {
|
||||
color: $color-dark-blue;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,20 +31,3 @@ import TicTacToe from '~/components/TicTacToe/TicTacToe.vue';
|
||||
@Component({ components: { TicTacToe } })
|
||||
export default class Home extends Vue {}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.social {
|
||||
color: $color-gray;
|
||||
text-decoration: none;
|
||||
padding: 0 4px;
|
||||
border-radius: 5px;
|
||||
|
||||
&:hover {
|
||||
color: $color-dark-blue;
|
||||
}
|
||||
|
||||
&:active {
|
||||
color: $color-dark-blue;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user