From a4da6243f5c00ee547c7cfbe02b0913c10d03ff6 Mon Sep 17 00:00:00 2001 From: Xenia Date: Fri, 19 Jul 2019 15:28:26 +0200 Subject: [PATCH] few style changes --- public/index.html | 2 +- public/routes/navRoutes.js | 2 +- public/style/style.css | 15 +++++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 71de540..dafcf7d 100644 --- a/public/index.html +++ b/public/index.html @@ -121,7 +121,7 @@ @typing="getFilteredTags" @input="saveTagsToArray"> --> - X + x diff --git a/public/routes/navRoutes.js b/public/routes/navRoutes.js index e8f0030..2d589ec 100644 --- a/public/routes/navRoutes.js +++ b/public/routes/navRoutes.js @@ -8,7 +8,7 @@ Vue.component('nav-router', { - language + search diff --git a/public/style/style.css b/public/style/style.css index 3282eb7..975e9cb 100644 --- a/public/style/style.css +++ b/public/style/style.css @@ -216,3 +216,18 @@ label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check margin-top: 30%; font-size:140%; }*/ + +input.input.is-rounded{ + border-radius: 0 !important; + box-shadow: none !important; +} +button.button.is-light{ + border-radius: 0 !important; + background-color: white; + margin-left: -5px; + border-color: #dbdbdb; + border-left: white; + +} + +