mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2026-01-19 07:55:33 +00:00
Added classes, tofix: line-height
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user