mirror of
https://github.com/docmost/docmost.git
synced 2026-09-11 07:56:54 +08:00
9 lines
182 B
CSS
9 lines
182 B
CSS
.shareLinkText {
|
|
@mixin light {
|
|
border-bottom: 0.05em solid var(--mantine-color-dark-0);
|
|
}
|
|
@mixin dark {
|
|
border-bottom: 0.05em solid var(--mantine-color-dark-2);
|
|
}
|
|
}
|