Kleine Verbesserung

This commit is contained in:
Edwina Barbalan 2018-12-12 15:59:30 +01:00
parent 129496a13f
commit efd023b050
3 changed files with 4 additions and 4 deletions

@ -1,6 +1,6 @@
Vue.component('ProfilCard', {
template: `<div>
<img class="profil-img rounded-circle" src="img/profil_icon2.png" width=160px height=160px>
<img class="profil-img rounded-circle" src="img/profil_icon2.png" width=120px height=120px>
<div class="profil-card card">
<div class="edit-item"><i class="material-icons">edit</i></div>
<div class="profil-text">
@ -9,7 +9,7 @@ Vue.component('ProfilCard', {
{{ profil.semester }}</h6>
</div>
<hr>
<div class="tab">
<div class="om-tab">
<button class="tablinks"><b>Abonniert<br>{{ profil.abos }}</b></button>
<button class="tablinks"><b>Gespeichert<br>{{ profil.saved }}</b></button>
</div>

@ -110,7 +110,7 @@
float: right;
font-size: 30px;
}
.tab {
.om-tab {
font-size: 16px;
display: block;
margin-left: auto;

@ -126,7 +126,7 @@
font-size: 30px;
}
}
.tab {
.om-tab {
font-size: 16px;
display: block;
margin-left: auto;