File tree Expand file tree Collapse file tree
app/components/ch/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 v-html =" title"
1313 />
1414 </div >
15- <div class =" notification__content" v-html =" text" />
15+ <div
16+ class =" notification__content"
17+ :class =" { 'notification__content-offset': icon }"
18+ v-html =" text"
19+ />
1620 <button
1721 v-if =" closeBtn"
1822 class =" notification__close"
Original file line number Diff line number Diff line change 1010
1111 .btn ,
1212 a ,
13- a [target=' _blank' ] ,
14- a [target=' _self' ] ,
15- a [rel* =external] {
13+ a [target=" _blank" ] ,
14+ a [target=" _self" ] ,
15+ a [rel* =" external" ] {
1616 @apply text-current border-current;
1717
1818 &:hover {
2121 }
2222
2323 a ,
24- a [target=' _blank' ] {
24+ a [target=" _blank" ] {
2525 @apply underline underline-offset-2;
2626 }
2727}
106106.notification--with-title {
107107 @apply block;
108108
109- .notification__content {
109+ .notification__content-offset {
110110 @apply ml-[3.3rem] ;
111111 }
112112}
You can’t perform that action at this time.
0 commit comments