diff --git a/src/components/ui/Options.vue b/src/components/ui/Options.vue index 29cc6ef..73b9f11 100644 --- a/src/components/ui/Options.vue +++ b/src/components/ui/Options.vue @@ -141,10 +141,6 @@ export default class Options extends Vue { .action-btn { font-size: 1rem; - - p { - // max-width: 100%; - } } } \ No newline at end of file diff --git a/src/components/ui/UpdatesCard.vue b/src/components/ui/UpdatesCard.vue new file mode 100644 index 0000000..c2bf23a --- /dev/null +++ b/src/components/ui/UpdatesCard.vue @@ -0,0 +1,36 @@ + + + Ostatnie aktualizacje w Stacjowniku + Tutaj będą pojawiać się informacje o kolejnych nowościach na stronie :) + + + + {{update.date}} + + + {{line}} + + + + + + + + + \ No newline at end of file diff --git a/src/styles/global.scss b/src/styles/global.scss index 3bc5551..80ee0a1 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -185,10 +185,6 @@ a { border: none; outline: none; } - - &:focus { - // text-decoration: underline; - } } ul {
Tutaj będą pojawiać się informacje o kolejnych nowościach na stronie :)