generated from Seekra/repository-template
Make component styles scoped
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ import Navbar from './features/nav/components/Navbar.vue';
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style scoped>
|
||||||
.content-background {
|
.content-background {
|
||||||
background:
|
background:
|
||||||
radial-gradient(ellipse at 40% 60%, rgba(255,255,255,0.55) 0%, transparent 75%),
|
radial-gradient(ellipse at 40% 60%, rgba(255,255,255,0.55) 0%, transparent 75%),
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style scoped>
|
||||||
.search-wrapper {
|
.search-wrapper {
|
||||||
--submit-button-padding-y: 8px;
|
--submit-button-padding-y: 8px;
|
||||||
--submit-button-content-height: 18px;
|
--submit-button-content-height: 18px;
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ import Searchbar from '../features/search/components/Searchbar.vue'
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style scoped>
|
||||||
.global-header {
|
.global-header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user