@@ -19,13 +19,6 @@ const CreateMsgRouter = { | |||
<label class="bmd-label-floating">User</label> | |||
<textarea class="form-control" id="user"></textarea> | |||
</div> | |||
<div class="form-group"> | |||
<div class="checkbox"> | |||
<label> | |||
<input type="checkbox"> Zusätzlich als E-mail versenden | |||
</label> | |||
</div> | |||
</div> | |||
<button class="btn btn-default"><a @click="$router.go(-1)">ABBRECHEN </a></button> | |||
<button type="submit" class="btn btn-raised om-btn">SENDEN</button> | |||
</form> |
@@ -1,9 +1,9 @@ | |||
const FileRouter = { | |||
template: ` | |||
<div> | |||
<h3>Dateiablage</h3> | |||
<h3>Wichtige Links</h3> | |||
<div class="empty-state"> | |||
<i class="material-icons"> folder_open </i><br> | |||
<i class="material-icons"> widgets </i><br> | |||
Diese Funktion steht noch nicht bereit. | |||
</div> | |||
</div> |
@@ -10,8 +10,8 @@ Vue.component('ProfilCard', { | |||
</div> | |||
<hr> | |||
<div class="om-tab"> | |||
<button class="tablinks"><b>Abonniert<br>{{ profil.abos }}</b></button> | |||
<button class="tablinks"><b>Gespeichert<br>{{ profil.saved }}</b></button> | |||
<button class="tablinks om-tablinks"><b>Abonniert<br>{{ profil.abos }}</b></button> | |||
<button class="tablinks om-tablinks"><b>Gespeichert<br>{{ profil.saved }}</b></button> | |||
</div> | |||
</div> | |||
</div>`, |
@@ -122,6 +122,10 @@ | |||
margin-right: auto; | |||
margin-bottom: 10px; | |||
} | |||
.om-tablinks { | |||
background: 0; | |||
border: 0; | |||
} | |||
.form-group.is-focused .form-control .custom-file-control, | |||
.form-control, | |||
.is-focused .custom-file-control, |
@@ -139,6 +139,11 @@ | |||
margin-bottom: 10px; | |||
} | |||
.om-tablinks{ | |||
background: 0; | |||
border: 0; | |||
} | |||
//bmd changes | |||