From 6979e161abcd2b6b1e4751fe107fd304b389101e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Paj=C4=85k?= Date: Sat, 8 Aug 2020 23:28:55 +0200 Subject: [PATCH] Przygotowanie karty z aktualizacjami (W.I.P.) --- src/components/ui/Options.vue | 4 ---- src/components/ui/UpdatesCard.vue | 36 +++++++++++++++++++++++++++++++ src/styles/global.scss | 4 ---- 3 files changed, 36 insertions(+), 8 deletions(-) create mode 100644 src/components/ui/UpdatesCard.vue 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 @@ + + + + + \ 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 {