Commit 6157cd29 authored by Phil Hughes's avatar Phil Hughes

use classes intead of adding more styles

parent f1a01bab
......@@ -55,7 +55,7 @@ export default {
<a
v-if="message.action"
href="#"
class="flash-action"
class="flash-action text-white"
@click.stop.prevent="clickAction"
>
{{ message.actionText }}
......@@ -67,9 +67,3 @@ export default {
</div>
</div>
</template>
<style scoped>
.flash-action {
color: #fff;
}
</style>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment