File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 55 </div >
66 <nav >
77 <ul >
8- <li ><router-link to =" /home " >Rankings</router-link ></li >
8+ <li ><router-link to =" /ranking " >Rankings</router-link ></li >
99 <li @click =" toggleSpanView" @mouseenter =" toggleSpanView" @mouseleave =" toggleSpanView" >
1010 <a >Entre como</a >
1111 <div v-if =" spanView" @mouseenter =" toggleSpanView" @mouseleave =" toggleSpanView" >
Original file line number Diff line number Diff line change 44 border-bottom : 1px solid #0000008f ;
55
66 .content {
7- @include flex (row , flex-start , start );
7+ @include flex (row , center , start );
88 width : calc (100% - 300px );
99 min-height : calc (100vh - 80px );
10- padding : 40 px 20px ;
10+ padding : 0 px 20px ;
1111 background-color : $primary-color-dark ;
1212
1313 @include m-screen (700px ) {
2020 }
2121
2222 #box1 {
23- padding : 50px 0px 0px 100 px ;
23+ padding : 50px 0px 0px 0 px ;
2424 width : 70% ;
2525
2626 h1 {
Original file line number Diff line number Diff line change 2424 </section >
2525 </main >
2626 </div >
27+ <Footer />
2728</template >
2829
2930<script >
30- import Header from ' ../../components/aluno/Header.vue' ;
31+ import Header from ' ../../components/Header.vue' ;
32+ import Footer from ' ../../components/Footer.vue' ;
3133import searchIcon from ' ../../assets/icons/procurar.png' ;
3234import medalha1 from ' ../../assets/icons/m1.png' ;
3335import medalha2 from ' ../../assets/icons/m2.png' ;
@@ -43,6 +45,7 @@ export default {
4345 name: ' Ranking' ,
4446 components: {
4547 Header,
48+ Footer
4649 },
4750 data () {
4851 return {
You can’t perform that action at this time.
0 commit comments