set global margin on the main app grid

+ refactor margins and paddings in some components
This commit is contained in:
geoffrey45
2022-08-02 02:43:06 +03:00
parent 8fa0516b56
commit 9e1f73e281
13 changed files with 28 additions and 61 deletions
+3 -4
View File
@@ -1,5 +1,5 @@
<template>
<div class="tabs">
<div class="tabs" id="tabs">
<div class="cont rounded">
<div
v-for="tab in tabs.tabs"
@@ -22,8 +22,8 @@ const tabs = useTabStore();
<style lang="scss">
.tabs {
padding: $small;
height: 4.25rem;
grid-area: tabs;
height: 100%;
.cont {
background-color: $black;
@@ -58,7 +58,6 @@ const tabs = useTabStore();
.t-item {
background-color: transparent;
}
}
.search {