Moved padding to per-row

pull/29/head
Nikan Dalvand 2019-07-28 12:37:10 +04:30
parent 2723789bad
commit 70555d1b8c
1 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<ActionBar /> <ActionBar class="action-bar" />
<div class="upper-row"> <div class="upper-row">
<MusicRow :items='items' /> <MusicRow :items='items' />
</div> </div>
@ -273,11 +273,13 @@ export default {
<style lang="sass"> <style lang="sass">
section.page section.page
padding: 1rem 2.5rem
overflow-x: hidden overflow-x: hidden
.VueCarousel-wrapper .VueCarousel-wrapper
overflow: unset overflow: unset
.action-bar
padding: 1rem 2.5rem
.upper-row
padding: 1rem 2.5rem
.middle-row .middle-row
display: flex display: flex
@ -286,6 +288,7 @@ section.page
.favourite .favourite
background: white background: white
padding: 1rem 2.5rem
z-index: 10 z-index: 10
&__list-header &__list-header
width: 100% width: 100%
@ -356,6 +359,7 @@ section.page
margin-top: 1.5rem margin-top: 1.5rem
.genre .genre
padding: 1rem 2.5rem
&__title &__title
legend legend
font-size: 2rem font-size: 2rem