mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
chore: Use css module
This commit is contained in:
parent
a2a207e08c
commit
e2d4781610
@ -7,7 +7,7 @@
|
||||
:display-back-button="true"
|
||||
/></template>
|
||||
<MkSpacer :content-max="900">
|
||||
<div class="ztgjmzrw">
|
||||
<div :class="$style.root">
|
||||
<section
|
||||
v-for="announcement in announcements"
|
||||
class="_card _gap announcements"
|
||||
@ -137,8 +137,8 @@ definePageMetadata({
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.ztgjmzrw {
|
||||
<style lang="scss" module>
|
||||
.root {
|
||||
margin: var(--margin);
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user