Update CSS text variables
This commit is contained in:
parent
435703cc05
commit
d59e3441a4
6 changed files with 22 additions and 23 deletions
|
|
@ -30,7 +30,7 @@
|
|||
</aside>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
|
||||
button[aria-controls="menu"] {
|
||||
position: fixed;
|
||||
|
|
@ -91,6 +91,7 @@
|
|||
content: attr(data-count);
|
||||
display: inline-block;
|
||||
color: var(--color-primary);
|
||||
font-size: var(--text-sm);
|
||||
font-weight: 500;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue