Added classes, tofix: line-height

This commit is contained in:
euvl
2017-08-23 10:07:53 +01:00
parent a4b04312f0
commit dcf21731fa
4 changed files with 29 additions and 24 deletions

View File

@@ -160,6 +160,7 @@ export default {
},
{
title: 'LIKE',
class: 'blue-text',
handler: () => {
alert('LIKE LIKE LIKE')
}
@@ -267,10 +268,14 @@ button {
overflow: auto;
}
.vue-dialog button {
.vue-dialog .vue-dialog-button {
letter-spacing: 1px;
}
.blue-text {
color: #5298FC;
}
@media (max-width:600px) {
body {
padding: 10px;