clean announcement
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template lang="pug">
|
||||
nuxt-link(:to='`/announcement/${announcement.id}`')
|
||||
v-alert.mb-0(border='left' type='info' color="primary" show-icon) {{announcement.title}}
|
||||
v-alert.mb-1(border='left' type='info' color="primary" show-icon) {{announcement.title}}
|
||||
|
||||
</template>
|
||||
<script>
|
||||
@@ -18,24 +18,3 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style lang='less'>
|
||||
// .announcement {
|
||||
// padding: 2%;
|
||||
// background-color: #511;
|
||||
// margin: 1rem 0;
|
||||
// border-radius: 5px;
|
||||
// a:hover {
|
||||
// text-decoration: none;
|
||||
// }
|
||||
// .title {
|
||||
// font-size: 1.2em;
|
||||
// color: white;
|
||||
// transition: color .2s;
|
||||
// &:hover {
|
||||
// color: #fbd6b5;
|
||||
// }
|
||||
// }
|
||||
// border: 2px solid #ff4500ba;
|
||||
// // box-shadow: inset 0px 0px 10px 0px orangered;
|
||||
// }
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user