Исправила HeaderInputs

This commit is contained in:
Daria Golova
2022-10-12 00:08:53 +03:00
parent 1c5c437808
commit 1533b9c79d
7 changed files with 50 additions and 82 deletions

View File

@@ -10,14 +10,14 @@
import TheHeader from "@/components/TheHeader";
import TheSidebar from "@/components/TheSidebar";
export default {
name: 'App',
name: "App",
components: {TheHeader, TheSidebar}
}
</script>
<style lang="sass">
#app
font-feature-settings: 'pnum' on, 'lnum' on
font-feature-settings: "pnum" on, "lnum" on
-webkit-font-smoothing: antialiased
-moz-osx-font-smoothing: grayscale
height: 100%